Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_hw.h44 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed, member
Digc_base.c433 .get_speed_and_duplex = igc_get_speed_and_duplex_copper,
Digc_i225.c567 hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_set_ltr_i225()
Digc_mac.c621 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
Digc_main.c5602 hw->mac.ops.get_speed_and_duplex(hw, in igc_watchdog_task()
/Linux-v6.6/drivers/net/ethernet/intel/igb/
De1000_hw.h303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); member
De1000_mac.c1075 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igb_config_fc_after_link_up()
De1000_82575.c2899 .get_speed_and_duplex = igb_get_link_up_info_82575,
Digb_main.c5557 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()