atl2_hw            74 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw           124 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw           174 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw           592 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw           911 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1045 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1113 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1152 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1497 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1710 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value)
atl2_hw          1716 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_write_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value)
atl2_hw          1726 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1768 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1842 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1910 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          1951 drivers/net/ethernet/atheros/atlx/atl2.c 	struct atl2_hw *hw = &adapter->hw;
atl2_hw          2098 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_reset_hw(struct atl2_hw *hw)
atl2_hw          2159 drivers/net/ethernet/atheros/atlx/atl2.c static bool atl2_spi_read(struct atl2_hw *hw, u32 addr, u32 *buf)
atl2_hw          2205 drivers/net/ethernet/atheros/atlx/atl2.c static int get_permanent_address(struct atl2_hw *hw)
atl2_hw          2308 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_read_mac_addr(struct atl2_hw *hw)
atl2_hw          2339 drivers/net/ethernet/atheros/atlx/atl2.c static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr)
atl2_hw          2359 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value)
atl2_hw          2385 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_init_pcie(struct atl2_hw *hw)
atl2_hw          2395 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_init_flash_opcode(struct atl2_hw *hw)
atl2_hw          2428 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_init_hw(struct atl2_hw *hw)
atl2_hw          2453 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed,
atl2_hw          2491 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data)
atl2_hw          2526 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data)
atl2_hw          2560 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_phy_setup_autoneg_adv(struct atl2_hw *hw)
atl2_hw          2633 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_phy_commit(struct atl2_hw *hw)
atl2_hw          2659 drivers/net/ethernet/atheros/atlx/atl2.c static s32 atl2_phy_init(struct atl2_hw *hw)
atl2_hw          2704 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_set_mac_addr(struct atl2_hw *hw)
atl2_hw          2725 drivers/net/ethernet/atheros/atlx/atl2.c static int atl2_check_eeprom_exist(struct atl2_hw *hw)
atl2_hw          2739 drivers/net/ethernet/atheros/atlx/atl2.c static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value)
atl2_hw          2744 drivers/net/ethernet/atheros/atlx/atl2.c static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue)
atl2_hw          2770 drivers/net/ethernet/atheros/atlx/atl2.c static void atl2_force_ps(struct atl2_hw *hw)
atl2_hw            64 drivers/net/ethernet/atheros/atlx/atl2.h struct atl2_hw;
atl2_hw            67 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_reset_hw(struct atl2_hw *hw);
atl2_hw            68 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_read_mac_addr(struct atl2_hw *hw);
atl2_hw            69 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_init_hw(struct atl2_hw *hw);
atl2_hw            70 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed,
atl2_hw            72 drivers/net/ethernet/atheros/atlx/atl2.h static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr);
atl2_hw            73 drivers/net/ethernet/atheros/atlx/atl2.h static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value);
atl2_hw            74 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data);
atl2_hw            75 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data);
atl2_hw            76 drivers/net/ethernet/atheros/atlx/atl2.h static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value);
atl2_hw            77 drivers/net/ethernet/atheros/atlx/atl2.h static void atl2_write_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value);
atl2_hw            78 drivers/net/ethernet/atheros/atlx/atl2.h static void atl2_set_mac_addr(struct atl2_hw *hw);
atl2_hw            79 drivers/net/ethernet/atheros/atlx/atl2.h static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
atl2_hw            80 drivers/net/ethernet/atheros/atlx/atl2.h static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value);
atl2_hw            81 drivers/net/ethernet/atheros/atlx/atl2.h static s32 atl2_phy_init(struct atl2_hw *hw);
atl2_hw            82 drivers/net/ethernet/atheros/atlx/atl2.h static int atl2_check_eeprom_exist(struct atl2_hw *hw);
atl2_hw            83 drivers/net/ethernet/atheros/atlx/atl2.h static void atl2_force_ps(struct atl2_hw *hw);
atl2_hw           492 drivers/net/ethernet/atheros/atlx/atl2.h 	struct atl2_hw hw;