Searched defs:e1000_mac_operations (Results 1 – 3 of 3) sorted by relevance
173 struct e1000_mac_operations { struct192 struct e1000_mac_operations ops; argument
457 struct e1000_mac_operations { struct458 s32 (*id_led_init)(struct e1000_hw *);459 s32 (*blink_led)(struct e1000_hw *);460 bool (*check_mng_mode)(struct e1000_hw *);461 s32 (*check_for_link)(struct e1000_hw *);462 s32 (*cleanup_led)(struct e1000_hw *);463 void (*clear_hw_cntrs)(struct e1000_hw *);464 void (*clear_vfta)(struct e1000_hw *);465 s32 (*get_bus_info)(struct e1000_hw *);466 void (*set_lan_id)(struct e1000_hw *);[all …]
313 struct e1000_mac_operations { struct314 s32 (*check_for_link)(struct e1000_hw *);315 s32 (*reset_hw)(struct e1000_hw *);316 s32 (*init_hw)(struct e1000_hw *);317 bool (*check_mng_mode)(struct e1000_hw *);318 s32 (*setup_physical_interface)(struct e1000_hw *);319 void (*rar_set)(struct e1000_hw *, u8 *, u32);320 s32 (*read_mac_addr)(struct e1000_hw *);321 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);322 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);[all …]