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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A DMakefile2 atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o
H A Datl1e_hw.c32 int atl1e_check_eeprom_exist(struct atl1e_hw *hw)
45 void atl1e_hw_set_mac_addr(struct atl1e_hw *hw)
68 static int atl1e_get_permanent_address(struct atl1e_hw *hw)
110 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value)
115 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value)
140 void atl1e_force_ps(struct atl1e_hw *hw)
151 int atl1e_read_mac_addr(struct atl1e_hw *hw)
167 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr)
185 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value)
213 int atl1e_read_phy_reg(struct atl1e_hw *h
[all...]
H A 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 *h
[all...]
H A Datl1e_ethtool.c33 struct atl1e_hw *hw = &adapter->hw;
72 struct atl1e_hw *hw = &adapter->hw;
153 struct atl1e_hw *hw = &adapter->hw;
212 struct atl1e_hw *hw = &adapter->hw;
252 struct atl1e_hw *hw = &adapter->hw;
H A Datl1e.h55 #include "atl1e_hw.h"
315 struct atl1e_hw { struct
439 struct atl1e_hw hw;
508 extern s32 atl1e_reset_hw(struct atl1e_hw *hw);
H A Datl1e_main.c136 struct atl1e_hw *hw = &adapter->hw;
165 struct atl1e_hw *hw = &adapter->hw;
286 struct atl1e_hw *hw = &adapter->hw;
536 struct atl1e_hw *hw = &adapter->hw;
865 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw;
910 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw;
953 struct atl1e_hw *hw = (struct atl1e_hw *)
[all...]

Completed in 115 milliseconds