Lines Matching defs:e1000_mac_operations
712 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);
722 s32 (*reset_hw)(struct e1000_hw *);
723 s32 (*init_hw)(struct e1000_hw *);
724 s32 (*setup_link)(struct e1000_hw *);
725 s32 (*setup_physical_interface)(struct e1000_hw *);