Lines Matching refs:atl2_hw
68 struct atl2_hw *hw = &adapter->hw; in atl2_sw_init()
118 struct atl2_hw *hw = &adapter->hw; in atl2_set_multi()
168 struct atl2_hw *hw = &adapter->hw; in atl2_configure()
586 struct atl2_hw *hw = &adapter->hw; in atl2_intr()
905 struct atl2_hw *hw = &adapter->hw; in atl2_change_mtu()
1040 struct atl2_hw *hw = &adapter->hw; in atl2_phy_config()
1107 struct atl2_hw *hw = &adapter->hw; in atl2_setup_mac_ctrl()
1146 struct atl2_hw *hw = &adapter->hw; in atl2_check_link()
1492 struct atl2_hw *hw = &adapter->hw; in atl2_suspend()
1680 static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value) in atl2_read_pci_cfg()
1686 static void atl2_write_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value) in atl2_write_pci_cfg()
1696 struct atl2_hw *hw = &adapter->hw; in atl2_get_link_ksettings()
1738 struct atl2_hw *hw = &adapter->hw; in atl2_set_link_ksettings()
1812 struct atl2_hw *hw = &adapter->hw; in atl2_get_regs()
1880 struct atl2_hw *hw = &adapter->hw; in atl2_get_eeprom()
1921 struct atl2_hw *hw = &adapter->hw; in atl2_set_eeprom()
2066 static s32 atl2_reset_hw(struct atl2_hw *hw) in atl2_reset_hw()
2127 static bool atl2_spi_read(struct atl2_hw *hw, u32 addr, u32 *buf) in atl2_spi_read()
2173 static int get_permanent_address(struct atl2_hw *hw) in get_permanent_address()
2276 static s32 atl2_read_mac_addr(struct atl2_hw *hw) in atl2_read_mac_addr()
2307 static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr) in atl2_hash_mc_addr()
2327 static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value) in atl2_hash_set()
2353 static void atl2_init_pcie(struct atl2_hw *hw) in atl2_init_pcie()
2363 static void atl2_init_flash_opcode(struct atl2_hw *hw) in atl2_init_flash_opcode()
2396 static s32 atl2_init_hw(struct atl2_hw *hw) in atl2_init_hw()
2421 static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed, in atl2_get_speed_and_duplex()
2459 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data) in atl2_read_phy_reg()
2494 static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data) in atl2_write_phy_reg()
2528 static s32 atl2_phy_setup_autoneg_adv(struct atl2_hw *hw) in atl2_phy_setup_autoneg_adv()
2595 static s32 atl2_phy_commit(struct atl2_hw *hw) in atl2_phy_commit()
2621 static s32 atl2_phy_init(struct atl2_hw *hw) in atl2_phy_init()
2666 static void atl2_set_mac_addr(struct atl2_hw *hw) in atl2_set_mac_addr()
2687 static int atl2_check_eeprom_exist(struct atl2_hw *hw) in atl2_check_eeprom_exist()
2701 static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value) in atl2_write_eeprom()
2706 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom()
2732 static void atl2_force_ps(struct atl2_hw *hw) in atl2_force_ps()