Lines Matching +full:wait +full:- +full:state
7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
63 /* This is the timeout value for the SATA phy to wait for a SIGNATURE FIS
64 * before restarting the starting state machine. Technically, the old parallel
74 * notification from the hardware that we restart the hardware OOB state
80 * isci_phy - hba local phy infrastructure
83 * @phy_index: physical index relative to the controller (0-3)
162 * struct sci_phy_properties - This structure defines the properties common to
189 * struct sci_sas_phy_properties - This structure defines the properties,
210 * struct sci_sata_phy_properties - This structure defines the properties,
231 * enum sci_phy_counter_id - This enumeration depicts the various pieces of
340 * enum sci_phy_states - phy state machine states
341 * @SCI_PHY_INITIAL: Simply the initial state for the base domain state
343 * @SCI_PHY_STOPPED: phy has successfully been stopped. In this state
346 * this state no new IO operations are permitted on
348 * @SCI_PHY_SUB_INITIAL: Initial state
349 * @SCI_PHY_SUB_AWAIT_OSSP_EN: Wait state for the hardware OSSP event
351 * @SCI_PHY_SUB_AWAIT_SAS_SPEED_EN: Wait state for the PHY speed
353 * @SCI_PHY_SUB_AWAIT_IAF_UF: Wait state for the IAF Unsolicited frame
355 * @SCI_PHY_SUB_AWAIT_SAS_POWER: Wait state for the request to consume
357 * @SCI_PHY_SUB_AWAIT_SATA_POWER: Wait state for request to consume
359 * @SCI_PHY_SUB_AWAIT_SATA_PHY_EN: Wait state for the SATA PHY
361 * @SCI_PHY_SUB_AWAIT_SATA_SPEED_EN: Wait for the SATA PHY speed
363 * @SCI_PHY_SUB_AWAIT_SIG_FIS_UF: Wait state for the SIGNATURE FIS
365 * @SCI_PHY_SUB_FINAL: Exit state for this state machine
368 * currently part of a valid port. This state is
369 * entered from the STARTING state.
371 * state no new IO operations are permitted on this
372 * phy. This state is entered from the READY state.
373 * @SCI_PHY_FINAL: Simply the final state for the base phy state