Symbol: atl2_hw
drivers/net/ethernet/atheros/atlx/atl2.c
1041
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1108
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1147
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
118
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1493
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
168
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1681
static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value)
drivers/net/ethernet/atheros/atlx/atl2.c
1687
static void atl2_write_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value)
drivers/net/ethernet/atheros/atlx/atl2.c
1697
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1739
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1813
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1881
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
1922
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
2067
static s32 atl2_reset_hw(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2128
static bool atl2_spi_read(struct atl2_hw *hw, u32 addr, u32 *buf)
drivers/net/ethernet/atheros/atlx/atl2.c
2174
static int get_permanent_address(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2277
static s32 atl2_read_mac_addr(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2308
static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr)
drivers/net/ethernet/atheros/atlx/atl2.c
2328
static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value)
drivers/net/ethernet/atheros/atlx/atl2.c
2354
static void atl2_init_pcie(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2364
static void atl2_init_flash_opcode(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2397
static s32 atl2_init_hw(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2422
static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed,
drivers/net/ethernet/atheros/atlx/atl2.c
2460
static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data)
drivers/net/ethernet/atheros/atlx/atl2.c
2495
static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data)
drivers/net/ethernet/atheros/atlx/atl2.c
2529
static s32 atl2_phy_setup_autoneg_adv(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2596
static s32 atl2_phy_commit(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2622
static s32 atl2_phy_init(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2667
static void atl2_set_mac_addr(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2688
static int atl2_check_eeprom_exist(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
2702
static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value)
drivers/net/ethernet/atheros/atlx/atl2.c
2707
static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue)
drivers/net/ethernet/atheros/atlx/atl2.c
2733
static void atl2_force_ps(struct atl2_hw *hw)
drivers/net/ethernet/atheros/atlx/atl2.c
586
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
68
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.c
905
struct atl2_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl2.h
492
struct atl2_hw hw;
drivers/net/ethernet/atheros/atlx/atl2.h
64
struct atl2_hw;
drivers/net/ethernet/atheros/atlx/atl2.h
67
static s32 atl2_reset_hw(struct atl2_hw *hw);
drivers/net/ethernet/atheros/atlx/atl2.h
68
static s32 atl2_read_mac_addr(struct atl2_hw *hw);
drivers/net/ethernet/atheros/atlx/atl2.h
69
static s32 atl2_init_hw(struct atl2_hw *hw);
drivers/net/ethernet/atheros/atlx/atl2.h
70
static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed,
drivers/net/ethernet/atheros/atlx/atl2.h
72
static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr);
drivers/net/ethernet/atheros/atlx/atl2.h
73
static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value);
drivers/net/ethernet/atheros/atlx/atl2.h
74
static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data);
drivers/net/ethernet/atheros/atlx/atl2.h
75
static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data);
drivers/net/ethernet/atheros/atlx/atl2.h
76
static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value);
drivers/net/ethernet/atheros/atlx/atl2.h
77
static void atl2_write_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value);
drivers/net/ethernet/atheros/atlx/atl2.h
78
static void atl2_set_mac_addr(struct atl2_hw *hw);
drivers/net/ethernet/atheros/atlx/atl2.h
79
static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
drivers/net/ethernet/atheros/atlx/atl2.h
80
static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value);
drivers/net/ethernet/atheros/atlx/atl2.h
81
static s32 atl2_phy_init(struct atl2_hw *hw);
drivers/net/ethernet/atheros/atlx/atl2.h
82
static int atl2_check_eeprom_exist(struct atl2_hw *hw);
drivers/net/ethernet/atheros/atlx/atl2.h
83
static void atl2_force_ps(struct atl2_hw *hw);