iPXE
|
#include <igbvf_vf.h>
Data Fields | |
struct e1000_mbx_operations | ops |
struct e1000_mbx_stats | stats |
u32 | timeout |
u32 | usec_delay |
u16 | size |
Definition at line 297 of file igbvf_vf.h.
struct e1000_mbx_operations e1000_mbx_info::ops |
Definition at line 298 of file igbvf_vf.h.
Referenced by igbvf_check_for_link_vf(), igbvf_init_mbx_ops_generic(), igbvf_init_mbx_params_vf(), igbvf_poll_for_ack(), igbvf_poll_for_msg(), igbvf_promisc_set_vf(), igbvf_rar_set_vf(), igbvf_read_posted_mbx(), igbvf_reset_hw_vf(), igbvf_rlpml_set_vf(), igbvf_sw_init(), igbvf_update_mc_addr_list_vf(), igbvf_vfta_set_vf(), and igbvf_write_posted_mbx().
struct e1000_mbx_stats e1000_mbx_info::stats |
Definition at line 299 of file igbvf_vf.h.
Referenced by igbvf_init_mbx_params_vf().
u32 e1000_mbx_info::timeout |
Definition at line 300 of file igbvf_vf.h.
Referenced by igbvf_check_for_link_vf(), igbvf_init_mbx_params_vf(), igbvf_poll_for_ack(), igbvf_poll_for_msg(), igbvf_reset_hw_vf(), and igbvf_write_posted_mbx().
u32 e1000_mbx_info::usec_delay |
Definition at line 301 of file igbvf_vf.h.
Referenced by igbvf_init_mbx_params_vf(), igbvf_poll_for_ack(), and igbvf_poll_for_msg().
u16 e1000_mbx_info::size |
Definition at line 302 of file igbvf_vf.h.
Referenced by igbvf_init_mbx_params_vf().