Searched refs:atl2_hw (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/ |
D | atl2.h | 77 struct atl2_hw; 80 static s32 atl2_reset_hw(struct atl2_hw *hw); 81 static s32 atl2_read_mac_addr(struct atl2_hw *hw); 82 static s32 atl2_init_hw(struct atl2_hw *hw); 83 static s32 atl2_get_speed_and_duplex(struct atl2_hw *hw, u16 *speed, 85 static u32 atl2_hash_mc_addr(struct atl2_hw *hw, u8 *mc_addr); 86 static void atl2_hash_set(struct atl2_hw *hw, u32 hash_value); 87 static s32 atl2_read_phy_reg(struct atl2_hw *hw, u16 reg_addr, u16 *phy_data); 88 static s32 atl2_write_phy_reg(struct atl2_hw *hw, u32 reg_addr, u16 phy_data); 89 static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value); [all …]
|
D | atl2.c | 87 struct atl2_hw *hw = &adapter->hw; in atl2_sw_init() 137 struct atl2_hw *hw = &adapter->hw; in atl2_set_multi() 187 struct atl2_hw *hw = &adapter->hw; in atl2_configure() 606 struct atl2_hw *hw = &adapter->hw; in atl2_intr() 926 struct atl2_hw *hw = &adapter->hw; in atl2_change_mtu() 1060 struct atl2_hw *hw = &adapter->hw; in atl2_phy_config() 1128 struct atl2_hw *hw = &adapter->hw; in atl2_setup_mac_ctrl() 1167 struct atl2_hw *hw = &adapter->hw; in atl2_check_link() 1514 struct atl2_hw *hw = &adapter->hw; in atl2_suspend() 1727 static void atl2_read_pci_cfg(struct atl2_hw *hw, u32 reg, u16 *value) in atl2_read_pci_cfg() [all …]
|