Searched defs:igc_mac_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
| D | igc_hw.h | 36 struct igc_mac_operations { struct 37 s32 (*check_for_link)(struct igc_hw *hw); 38 s32 (*reset_hw)(struct igc_hw *hw); 39 s32 (*init_hw)(struct igc_hw *hw); 40 s32 (*setup_physical_interface)(struct igc_hw *hw); 41 void (*rar_set)(struct igc_hw *hw, u8 *address, u32 index); 42 s32 (*read_mac_addr)(struct igc_hw *hw); 43 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed, 45 s32 (*acquire_swfw_sync)(struct igc_hw *hw, u16 mask); 46 void (*release_swfw_sync)(struct igc_hw *hw, u16 mask);
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
| D | igc_hw.h | 37 struct igc_mac_operations { struct 38 s32 (*check_for_link)(struct igc_hw *hw); 39 s32 (*reset_hw)(struct igc_hw *hw); 40 s32 (*init_hw)(struct igc_hw *hw); 41 s32 (*setup_physical_interface)(struct igc_hw *hw); 42 void (*rar_set)(struct igc_hw *hw, u8 *address, u32 index); 43 s32 (*read_mac_addr)(struct igc_hw *hw); 44 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed, 69 struct igc_mac_operations *mac_ops; argument
|