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
2112 static s32 atl2_reset_hw(struct atl2_hw *hw) in atl2_reset_hw()
2173 static bool atl2_spi_read(struct atl2_hw *hw, u32 addr, u32 *buf) in atl2_spi_read()
2219 static int get_permanent_address(struct atl2_hw *hw) in get_permanent_address()
2322 static s32 atl2_read_mac_addr(struct atl2_hw *hw) in atl2_read_mac_addr()
2353 static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr) in atl2_hash_mc_addr()
2373 static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value) in atl2_hash_set()
2399 static void atl2_init_pcie(struct atl2_hw *hw) in atl2_init_pcie()
2409 static void atl2_init_flash_opcode(struct atl2_hw *hw) in atl2_init_flash_opcode()
2442 static s32 atl2_init_hw(struct atl2_hw *hw) in atl2_init_hw()
2467 static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed, in atl2_get_speed_and_duplex()
2505 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data) in atl2_read_phy_reg()
2540 static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data) in atl2_write_phy_reg()
2574 static s32 atl2_phy_setup_autoneg_adv(struct atl2_hw *hw) in atl2_phy_setup_autoneg_adv()
2647 static s32 atl2_phy_commit(struct atl2_hw *hw) in atl2_phy_commit()
2673 static s32 atl2_phy_init(struct atl2_hw *hw) in atl2_phy_init()
2718 static void atl2_set_mac_addr(struct atl2_hw *hw) in atl2_set_mac_addr()
2739 static int atl2_check_eeprom_exist(struct atl2_hw *hw) in atl2_check_eeprom_exist()
2753 static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value) in atl2_write_eeprom()
2758 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom()
2784 static void atl2_force_ps(struct atl2_hw *hw) in atl2_force_ps()