Symbol: atl1_hw
drivers/net/ethernet/atheros/atlx/atl1.c
1244
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
1280
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
1416
static void set_flow_ctrl_new(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
1453
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
238
static s32 atl1_reset_hw(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
2596
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
2793
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
294
static int atl1_check_eeprom_exist(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
307
static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value)
drivers/net/ethernet/atheros/atlx/atl1.c
3230
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
3287
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
340
static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data)
drivers/net/ethernet/atheros/atlx/atl1.c
3433
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
3579
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
3595
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
3630
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.c
370
static bool atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf)
drivers/net/ethernet/atheros/atlx/atl1.c
416
static int atl1_get_permanent_address(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
516
static s32 atl1_read_mac_addr(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
543
static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr)
drivers/net/ethernet/atheros/atlx/atl1.c
560
static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value)
drivers/net/ethernet/atheros/atlx/atl1.c
587
static s32 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data)
drivers/net/ethernet/atheros/atlx/atl1.c
618
static s32 atl1_phy_leave_power_saving(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
633
static s32 atl1_phy_reset(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
693
static s32 atl1_phy_setup_autoneg_adv(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
770
static s32 atl1_setup_link(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
800
static void atl1_init_flash_opcode(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
833
static s32 atl1_init_hw(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
865
static s32 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex)
drivers/net/ethernet/atheros/atlx/atl1.c
903
static void atl1_set_mac_addr(struct atl1_hw *hw)
drivers/net/ethernet/atheros/atlx/atl1.c
930
struct atl1_hw *hw = &adapter->hw;
drivers/net/ethernet/atheros/atlx/atl1.h
36
#define atlx_hw atl1_hw
drivers/net/ethernet/atheros/atlx/atl1.h
43
struct atl1_hw;
drivers/net/ethernet/atheros/atlx/atl1.h
46
static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr);
drivers/net/ethernet/atheros/atlx/atl1.h
47
static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value);
drivers/net/ethernet/atheros/atlx/atl1.h
48
static void atl1_set_mac_addr(struct atl1_hw *hw);
drivers/net/ethernet/atheros/atlx/atl1.h
785
struct atl1_hw hw;
drivers/net/ethernet/atheros/atlx/atlx.c
31
static s32 atlx_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data);
drivers/net/ethernet/atheros/atlx/atlx.c
32
static u32 atlx_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr);
drivers/net/ethernet/atheros/atlx/atlx.c
33
static void atlx_set_mac_addr(struct atl1_hw *hw);