Lines Matching refs:atl1e_hw
16 struct atl1e_hw;
19 s32 atl1e_reset_hw(struct atl1e_hw *hw);
20 s32 atl1e_read_mac_addr(struct atl1e_hw *hw);
21 s32 atl1e_init_hw(struct atl1e_hw *hw);
22 s32 atl1e_phy_commit(struct atl1e_hw *hw);
23 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
25 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr);
26 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value);
27 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
28 s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
29 s32 atl1e_validate_mdi_setting(struct atl1e_hw *hw);
30 void atl1e_hw_set_mac_addr(struct atl1e_hw *hw);
31 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);
32 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value);
33 s32 atl1e_phy_enter_power_saving(struct atl1e_hw *hw);
34 s32 atl1e_phy_leave_power_saving(struct atl1e_hw *hw);
35 s32 atl1e_phy_init(struct atl1e_hw *hw);
36 int atl1e_check_eeprom_exist(struct atl1e_hw *hw);
37 void atl1e_force_ps(struct atl1e_hw *hw);
38 s32 atl1e_restart_autoneg(struct atl1e_hw *hw);