Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atl1e/
A 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);
29 s32 atl1e_validate_mdi_setting(struct atl1e_hw *hw);
30 void atl1e_hw_set_mac_addr(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);
[all …]
A 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()
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()
265 static void atl1e_init_pcie(struct atl1e_hw *hw) in atl1e_init_pcie()
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()
[all …]
A 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()
A Datl1e.h301 struct atl1e_hw { struct
424 struct atl1e_hw hw;
490 s32 atl1e_reset_hw(struct atl1e_hw *hw);
A DMakefile3 atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o
A 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()
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()
1278 struct atl1e_hw *hw = &adapter->hw; in atl1e_intr()
[all …]

Completed in 18 milliseconds