Lines Matching refs:atl1e_hw

19 int atl1e_check_eeprom_exist(struct atl1e_hw *hw)  in atl1e_check_eeprom_exist()
32 void atl1e_hw_set_mac_addr(struct atl1e_hw *hw) in atl1e_hw_set_mac_addr()
55 static int atl1e_get_permanent_address(struct atl1e_hw *hw) in atl1e_get_permanent_address()
97 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value) in atl1e_write_eeprom()
102 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) in atl1e_read_eeprom()
127 void atl1e_force_ps(struct atl1e_hw *hw) in atl1e_force_ps()
138 int atl1e_read_mac_addr(struct atl1e_hw *hw) in atl1e_read_mac_addr()
154 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr) in atl1e_hash_mc_addr()
172 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value) in atl1e_hash_set()
200 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg()
234 int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data) in atl1e_write_phy_reg()
265 static void atl1e_init_pcie(struct atl1e_hw *hw) in atl1e_init_pcie()
283 static int atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw) in atl1e_phy_setup_autoneg_adv()
374 int atl1e_phy_commit(struct atl1e_hw *hw) in atl1e_phy_commit()
407 int atl1e_phy_init(struct atl1e_hw *hw) in atl1e_phy_init()
502 int atl1e_reset_hw(struct atl1e_hw *hw) in atl1e_reset_hw()
560 int atl1e_init_hw(struct atl1e_hw *hw) in atl1e_init_hw()
583 int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) in atl1e_get_speed_and_duplex()
618 int atl1e_restart_autoneg(struct atl1e_hw *hw) in atl1e_restart_autoneg()