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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h42 struct e1000_hw;
201 s32 (*init_params)(struct e1000_hw *);
202 s32 (*check_for_link)(struct e1000_hw *);
203 void (*clear_vfta)(struct e1000_hw *);
204 s32 (*get_bus_info)(struct e1000_hw *);
205 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
206 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32);
207 s32 (*reset_hw)(struct e1000_hw *);
208 s32 (*init_hw)(struct e1000_hw *);
209 s32 (*setup_link)(struct e1000_hw *);
261 struct e1000_hw { struct
[all...]
H A De1000_hw.h42 struct e1000_hw;
690 s32 (*init_params)(struct e1000_hw *);
691 s32 (*id_led_init)(struct e1000_hw *);
692 s32 (*blink_led)(struct e1000_hw *);
693 bool (*check_mng_mode)(struct e1000_hw *);
694 s32 (*check_for_link)(struct e1000_hw *);
695 s32 (*cleanup_led)(struct e1000_hw *);
696 void (*clear_hw_cntrs)(struct e1000_hw *);
697 void (*clear_vfta)(struct e1000_hw *);
698 s32 (*get_bus_info)(struct e1000_hw *);
995 struct e1000_hw { struct
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h29 /* e1000_hw.h
37 struct e1000_hw;
889 /* Structure containing variables used by the shared code (e1000_hw.c) */
890 struct e1000_hw { struct
1596 * adapter = a pointer to struct e1000_hw

Completed in 83 milliseconds