Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h44 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed, member
H A Digc_base.c437 .get_speed_and_duplex = igc_get_speed_and_duplex_copper,
H A Digc_i225.c568 hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_set_ltr_i225()
H A Digc_mac.c621 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
H A Digc_main.c5587 hw->mac.ops.get_speed_and_duplex(hw, in igc_watchdog_task()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); member
H A De1000_mac.c1075 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igb_config_fc_after_link_up()
H A De1000_82575.c2892 .get_speed_and_duplex = igb_get_link_up_info_82575,
H A Digb_main.c5566 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()