atl1e_hw 424 drivers/net/ethernet/atheros/atl1e/atl1e.h struct atl1e_hw hw; atl1e_hw 491 drivers/net/ethernet/atheros/atl1e/atl1e.h s32 atl1e_reset_hw(struct atl1e_hw *hw); atl1e_hw 19 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 64 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 149 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 208 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 248 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 19 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_check_eeprom_exist(struct atl1e_hw *hw) atl1e_hw 32 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c void atl1e_hw_set_mac_addr(struct atl1e_hw *hw) atl1e_hw 55 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c static int atl1e_get_permanent_address(struct atl1e_hw *hw) atl1e_hw 97 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value) atl1e_hw 102 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) atl1e_hw 127 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c void atl1e_force_ps(struct atl1e_hw *hw) atl1e_hw 138 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_read_mac_addr(struct atl1e_hw *hw) atl1e_hw 154 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr) atl1e_hw 172 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value) atl1e_hw 200 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) atl1e_hw 234 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data) atl1e_hw 265 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c static void atl1e_init_pcie(struct atl1e_hw *hw) atl1e_hw 283 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c static int atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw) atl1e_hw 374 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_phy_commit(struct atl1e_hw *hw) atl1e_hw 407 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_phy_init(struct atl1e_hw *hw) atl1e_hw 502 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_reset_hw(struct atl1e_hw *hw) atl1e_hw 560 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_init_hw(struct atl1e_hw *hw) atl1e_hw 583 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) atl1e_hw 618 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c int atl1e_restart_autoneg(struct atl1e_hw *hw) atl1e_hw 16 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h struct atl1e_hw; atl1e_hw 19 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_reset_hw(struct atl1e_hw *hw); atl1e_hw 20 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_read_mac_addr(struct atl1e_hw *hw); atl1e_hw 21 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_init_hw(struct atl1e_hw *hw); atl1e_hw 22 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_phy_commit(struct atl1e_hw *hw); atl1e_hw 23 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex); atl1e_hw 25 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr); atl1e_hw 26 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value); atl1e_hw 27 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data); atl1e_hw 28 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data); atl1e_hw 29 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_validate_mdi_setting(struct atl1e_hw *hw); atl1e_hw 30 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h void atl1e_hw_set_mac_addr(struct atl1e_hw *hw); atl1e_hw 31 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value); atl1e_hw 32 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value); atl1e_hw 33 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_phy_enter_power_saving(struct atl1e_hw *hw); atl1e_hw 34 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_phy_leave_power_saving(struct atl1e_hw *hw); atl1e_hw 35 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_phy_init(struct atl1e_hw *hw); atl1e_hw 36 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h int atl1e_check_eeprom_exist(struct atl1e_hw *hw); atl1e_hw 37 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h void atl1e_force_ps(struct atl1e_hw *hw); atl1e_hw 38 drivers/net/ethernet/atheros/atl1e/atl1e_hw.h s32 atl1e_restart_autoneg(struct atl1e_hw *hw); atl1e_hw 124 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 153 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 274 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 568 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 887 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 930 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 973 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 1026 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 1046 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 1085 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 1276 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw; atl1e_hw 2059 drivers/net/ethernet/atheros/atl1e/atl1e_main.c struct atl1e_hw *hw = &adapter->hw;