Home
last modified time | relevance | path

Searched refs:atl2_hw (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/atheros/atlx/
Datl2.h64 struct atl2_hw;
67 static s32 atl2_reset_hw(struct atl2_hw *hw);
68 static s32 atl2_read_mac_addr(struct atl2_hw *hw);
69 static s32 atl2_init_hw(struct atl2_hw *hw);
70 static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed,
72 static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr);
73 static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value);
74 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data);
75 static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data);
76 static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value);
[all …]
Datl2.c68 struct atl2_hw *hw = &adapter->hw; in atl2_sw_init()
118 struct atl2_hw *hw = &adapter->hw; in atl2_set_multi()
168 struct atl2_hw *hw = &adapter->hw; in atl2_configure()
586 struct atl2_hw *hw = &adapter->hw; in atl2_intr()
905 struct atl2_hw *hw = &adapter->hw; in atl2_change_mtu()
1040 struct atl2_hw *hw = &adapter->hw; in atl2_phy_config()
1107 struct atl2_hw *hw = &adapter->hw; in atl2_setup_mac_ctrl()
1146 struct atl2_hw *hw = &adapter->hw; in atl2_check_link()
1492 struct atl2_hw *hw = &adapter->hw; in atl2_suspend()
1702 static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value) in atl2_read_pci_cfg()
[all …]