Lines Matching defs:hw

87 	struct atl2_hw *hw = &adapter->hw;  in atl2_sw_init()  local
137 struct atl2_hw *hw = &adapter->hw; in atl2_set_multi() local
187 struct atl2_hw *hw = &adapter->hw; in atl2_configure() local
606 struct atl2_hw *hw = &adapter->hw; in atl2_intr() local
926 struct atl2_hw *hw = &adapter->hw; in atl2_change_mtu() local
1063 struct atl2_hw *hw = &adapter->hw; in atl2_phy_config() local
1131 struct atl2_hw *hw = &adapter->hw; in atl2_setup_mac_ctrl() local
1170 struct atl2_hw *hw = &adapter->hw; in atl2_check_link() local
1517 struct atl2_hw *hw = &adapter->hw; in atl2_suspend() local
1730 static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value) in atl2_read_pci_cfg()
1736 static void atl2_write_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value) in atl2_write_pci_cfg()
1746 struct atl2_hw *hw = &adapter->hw; in atl2_get_settings() local
1782 struct atl2_hw *hw = &adapter->hw; in atl2_set_settings() local
1856 struct atl2_hw *hw = &adapter->hw; in atl2_get_regs() local
1924 struct atl2_hw *hw = &adapter->hw; in atl2_get_eeprom() local
1965 struct atl2_hw *hw = &adapter->hw; in atl2_set_eeprom() local
2116 static s32 atl2_reset_hw(struct atl2_hw *hw) in atl2_reset_hw()
2177 static bool atl2_spi_read(struct atl2_hw *hw, u32 addr, u32 *buf) in atl2_spi_read()
2223 static int get_permanent_address(struct atl2_hw *hw) in get_permanent_address()
2326 static s32 atl2_read_mac_addr(struct atl2_hw *hw) in atl2_read_mac_addr()
2357 static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr) in atl2_hash_mc_addr()
2377 static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value) in atl2_hash_set()
2403 static void atl2_init_pcie(struct atl2_hw *hw) in atl2_init_pcie()
2413 static void atl2_init_flash_opcode(struct atl2_hw *hw) in atl2_init_flash_opcode()
2446 static s32 atl2_init_hw(struct atl2_hw *hw) in atl2_init_hw()
2471 static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed, in atl2_get_speed_and_duplex()
2509 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data) in atl2_read_phy_reg()
2544 static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data) in atl2_write_phy_reg()
2578 static s32 atl2_phy_setup_autoneg_adv(struct atl2_hw *hw) in atl2_phy_setup_autoneg_adv()
2651 static s32 atl2_phy_commit(struct atl2_hw *hw) in atl2_phy_commit()
2677 static s32 atl2_phy_init(struct atl2_hw *hw) in atl2_phy_init()
2722 static void atl2_set_mac_addr(struct atl2_hw *hw) in atl2_set_mac_addr()
2743 static int atl2_check_eeprom_exist(struct atl2_hw *hw) in atl2_check_eeprom_exist()
2757 static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value) in atl2_write_eeprom()
2762 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom()
2788 static void atl2_force_ps(struct atl2_hw *hw) in atl2_force_ps()