logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_cryptodev_cb

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_cryptodev_cb(3)

Detailed Description

       Structure used to hold information about the callbacks to be called for a queue pair on enqueue/dequeue.

       Definition at line 1047 of file rte_cryptodev.h.

Field Documentation

structrte_cryptodev_cb*next
       Pointer to next callback

       Definition at line 1048 of file rte_cryptodev.h.

   rte_cryptodev_callback_fnfn
       Pointer to callback function

       Definition at line 1050 of file rte_cryptodev.h.

   void*arg
       Pointer to argument

       Definition at line 1052 of file rte_cryptodev.h.

Name

       rte_cryptodev_cb

Synopsis

       #include <rte_cryptodev.h>

   DataFields
       struct rte_cryptodev_cb * nextrte_cryptodev_callback_fnfnvoid * arg

See Also