|
iPXE
|
#include <igbvf_vf.h>
Data Fields | |
| void * | back |
| u8 __iomem * | hw_addr |
| u8 __iomem * | flash_address |
| unsigned long | io_base |
| struct e1000_mac_info | mac |
| struct e1000_bus_info | bus |
| struct e1000_mbx_info | mbx |
| union { | |
| struct e1000_dev_spec_vf vf | |
| } | dev_spec |
| u16 | device_id |
| u16 | subsystem_vendor_id |
| u16 | subsystem_device_id |
| u16 | vendor_id |
| u8 | revision_id |
Definition at line 310 of file igbvf_vf.h.
| void* e1000_hw::back |
Definition at line 311 of file igbvf_vf.h.
Referenced by igbvf_probe().
Definition at line 313 of file igbvf_vf.h.
Referenced by __er32(), __ew32(), igbvf_probe(), and igbvf_remove().
Definition at line 314 of file igbvf_vf.h.
Referenced by igbvf_remove().
| unsigned long e1000_hw::io_base |
Definition at line 315 of file igbvf_vf.h.
Referenced by igbvf_probe().
| struct e1000_mac_info e1000_hw::mac |
Definition at line 317 of file igbvf_vf.h.
Referenced by igbvf_check_for_link_vf(), igbvf_hash_mc_addr_vf(), igbvf_init_function_pointers_vf(), igbvf_init_hw_vf(), igbvf_init_mac_params_vf(), igbvf_open(), igbvf_probe(), igbvf_read_mac_addr_vf(), igbvf_reset(), igbvf_reset_hw_vf(), and igbvf_sw_init().
| struct e1000_bus_info e1000_hw::bus |
Definition at line 318 of file igbvf_vf.h.
Referenced by igbvf_sw_init().
| struct e1000_mbx_info e1000_hw::mbx |
Definition at line 319 of file igbvf_vf.h.
Referenced by igbvf_check_for_ack_vf(), igbvf_check_for_link_vf(), igbvf_check_for_msg_vf(), igbvf_check_for_rst_vf(), igbvf_init_function_pointers_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_mbx_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(), igbvf_write_mbx_vf(), and igbvf_write_posted_mbx().
| struct e1000_dev_spec_vf e1000_hw::vf |
Definition at line 322 of file igbvf_vf.h.
Referenced by igbvf_check_for_bit_vf(), and igbvf_read_v2p_mailbox().
| union { ... } e1000_hw::dev_spec |
Referenced by igbvf_check_for_bit_vf(), and igbvf_read_v2p_mailbox().
| u16 e1000_hw::device_id |
Definition at line 325 of file igbvf_vf.h.
Referenced by igbvf_probe(), and igbvf_sw_init().
| u16 e1000_hw::subsystem_vendor_id |
Definition at line 326 of file igbvf_vf.h.
| u16 e1000_hw::subsystem_device_id |
Definition at line 327 of file igbvf_vf.h.
| u16 e1000_hw::vendor_id |
Definition at line 328 of file igbvf_vf.h.
Referenced by igbvf_probe(), and igbvf_sw_init().
| u8 e1000_hw::revision_id |
Definition at line 330 of file igbvf_vf.h.
Referenced by igbvf_sw_init().