ixgbe_device_supports_autoneg_fc
if (ixgbe_device_supports_autoneg_fc(hw))
ixgbe_device_supports_autoneg_fc(hw)) {
bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
if (ixgbe_device_supports_autoneg_fc(hw) &&
!ixgbe_device_supports_autoneg_fc(hw))
if (!ixgbe_device_supports_autoneg_fc(hw))
hw->fc.disable_fc_autoneg = ixgbe_device_supports_autoneg_fc(hw);