iPXE
|
#include <atl1e.h>
Data Fields | |
u8 * | hw_addr |
struct atl1e_adapter * | adapter |
enum atl1e_nic_type | nic_type |
u8 | mac_addr [ETH_ALEN] |
u8 | perm_mac_addr [ETH_ALEN] |
u16 | mii_autoneg_adv_reg |
u16 | mii_1000t_ctrl_reg |
enum atl1e_dma_req_block | dmar_block |
enum atl1e_dma_req_block | dmaw_block |
int | phy_configured |
int | re_autoneg |
int | emi_ca |
u8* atl1e_hw::hw_addr |
Definition at line 155 of file atl1e.h.
Referenced by atl1e_probe().
struct atl1e_adapter* atl1e_hw::adapter |
Definition at line 156 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_clear_phy_int(), atl1e_configure(), atl1e_configure_des_ring(), atl1e_configure_dma(), atl1e_configure_rx(), atl1e_configure_tx(), atl1e_poll(), atl1e_probe(), atl1e_setup_mac_ctrl(), and atl1e_sw_init().
enum atl1e_nic_type atl1e_hw::nic_type |
Definition at line 158 of file atl1e.h.
Referenced by atl1e_probe(), and atl1e_up().
Definition at line 159 of file atl1e.h.
Referenced by atl1e_probe().
enum atl1e_dma_req_block atl1e_hw::dmar_block |
Definition at line 164 of file atl1e.h.
Referenced by atl1e_configure_tx().
enum atl1e_dma_req_block atl1e_hw::dmaw_block |
Definition at line 165 of file atl1e.h.
Referenced by atl1e_configure_tx().