Searched refs:atl1e_hw (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.h | 29 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 …]
|
D | atl1e_hw.c | 32 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 …]
|
D | atl1e_ethtool.c | 33 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_settings() 72 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_settings() 153 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_regs() 212 struct atl1e_hw *hw = &adapter->hw; in atl1e_get_eeprom() 252 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_eeprom()
|
D | Makefile | 2 atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o
|
D | atl1e.h | 314 struct atl1e_hw { struct 437 struct atl1e_hw hw; 505 s32 atl1e_reset_hw(struct atl1e_hw *hw);
|
D | atl1e_main.c | 136 struct atl1e_hw *hw = &adapter->hw; in atl1e_phy_config() 165 struct atl1e_hw *hw = &adapter->hw; in atl1e_check_link() 286 struct atl1e_hw *hw = &adapter->hw; in atl1e_set_multi() 584 struct atl1e_hw *hw = &adapter->hw; in atl1e_sw_init() 904 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_des_ring() 947 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_tx() 990 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_rx() 1043 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_dma() 1063 struct atl1e_hw *hw = &adapter->hw; in atl1e_setup_mac_ctrl() 1102 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure() [all …]
|