Lines Matching refs:autoneg
161 bool autoneg = false; in ixgbe_get_settings() local
164 hw->mac.ops.get_link_capabilities(hw, &supported_link, &autoneg); in ixgbe_get_settings()
191 if (hw->phy.multispeed_fiber && !autoneg) { in ixgbe_get_settings()
197 if (autoneg) { in ixgbe_get_settings()
200 ecmd->autoneg = AUTONEG_ENABLE; in ixgbe_get_settings()
202 ecmd->autoneg = AUTONEG_DISABLE; in ixgbe_get_settings()
324 if (!ecmd->autoneg && hw->phy.multispeed_fiber) { in ixgbe_set_settings()
358 if ((ecmd->autoneg == AUTONEG_ENABLE) || in ixgbe_set_settings()
375 pause->autoneg = 1; in ixgbe_get_pauseparam()
377 pause->autoneg = 0; in ixgbe_get_pauseparam()
402 if ((pause->autoneg == AUTONEG_ENABLE) && in ixgbe_set_pauseparam()
406 fc.disable_fc_autoneg = (pause->autoneg != AUTONEG_ENABLE); in ixgbe_set_pauseparam()
408 if ((pause->rx_pause && pause->tx_pause) || pause->autoneg) in ixgbe_set_pauseparam()