|
iPXE
|
Data Fields | |
| struct efx_nic | efx |
| unsigned int | phy_cap_mask |
| unsigned int | phy_cap |
| unsigned long | link_poll_timer |
| uint64_t | uc_filter_id |
| uint64_t | mc_filter_id |
| u8 | mac [ETH_ALEN] |
| struct { | |
| unsigned int seqno | |
| size_t resp_hdr_len | |
| size_t resp_data_len | |
| struct io_buffer * iob | |
| uint64_t dma_addr | |
| } | mcdi |
| struct hunt_nic * | primary |
| struct hunt_nic * | next_primary |
| u32 | flags |
Definition at line 54 of file sfc_hunt.c.
| struct efx_nic hunt_nic::efx |
Definition at line 55 of file sfc_hunt.c.
Referenced by _hunt_mcdi(), hunt_check_link(), hunt_ev_fini(), hunt_get_port_assignment(), hunt_mcdi(), hunt_mcdi_copyin(), hunt_mcdi_quiet(), hunt_poll(), hunt_probe(), hunt_rx_fini(), hunt_set_mac(), and hunt_tx_fini().
| unsigned int hunt_nic::phy_cap_mask |
Definition at line 58 of file sfc_hunt.c.
Referenced by hunt_get_phy_cfg(), and hunt_set_mac().
| unsigned int hunt_nic::phy_cap |
Definition at line 59 of file sfc_hunt.c.
Referenced by hunt_get_phy_cfg().
| unsigned long hunt_nic::link_poll_timer |
Definition at line 60 of file sfc_hunt.c.
Referenced by hunt_poll().
| uint64_t hunt_nic::uc_filter_id |
Definition at line 63 of file sfc_hunt.c.
Referenced by hunt_rx_filter_insert(), and hunt_rx_filter_remove().
| uint64_t hunt_nic::mc_filter_id |
Definition at line 64 of file sfc_hunt.c.
Referenced by hunt_rx_filter_insert(), and hunt_rx_filter_remove().
Definition at line 65 of file sfc_hunt.c.
Referenced by hunt_get_mac(), and hunt_rx_filter_insert().
| unsigned int hunt_nic::seqno |
Definition at line 69 of file sfc_hunt.c.
Referenced by _hunt_mcdi(), hunt_mcdi_copyin(), and hunt_mcdi_request_poll().
| size_t hunt_nic::resp_hdr_len |
Definition at line 71 of file sfc_hunt.c.
Referenced by hunt_mcdi_copyout(), and hunt_mcdi_request_poll().
| size_t hunt_nic::resp_data_len |
Definition at line 72 of file sfc_hunt.c.
Referenced by _hunt_mcdi(), and hunt_mcdi_request_poll().
| struct io_buffer* hunt_nic::iob |
Definition at line 74 of file sfc_hunt.c.
Referenced by hunt_mcdi_copyin(), hunt_mcdi_copyout(), hunt_mcdi_fini(), hunt_mcdi_init(), and hunt_mcdi_request_poll().
| uint64_t hunt_nic::dma_addr |
Definition at line 75 of file sfc_hunt.c.
Referenced by hunt_mcdi_copyin().
| struct { ... } hunt_nic::mcdi |
Referenced by _hunt_mcdi(), hunt_mcdi_copyin(), hunt_mcdi_copyout(), hunt_mcdi_fini(), hunt_mcdi_init(), and hunt_mcdi_request_poll().
| struct hunt_nic* hunt_nic::primary |
Definition at line 78 of file sfc_hunt.c.
Referenced by hunt_probe().
| struct hunt_nic* hunt_nic::next_primary |
Definition at line 79 of file sfc_hunt.c.
Referenced by hunt_probe().
| u32 hunt_nic::flags |
Definition at line 80 of file sfc_hunt.c.
Referenced by hunt_driver_attach(), hunt_nic_is_primary(), hunt_probe(), and hunt_remove().
1.8.15