Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dvf.h151 struct e1000_mac_operations { struct
171 struct e1000_mac_operations ops; argument
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Dhw.h494 struct e1000_mac_operations { struct
495 s32 (*id_led_init)(struct e1000_hw *);
496 s32 (*blink_led)(struct e1000_hw *);
501 void (*clear_vfta)(struct e1000_hw *);
503 void (*set_lan_id)(struct e1000_hw *);
505 s32 (*led_on)(struct e1000_hw *);
506 s32 (*led_off)(struct e1000_hw *);
508 s32 (*reset_hw)(struct e1000_hw *);
509 s32 (*init_hw)(struct e1000_hw *);
510 s32 (*setup_link)(struct e1000_hw *);
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_hw.h295 struct e1000_mac_operations { struct
296 s32 (*check_for_link)(struct e1000_hw *);
297 s32 (*reset_hw)(struct e1000_hw *);
298 s32 (*init_hw)(struct e1000_hw *);
299 bool (*check_mng_mode)(struct e1000_hw *);
301 void (*rar_set)(struct e1000_hw *, u8 *, u32);
302 s32 (*read_mac_addr)(struct e1000_hw *);
304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
305 void (*release_swfw_sync)(struct e1000_hw *, u16);
307 s32 (*get_thermal_sensor_data)(struct e1000_hw *);
[all …]

Completed in 13 milliseconds