Home
last modified time | relevance | path

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

/drivers/net/e1000e/
Dhw.h712 struct e1000_mac_operations { struct
713 bool (*check_mng_mode)(struct e1000_hw *);
714 s32 (*check_for_link)(struct e1000_hw *);
715 s32 (*cleanup_led)(struct e1000_hw *);
716 void (*clear_hw_cntrs)(struct e1000_hw *);
717 s32 (*get_bus_info)(struct e1000_hw *);
718 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
719 s32 (*led_on)(struct e1000_hw *);
720 s32 (*led_off)(struct e1000_hw *);
721 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32, u32, u32);
[all …]
/drivers/net/igb/
De1000_hw.h413 struct e1000_mac_operations { struct
414 s32 (*check_for_link)(struct e1000_hw *);
415 s32 (*reset_hw)(struct e1000_hw *);
416 s32 (*init_hw)(struct e1000_hw *);
417 bool (*check_mng_mode)(struct e1000_hw *);
418 s32 (*setup_physical_interface)(struct e1000_hw *);
419 void (*rar_set)(struct e1000_hw *, u8 *, u32);
420 s32 (*read_mac_addr)(struct e1000_hw *);
421 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);