Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_hw.h28 struct igc_mac_operations { struct
29 s32 (*check_for_link)(struct igc_hw *hw);
30 s32 (*reset_hw)(struct igc_hw *hw);
31 s32 (*init_hw)(struct igc_hw *hw);
32 s32 (*setup_physical_interface)(struct igc_hw *hw);
33 void (*rar_set)(struct igc_hw *hw, u8 *address, u32 index);
34 s32 (*read_mac_addr)(struct igc_hw *hw);
35 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed,
37 s32 (*acquire_swfw_sync)(struct igc_hw *hw, u16 mask);
38 void (*release_swfw_sync)(struct igc_hw *hw, u16 mask);