Searched refs:get_speed_and_duplex (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_base.c | 406 .get_speed_and_duplex = igc_get_speed_and_duplex_copper,
|
A D | igc_hw.h | 44 s32 (*get_speed_and_duplex)(struct igc_hw *hw, u16 *speed, member
|
A D | igc_i225.c | 562 hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_set_ltr_i225()
|
A D | igc_mac.c | 621 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
|
A D | igc_main.c | 5287 hw->mac.ops.get_speed_and_duplex(hw, in igc_watchdog_task()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | e1000_hw.h | 303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); member
|
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()
|
A D | e1000_82575.c | 2899 .get_speed_and_duplex = igb_get_link_up_info_82575,
|
A D | igb_main.c | 5461 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()
|
Completed in 47 milliseconds