Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atlx/
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);
688 struct atl1_hw { struct
788 struct atl1_hw hw;
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);
Datl1.c256 static s32 atl1_reset_hw(struct atl1_hw *hw) in atl1_reset_hw()
312 static int atl1_check_eeprom_exist(struct atl1_hw *hw) in atl1_check_eeprom_exist()
325 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value) in atl1_read_eeprom()
358 static s32 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) in atl1_read_phy_reg()
388 static bool atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf) in atl1_spi_read()
434 static int atl1_get_permanent_address(struct atl1_hw *hw) in atl1_get_permanent_address()
534 static s32 atl1_read_mac_addr(struct atl1_hw *hw) in atl1_read_mac_addr()
558 static u32 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr) in atl1_hash_mc_addr()
575 static void atl1_hash_set(struct atl1_hw *hw, u32 hash_value) in atl1_hash_set()
602 static s32 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data) in atl1_write_phy_reg()
[all …]