Searched refs:atl1c_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/atl1c/
H A DMakefile2 atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o
H A Datl1c_hw.c32 int atl1c_check_eeprom_exist(struct atl1c_hw *hw)
46 void atl1c_hw_set_mac_addr(struct atl1c_hw *hw)
69 static int atl1c_get_permanent_address(struct atl1c_hw *hw)
175 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value)
218 int atl1c_read_mac_addr(struct atl1c_hw *hw)
238 u32 atl1c_hash_mc_addr(struct atl1c_hw *hw, u8 *mc_addr)
256 void atl1c_hash_set(struct atl1c_hw *hw, u32 hash_value)
285 int atl1c_read_phy_reg(struct atl1c_hw *hw, u16 reg_addr, u16 *phy_data)
316 int atl1c_write_phy_reg(struct atl1c_hw *hw, u32 reg_addr, u16 phy_data)
346 static int atl1c_phy_setup_adv(struct atl1c_hw *h
[all...]
H A Datl1c_hw.h29 struct atl1c_hw;
32 void atl1c_phy_disable(struct atl1c_hw *hw);
33 void atl1c_hw_set_mac_addr(struct atl1c_hw *hw);
34 int atl1c_phy_reset(struct atl1c_hw *hw);
35 int atl1c_read_mac_addr(struct atl1c_hw *hw);
36 int atl1c_get_speed_and_duplex(struct atl1c_hw *hw, u16 *speed, u16 *duplex);
37 u32 atl1c_hash_mc_addr(struct atl1c_hw *hw, u8 *mc_addr);
38 void atl1c_hash_set(struct atl1c_hw *hw, u32 hash_value);
39 int atl1c_read_phy_reg(struct atl1c_hw *hw, u16 reg_addr, u16 *phy_data);
40 int atl1c_write_phy_reg(struct atl1c_hw *h
[all...]
H A Datl1c_ethtool.c33 struct atl1c_hw *hw = &adapter->hw;
71 struct atl1c_hw *hw = &adapter->hw;
142 struct atl1c_hw *hw = &adapter->hw;
193 struct atl1c_hw *hw = &adapter->hw;
H A Datl1c_main.c61 static int atl1c_stop_mac(struct atl1c_hw *hw);
62 static void atl1c_enable_rx_ctrl(struct atl1c_hw *hw);
63 static void atl1c_enable_tx_ctrl(struct atl1c_hw *hw);
64 static void atl1c_disable_l0s_l1(struct atl1c_hw *hw);
65 static void atl1c_set_aspm(struct atl1c_hw *hw, bool linkup);
100 static void atl1c_pcie_patch(struct atl1c_hw *hw)
124 static void atl1c_reset_pcie(struct atl1c_hw *hw, u32 flag)
206 static u32 atl1c_wait_until_idle(struct atl1c_hw *hw)
227 struct atl1c_hw *hw = &adapter->hw;
245 struct atl1c_hw *h
[all...]
H A Datl1c.h54 #include "atl1c_hw.h"
384 struct atl1c_hw { struct
560 struct atl1c_hw hw;
638 extern s32 atl1c_reset_hw(struct atl1c_hw *hw);

Completed in 155 milliseconds