Searched refs:atl1_hw (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/atheros/atlx/
H A Datlx.c44 static s32 atlx_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data);
45 static u32 atlx_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr);
46 static void atlx_set_mac_addr(struct atl1_hw *hw);
H A Datl1.h49 #define atlx_hw atl1_hw
56 struct atl1_hw;
59 static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr);
60 static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value);
61 static void atl1_set_mac_addr(struct atl1_hw *hw);
693 struct atl1_hw { struct
798 struct atl1_hw hw;
H A Datl1.c257 static s32 atl1_reset_hw(struct atl1_hw *hw)
313 static int atl1_check_eeprom_exist(struct atl1_hw *hw)
326 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value)
359 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data)
389 static bool atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf)
435 static int atl1_get_permanent_address(struct atl1_hw *hw)
535 static s32 atl1_read_mac_addr(struct atl1_hw *hw)
562 static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr)
579 static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value)
606 static s32 atl1_write_phy_reg(struct atl1_hw *h
[all...]

Completed in 90 milliseconds