Home
last modified time | relevance | path

Searched defs:e1000_mac_operations (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/net/ethernet/intel/igbvf/
Dvf.h175 struct e1000_mac_operations { struct
194 struct e1000_mac_operations ops; argument
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Dhw.h759 struct e1000_mac_operations { struct
760 s32 (*id_led_init)(struct e1000_hw *);
761 s32 (*blink_led)(struct e1000_hw *);
762 bool (*check_mng_mode)(struct e1000_hw *);
763 s32 (*check_for_link)(struct e1000_hw *);
764 s32 (*cleanup_led)(struct e1000_hw *);
765 void (*clear_hw_cntrs)(struct e1000_hw *);
766 void (*clear_vfta)(struct e1000_hw *);
767 s32 (*get_bus_info)(struct e1000_hw *);
768 void (*set_lan_id)(struct e1000_hw *);
[all …]
/linux-3.3/drivers/net/ethernet/intel/igb/
De1000_hw.h307 struct e1000_mac_operations { struct
308 s32 (*check_for_link)(struct e1000_hw *);
309 s32 (*reset_hw)(struct e1000_hw *);
310 s32 (*init_hw)(struct e1000_hw *);
311 bool (*check_mng_mode)(struct e1000_hw *);
312 s32 (*setup_physical_interface)(struct e1000_hw *);
313 void (*rar_set)(struct e1000_hw *, u8 *, u32);
314 s32 (*read_mac_addr)(struct e1000_hw *);
315 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);