Searched refs:atl1_hw (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 36 #define atlx_hw atl1_hw 43 struct atl1_hw; 46 static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr); 47 static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value); 48 static void atl1_set_mac_addr(struct atl1_hw *hw); 680 struct atl1_hw { struct 785 struct atl1_hw hw;
|
D | atlx.c | 31 static s32 atlx_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data); 32 static u32 atlx_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr); 33 static void atlx_set_mac_addr(struct atl1_hw *hw);
|
D | atl1.c | 238 static s32 atl1_reset_hw(struct atl1_hw *hw) in atl1_reset_hw() 294 static int atl1_check_eeprom_exist(struct atl1_hw *hw) in atl1_check_eeprom_exist() 307 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value) in atl1_read_eeprom() 340 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) in atl1_read_phy_reg() 370 static bool atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf) in atl1_spi_read() 416 static int atl1_get_permanent_address(struct atl1_hw *hw) in atl1_get_permanent_address() 516 static s32 atl1_read_mac_addr(struct atl1_hw *hw) in atl1_read_mac_addr() 543 static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr) in atl1_hash_mc_addr() 560 static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value) in atl1_hash_set() 587 static s32 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data) in atl1_write_phy_reg() [all …]
|