Searched refs:get_speed_and_duplex (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_base.c | 437 .get_speed_and_duplex = igc_get_speed_and_duplex_copper,
|
H A D | igc_i225.c | 568 hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_set_ltr_i225()
|
H A D | igc_mac.c | 612 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
|
H A D | igc_main.c | 5858 hw->mac.ops.get_speed_and_duplex(hw, in igc_watchdog_task()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); member
|
H A D | e1000_mac.c | 1075 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igb_config_fc_after_link_up()
|
H A D | e1000_82575.c | 2892 .get_speed_and_duplex = igb_get_link_up_info_82575,
|
H A D | igb_main.c | 5610 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()
|