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()
195 if (hw->phy.multispeed_fiber && !autoneg) { in ixgbe_get_settings()
201 if (autoneg) { in ixgbe_get_settings()
204 ecmd->autoneg = AUTONEG_ENABLE; in ixgbe_get_settings()
206 ecmd->autoneg = AUTONEG_DISABLE; in ixgbe_get_settings()
332 if (!ecmd->autoneg && hw->phy.multispeed_fiber) { in ixgbe_set_settings()
366 if ((ecmd->autoneg == AUTONEG_ENABLE) || in ixgbe_set_settings()
383 pause->autoneg = 1; in ixgbe_get_pauseparam()
385 pause->autoneg = 0; in ixgbe_get_pauseparam()
410 if ((pause->autoneg == AUTONEG_ENABLE) && in ixgbe_set_pauseparam()
414 fc.disable_fc_autoneg = (pause->autoneg != AUTONEG_ENABLE); in ixgbe_set_pauseparam()
416 if ((pause->rx_pause && pause->tx_pause) || pause->autoneg) in ixgbe_set_pauseparam()