Searched refs:atl2_hw (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl2.h | 64 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 …]
|