Searched refs:atl1_hw (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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 | 240 static s32 atl1_reset_hw(struct atl1_hw *hw) in atl1_reset_hw() 296 static int atl1_check_eeprom_exist(struct atl1_hw *hw) in atl1_check_eeprom_exist() 309 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value) in atl1_read_eeprom() 342 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) in atl1_read_phy_reg() 372 static bool atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf) in atl1_spi_read() 418 static int atl1_get_permanent_address(struct atl1_hw *hw) in atl1_get_permanent_address() 518 static s32 atl1_read_mac_addr(struct atl1_hw *hw) in atl1_read_mac_addr() 545 static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr) in atl1_hash_mc_addr() 562 static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value) in atl1_hash_set() 589 static s32 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data) in atl1_write_phy_reg() [all …]
|