Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
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.c612 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
H A Digc_main.c5858 hw->mac.ops.get_speed_and_duplex(hw, in igc_watchdog_task()
/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.c5610 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()