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_pmd_ixgbe_mb_event_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_pmd_ixgbe_mb_event_param(3)

Detailed Description

       Data sent to the user application when the callback is executed.

       Definition at line 663 of file rte_pmd_ixgbe.h.

Field Documentation

uint16_tvfid
       Virtual Function number

       Definition at line 664 of file rte_pmd_ixgbe.h.

   uint16_tmsg_type
       VF to PF message type, defined in ixgbe_mbx.h

       Definition at line 665 of file rte_pmd_ixgbe.h.

   uint16_tretval
       return value

       Definition at line 666 of file rte_pmd_ixgbe.h.

   void*msg
       pointer to message

       Definition at line 667 of file rte_pmd_ixgbe.h.

Name

       rte_pmd_ixgbe_mb_event_param

Synopsis

       #include <rte_pmd_ixgbe.h>

   DataFields
       uint16_t vfid
       uint16_t msg_type
       uint16_t retval
       void * msg

See Also