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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Datl1e.h154 struct atl1e_hw { struct
225 struct atl1e_hw hw;
270 extern s32 atl1e_reset_hw(struct atl1e_hw *hw);
275 s32 atl1e_reset_hw(struct atl1e_hw *hw);
276 s32 atl1e_read_mac_addr(struct atl1e_hw *hw);
277 s32 atl1e_init_hw(struct atl1e_hw *hw);
278 s32 atl1e_phy_commit(struct atl1e_hw *hw);
279 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
281 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
282 s32 atl1e_write_phy_reg(struct atl1e_hw *h
[all...]

Completed in 90 milliseconds