Home
last modified time | relevance | path

Searched refs:atl1e_hw (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h16 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);
[all …]
Datl1e_hw.c19 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()
[all …]
Datl1e_ethtool.c19 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_link_ksettings()
64 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_link_ksettings()
149 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_regs()
208 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_eeprom()
248 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_eeprom()
DMakefile3 atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o
Datl1e.h301 struct atl1e_hw { struct
424 struct atl1e_hw hw;
490 s32 atl1e_reset_hw(struct atl1e_hw *hw);
Datl1e_main.c120 struct atl1e_hw *hw = &adapter->hw; in atl1e_phy_config()
147 struct atl1e_hw *hw = &adapter->hw; in atl1e_check_link()
269 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_multi()
563 struct atl1e_hw *hw = &adapter->hw; in atl1e_sw_init()
885 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_des_ring()
928 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_tx()
971 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_rx()
1024 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_dma()
1044 struct atl1e_hw *hw = &adapter->hw; in atl1e_setup_mac_ctrl()
1083 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure()
[all …]