Home
last modified time | relevance | path

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

/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.c461 .get_speed_and_duplex = igc_get_speed_and_duplex_copper,
H A Digc_mac.c609 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *); member
H A Digb_main.c5605 hw->mac.ops.get_speed_and_duplex(hw, in igb_watchdog_task()