DPDK  19.11.14
Data Fields
rte_pmd_ixgbe_mb_event_param Struct Reference

#include <rte_pmd_ixgbe.h>

Data Fields

uint16_t vfid
 
uint16_t msg_type
 
uint16_t retval
 
void * msg
 

Detailed Description

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

Definition at line 667 of file rte_pmd_ixgbe.h.

Field Documentation

◆ vfid

uint16_t vfid

Virtual Function number

Definition at line 668 of file rte_pmd_ixgbe.h.

◆ msg_type

uint16_t msg_type

VF to PF message type, defined in ixgbe_mbx.h

Definition at line 669 of file rte_pmd_ixgbe.h.

◆ retval

uint16_t retval

return value

Definition at line 670 of file rte_pmd_ixgbe.h.

◆ msg

void* msg

pointer to message

Definition at line 671 of file rte_pmd_ixgbe.h.


The documentation for this struct was generated from the following file: