Lines Matching defs:response

266 	 * Copy the physical address for the response buffer to the
551 /* SATA Requests do not have a response buffer */
654 /* clear the response so we can detect arrivial of an
884 * now only waiting for the task response itself,
886 * and don't wait for the task response.
965 * This function copies response data for requests returning response data
968 * the response data.
1005 * response because the io request specified more data than is
1007 * etc.). We must check the response stats to see if this is
1040 /* TODO With TASK_DONE_RESP_LEN_ERR is the response frame
1206 * response within 2 ms. This causes our hardware break
1740 /* not a response frame, why did it get forwarded? */
1793 * This was not a response frame why did it get
2105 /* We must check ther response buffer to see if the D2H
2446 * response iu, in the task struct, from the request object for the upper
2449 * @resp_iu: This parameter points to the response iu of the completed request.
2473 /* libsas updates the task status fields based on the response iu. */
2482 * @response_ptr: This parameter specifies the service response for the I/O.
2509 * @response_ptr: This parameter specifies the service response for the I/O.
2733 enum service_response response = SAS_TASK_UNDELIVERED;
2755 /* crack the iu response buffer. */
2775 response = task->task_status.resp;
2782 response = SAS_TASK_COMPLETE;
2820 response = SAS_TASK_UNDELIVERED;
2835 task, &response,
2852 response = SAS_TASK_UNDELIVERED;
2861 response = SAS_TASK_UNDELIVERED;
2878 response = SAS_TASK_UNDELIVERED;
2929 task->task_status.resp = response;
3287 /* SMP response comes as UF, so no need to set response IU address. */