Lines Matching full:this

2  * This file is provided under a dual BSD/GPLv2 license.  When using or
3 * redistributing this file, you may do so under either license.
9 * This program is free software; you can redistribute it and/or modify
13 * This program is distributed in the hope that it will be useful, but
19 * along with this program; if not, write to the Free Software
21 * The full GNU General Public License is included in this distribution
34 * notice, this list of conditions and the following disclaimer.
36 * notice, this list of conditions and the following disclaimer in
41 * from this software without specific prior written permission.
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
118 * enum sci_status - This is the general return status enumeration for non-IO,
125 * This member indicates successful completion.
130 * This value indicates that the calling method completed successfully,
132 * invoked. This occurs during SAT translation for requests that do
139 * This Value indicates that the SCU hardware returned an early response
142 * will handle this case to get the actual number of bytes transferred.
147 * This member indicates that the object for which a state change is
153 * This member indicates interrupt coalescence timer may cause SAS
160 * This field indicates a sequence of action is not completed yet. Mostly,
161 * this status is used when multiple ATA commands are needed in a SATI translation.
166 * This member indicates that there was a general failure.
171 * This member indicates that the SCI implementation is unable to complete
178 * This member indicates the calling function failed, because the state
184 * This member indicates the calling function failed, because there is
190 * This member indicates the calling function failed, because the
196 * This member indicates the calling function failed, because the
202 * This member indicates the calling function failed, because the
208 * This member indicates the calling function failed, because the
214 * This member indicates the calling function failed, because the
221 * This member indicates the calling function failed, because the
227 * This member indicates the calling function failed, because the
233 * This member indicates the calling function failed, because adding
239 * This member indicates the calling function failed, because the
245 * This member indicates the calling function failed, because the SCI
251 * This member indicates the calling method failed, because the SCI
257 * This member indicates the calling method failed, because the SCI
263 * This member indicates the calling method was partly successful
269 * This member indicates that calling method failed
275 * This member indicates the calling method failed, because the SCI
281 * This member indicates the calling method failed, because the remote
287 * This member indicates the calling method failed, because the SCI
293 * This member indicates that the operation failed and the user should
299 * This member indicates that the operation failed, the failure is
307 * This member indicated that the operation failed because the
308 * user requested this IO to be terminated.
313 * This member indicates that the operation failed and the associated
319 * This member indicates that the operation failed because the supplied
325 * This member indicates that the operation failed because the
331 * This member indicates that the operation failed, because a timeout
337 * This member indicates that the operation failed, because the user
343 * This value indicates that the operation failed, because the number
349 * This value indicates that the method failed due to a lack of
355 * This value indicates that a protocol violation has occurred on the
361 * This value indicates a failure condition that retry may help to clear.
366 * This field indicates the retry limit was reached when a retry is attempted
371 * This member indicates the calling method was partly successful.
372 * Mostly, this status is used when a LUN_RESET issued to an expander attached
379 * This field indicates an illegal phy connection based on the routing attribute
385 * This field indicates a CONFIG ROUTE INFO command has a response with function result
391 * This value indicates that an unsupported PCI device ID has been
392 * specified. This indicates that attempts to invoke
400 * enum sci_io_status - This enumeration depicts all of the possible IO
401 * completion status values. Each value in this enumeration maps directly
433 * enum sci_task_status - This enumeration depicts all of the possible task
434 * completion status values. Each value in this enumeration maps directly
463 * frames in "big endian dword" order. Regardless of host endian this
491 * del_timer() is called and checked in the timer callback function. This