Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_pmd_i40e_mb_event_param(3)	     DPDK	rte_pmd_i40e_mb_event_param(3)

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.

Version	25.11.0			Thu Jun	11 2026	rte_pmd_i40e_mb_event_param(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=msglen&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help