Searched refs:ixgbe_device_supports_autoneg_fc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h60 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
H A Dixgbe_common.c41 * ixgbe_device_supports_autoneg_fc - Check if phy supports autoneg flow
49 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) function
252 ixgbe_device_supports_autoneg_fc(hw)) {
2431 if (ixgbe_device_supports_autoneg_fc(hw))
H A Dixgbe_ethtool.c551 if (ixgbe_device_supports_autoneg_fc(hw) &&
581 !ixgbe_device_supports_autoneg_fc(hw))
H A Dixgbe_main.c6482 hw->fc.disable_fc_autoneg = ixgbe_device_supports_autoneg_fc(hw);

Completed in 183 milliseconds