Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h29 struct atl1e_hw;
32 s32 atl1e_reset_hw(struct atl1e_hw *hw);
33 s32 atl1e_read_mac_addr(struct atl1e_hw *hw);
34 s32 atl1e_init_hw(struct atl1e_hw *hw);
35 s32 atl1e_phy_commit(struct atl1e_hw *hw);
36 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
38 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr);
39 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value);
40 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
41 s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
[all …]
Datl1e_hw.c32 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()
[all …]
Datl1e_ethtool.c33 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_link_ksettings()
78 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_link_ksettings()
163 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_regs()
222 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_eeprom()
262 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_eeprom()
DMakefile2 atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o
Datl1e.h314 struct atl1e_hw { struct
437 struct atl1e_hw hw;
504 s32 atl1e_reset_hw(struct atl1e_hw *hw);
Datl1e_main.c137 struct atl1e_hw *hw = &adapter->hw; in atl1e_phy_config()
166 struct atl1e_hw *hw = &adapter->hw; in atl1e_check_link()
287 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_multi()
579 struct atl1e_hw *hw = &adapter->hw; in atl1e_sw_init()
898 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_des_ring()
941 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_tx()
984 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_rx()
1037 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_dma()
1057 struct atl1e_hw *hw = &adapter->hw; in atl1e_setup_mac_ctrl()
1096 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure()
[all …]