Lines Matching full:speed
49 ixgbe_link_speed *speed,
55 ixgbe_link_speed *speed, bool *link_up,
58 ixgbe_link_speed speed,
61 ixgbe_link_speed speed,
291 * @speed: pointer to link speed
297 ixgbe_link_speed *speed, in ixgbe_get_link_capabilities_82598() argument
317 *speed = IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_get_link_capabilities_82598()
322 *speed = IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_get_link_capabilities_82598()
327 *speed = IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_get_link_capabilities_82598()
333 *speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_get_link_capabilities_82598()
335 *speed |= IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_get_link_capabilities_82598()
337 *speed |= IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_get_link_capabilities_82598()
634 * ixgbe_check_mac_link_82598 - Get link/speed status
636 * @speed: pointer to link speed
640 * Reads the links register to determine if link is up and the current speed
643 ixgbe_link_speed *speed, bool *link_up, in ixgbe_check_mac_link_82598() argument
711 *speed = IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_check_mac_link_82598()
713 *speed = IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_check_mac_link_82598()
724 * ixgbe_setup_mac_link_82598 - Set MAC link speed
726 * @speed: new link speed
729 * Set the link speed in the AUTOC register and restarts link.
732 ixgbe_link_speed speed, in ixgbe_setup_mac_link_82598() argument
744 /* Check to see if speed passed in is supported. */ in ixgbe_setup_mac_link_82598()
746 speed &= link_capabilities; in ixgbe_setup_mac_link_82598()
748 if (speed == IXGBE_LINK_SPEED_UNKNOWN) in ixgbe_setup_mac_link_82598()
751 /* Set KX4/KX support according to speed requested */ in ixgbe_setup_mac_link_82598()
755 if (speed & IXGBE_LINK_SPEED_10GB_FULL) in ixgbe_setup_mac_link_82598()
757 if (speed & IXGBE_LINK_SPEED_1GB_FULL) in ixgbe_setup_mac_link_82598()
780 * @speed: new link speed
783 * Sets the link speed in the AUTOC register in the MAC and restarts link.
786 ixgbe_link_speed speed, in ixgbe_setup_copper_link_82598() argument
793 /* Setup the PHY according to input speed */ in ixgbe_setup_copper_link_82598()
794 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()