Searched defs:e1000_mac_operations (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
| D | vf.h | 151 struct e1000_mac_operations { struct 171 struct e1000_mac_operations ops; argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
| D | vf.h | 151 struct e1000_mac_operations { struct 171 struct e1000_mac_operations ops; argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
| D | hw.h | 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 *); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
| D | hw.h | 476 struct e1000_mac_operations { struct 477 s32 (*id_led_init)(struct e1000_hw *); 478 s32 (*blink_led)(struct e1000_hw *); 479 bool (*check_mng_mode)(struct e1000_hw *); 480 s32 (*check_for_link)(struct e1000_hw *); 481 s32 (*cleanup_led)(struct e1000_hw *); 482 void (*clear_hw_cntrs)(struct e1000_hw *); 483 void (*clear_vfta)(struct e1000_hw *); 484 s32 (*get_bus_info)(struct e1000_hw *); 485 void (*set_lan_id)(struct e1000_hw *); [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
| D | e1000_hw.h | 295 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 *); 300 s32 (*setup_physical_interface)(struct e1000_hw *); 301 void (*rar_set)(struct e1000_hw *, u8 *, u32); 302 s32 (*read_mac_addr)(struct e1000_hw *); 303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); 304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
| D | e1000_hw.h | 295 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 *); 300 s32 (*setup_physical_interface)(struct e1000_hw *); 301 void (*rar_set)(struct e1000_hw *, u8 *, u32); 302 s32 (*read_mac_addr)(struct e1000_hw *); 303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); 304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16); [all …]
|