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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.h54 struct e1000_hw;
209 s32 (*init_params)(struct e1000_hw *);
210 s32 (*check_for_link)(struct e1000_hw *);
211 void (*clear_vfta)(struct e1000_hw *);
212 s32 (*get_bus_info)(struct e1000_hw *);
213 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
214 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32);
215 s32 (*reset_hw)(struct e1000_hw *);
216 s32 (*init_hw)(struct e1000_hw *);
217 s32 (*setup_link)(struct e1000_hw *);
310 struct e1000_hw { struct
[all...]

Completed in 80 milliseconds