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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A DMakefile2 atl1-y += atl1_main.o atl1_hw.o atl1_ethtool.o atl1_param.o
H A Datl1_hw.c39 s32 atl1_reset_hw(struct atl1_hw *hw)
90 static int atl1_check_eeprom_exist(struct atl1_hw *hw)
103 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value)
134 s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data)
164 static bool atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf)
210 static int atl1_get_permanent_address(struct atl1_hw *hw)
308 s32 atl1_read_mac_addr(struct atl1_hw *hw)
332 u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr)
349 void atl1_hash_set(struct atl1_hw *hw, u32 hash_value)
376 s32 atl1_write_phy_reg(struct atl1_hw *h
[all...]
H A Datl1_hw.h35 struct atl1_hw;
38 s32 atl1_phy_setup_autoneg_adv(struct atl1_hw *hw);
39 s32 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data);
40 s32 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex);
41 s32 atl1_read_mac_addr(struct atl1_hw *hw);
42 s32 atl1_init_hw(struct atl1_hw *hw);
43 s32 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex);
44 s32 atl1_set_speed_and_duplex(struct atl1_hw *hw, u16 speed, u16 duplex);
45 u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr);
46 void atl1_hash_set(struct atl1_hw *h
[all...]
H A Datl1.h30 #include "atl1_hw.h"
162 struct atl1_hw { struct
273 /* structs defined in atl1_hw.h */
276 struct atl1_hw hw;
H A Datl1_ethtool.c100 struct atl1_hw *hw = &adapter->hw;
153 struct atl1_hw *hw = &adapter->hw;
393 struct atl1_hw *hw = &adapter->hw;
409 struct atl1_hw *hw = &adapter->hw;
449 struct atl1_hw *hw = &adapter->hw;
H A Datl1_main.c119 struct atl1_hw *hw = &adapter->hw;
793 struct atl1_hw *hw = &adapter->hw;
824 struct atl1_hw *hw = &adapter->hw;
861 struct atl1_hw *hw = &adapter->hw;
992 static void set_flow_ctrl_new(struct atl1_hw *hw)
1029 struct atl1_hw *hw = &adapter->hw;
1937 struct atl1_hw *hw = &adapter->hw;
2314 struct atl1_hw *hw = &adapter->hw;

Completed in 128 milliseconds