Lines Matching +full:retain +full:- +full:on +full:- +full:reset
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.
33 * * Redistributions of source code must retain the above copyright
50 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
82 * struct isci_port - isci direct attached sas port object
84 * need to take extra port-teardown actions that are
120 /* XXX rework: only one register, no need to replicate per-port */
147 * enum sci_port_states - port state machine states
156 * perform IO operations on this port. This state is
167 * reset. Thus, the user is unable to perform IO
168 * operations on this port. This state is entered
170 * @SCI_PORT_FAILED: port has failed a reset request. This state is
171 * entered when a port reset request times out. This
191 if (WARN_ONCE(iport->started_request_count == 0, in sci_port_decrement_request_count()
196 iport->started_request_count--; in sci_port_decrement_request_count()
200 (((port)->active_phy_mask & (1 << (phy)->phy_index)) != 0)