Lines Matching defs:hw
32 int atl1e_check_eeprom_exist(struct atl1e_hw *hw) in atl1e_check_eeprom_exist()
45 void atl1e_hw_set_mac_addr(struct atl1e_hw *hw) in atl1e_hw_set_mac_addr()
68 static int atl1e_get_permanent_address(struct atl1e_hw *hw) in atl1e_get_permanent_address()
110 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value) in atl1e_write_eeprom()
115 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) in atl1e_read_eeprom()
140 void atl1e_force_ps(struct atl1e_hw *hw) in atl1e_force_ps()
151 int atl1e_read_mac_addr(struct atl1e_hw *hw) in atl1e_read_mac_addr()
167 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr) in atl1e_hash_mc_addr()
185 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value) in atl1e_hash_set()
213 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg()
247 int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data) in atl1e_write_phy_reg()
278 static void atl1e_init_pcie(struct atl1e_hw *hw) in atl1e_init_pcie()
296 static int atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw) in atl1e_phy_setup_autoneg_adv()
387 int atl1e_phy_commit(struct atl1e_hw *hw) in atl1e_phy_commit()
420 int atl1e_phy_init(struct atl1e_hw *hw) in atl1e_phy_init()
515 int atl1e_reset_hw(struct atl1e_hw *hw) in atl1e_reset_hw()
573 int atl1e_init_hw(struct atl1e_hw *hw) in atl1e_init_hw()
596 int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) in atl1e_get_speed_and_duplex()
631 int atl1e_restart_autoneg(struct atl1e_hw *hw) in atl1e_restart_autoneg()