Man page - rte_pmd_i40e_mb_event_param(3)

Packages contains this manual

Manual

rte_pmd_i40e_mb_event_param

NAME
SYNOPSIS
Data Fields
Detailed Description
Field Documentation
uint16_t vfid
uint16_t msg_type
uint16_t retval
void* msg
uint16_t msglen
Author

NAME

rte_pmd_i40e_mb_event_param

SYNOPSIS

#include <rte_pmd_i40e.h>

Data Fields

uint16_t vfid
uint16_t msg_type
uint16_t retval
void * msg
uint16_t msglen

Detailed Description

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

Definition at line 38 of file rte_pmd_i40e.h .

Field Documentation

uint16_t vfid

Virtual Function number

Definition at line 39 of file rte_pmd_i40e.h .

uint16_t msg_type

VF to PF message type, see virtchnl_ops

Definition at line 40 of file rte_pmd_i40e.h .

uint16_t retval

return value

Definition at line 41 of file rte_pmd_i40e.h .

void* msg

pointer to message

Definition at line 42 of file rte_pmd_i40e.h .

uint16_t msglen

length of the message

Definition at line 43 of file rte_pmd_i40e.h .

Author

Generated automatically by Doxygen for DPDK from the source code.