#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 |
Definition at line 152 of file atl1e.h.
struct atl1e_adapter* atl1e_hw::adapter [read] |
Definition at line 155 of file atl1e.h.
Referenced by atl1e_configure_rx(), atl1e_configure_tx(), atl1e_phy_setup_autoneg_adv(), atl1e_restart_autoneg(), and atl1e_sw_init().
| u8 atl1e_hw::mac_addr[ETH_ALEN] |
Definition at line 156 of file atl1e.h.
Referenced by atl1e_hw_set_mac_addr(), atl1e_probe(), atl1e_read_mac_addr(), and atl1e_up().
| u8 atl1e_hw::perm_mac_addr[ETH_ALEN] |
Definition at line 157 of file atl1e.h.
Referenced by atl1e_get_permanent_address(), atl1e_probe(), and atl1e_read_mac_addr().
Definition at line 159 of file atl1e.h.
Referenced by atl1e_phy_setup_autoneg_adv(), and atl1e_restart_autoneg().
Definition at line 160 of file atl1e.h.
Referenced by atl1e_phy_setup_autoneg_adv(), and atl1e_restart_autoneg().
Definition at line 162 of file atl1e.h.
Referenced by atl1e_configure_dma(), atl1e_configure_tx(), and atl1e_sw_init().
Definition at line 163 of file atl1e.h.
Referenced by atl1e_configure_dma(), atl1e_configure_tx(), and atl1e_sw_init().
| int atl1e_hw::emi_ca |
1.5.7.1