Home
last modified time | relevance | path

Searched refs:get_speed_and_duplex (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_base.c408 .get_speed_and_duplex = igc_get_speed_and_duplex_copper,
Digc_hw.h35 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed, member
Digc_mac.c630 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
Digc_main.c2934 hw->mac.ops.get_speed_and_duplex(hw, in igc_watchdog_task()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
De1000_hw.h303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); member
De1000_mac.c1046 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igb_config_fc_after_link_up()
De1000_82575.c2903 .get_speed_and_duplex = igb_get_link_up_info_82575,
Digb_main.c5263 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()