Searched defs:atl1e_hw (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
H A Datl1e.h152 struct atl1e_hw { struct
223 struct atl1e_hw hw;
268 extern s32 atl1e_reset_hw(struct atl1e_hw *hw);
273 s32 atl1e_reset_hw(struct atl1e_hw *hw);
274 s32 atl1e_read_mac_addr(struct atl1e_hw *hw);
275 s32 atl1e_init_hw(struct atl1e_hw *hw);
276 s32 atl1e_phy_commit(struct atl1e_hw *hw);
277 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
279 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
280 s32 atl1e_write_phy_reg(struct atl1e_hw *h
[all...]

Completed in 35 milliseconds