Lines Matching defs:e1000_mac_operations
497 struct e1000_mac_operations { struct
498 s32 (*id_led_init)(struct e1000_hw *);
499 s32 (*blink_led)(struct e1000_hw *);
500 bool (*check_mng_mode)(struct e1000_hw *);
501 s32 (*check_for_link)(struct e1000_hw *);
502 s32 (*cleanup_led)(struct e1000_hw *);
503 void (*clear_hw_cntrs)(struct e1000_hw *);
504 void (*clear_vfta)(struct e1000_hw *);
505 s32 (*get_bus_info)(struct e1000_hw *);
506 void (*set_lan_id)(struct e1000_hw *);
507 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
508 s32 (*led_on)(struct e1000_hw *);
509 s32 (*led_off)(struct e1000_hw *);
510 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32);
511 s32 (*reset_hw)(struct e1000_hw *);
512 s32 (*init_hw)(struct e1000_hw *);
513 s32 (*setup_link)(struct e1000_hw *);
514 s32 (*setup_physical_interface)(struct e1000_hw *);
515 s32 (*setup_led)(struct e1000_hw *);
516 void (*write_vfta)(struct e1000_hw *, u32, u32);
517 void (*config_collision_dist)(struct e1000_hw *);
518 int (*rar_set)(struct e1000_hw *, u8 *, u32);
519 s32 (*read_mac_addr)(struct e1000_hw *);
520 u32 (*rar_get_count)(struct e1000_hw *);