Lines Matching defs:response

269 	 * Copy the physical address for the response buffer to the
556 /* SATA Requests do not have a response buffer */
659 /* clear the response so we can detect arrivial of an
892 * now only waiting for the task response itself,
894 * and don't wait for the task response.
973 * This function copies response data for requests returning response data
976 * the response data.
1013 * response because the io request specified more data than is
1015 * etc.). We must check the response stats to see if this is
1048 /* TODO With TASK_DONE_RESP_LEN_ERR is the response frame
1213 * response within 2 ms. This causes our hardware break
1749 /* not a response frame, why did it get forwarded? */
1802 * This was not a response frame why did it get
2116 /* We must check ther response buffer to see if the D2H
2459 * response iu, in the task struct, from the request object for the upper
2462 * @resp_iu: This parameter points to the response iu of the completed request.
2486 /* libsas updates the task status fields based on the response iu. */
2494 * @response_ptr: This parameter specifies the service response for the I/O.
2519 * @response_ptr: This parameter specifies the service response for the I/O.
2743 enum service_response response = SAS_TASK_UNDELIVERED;
2765 /* crack the iu response buffer. */
2785 response = task->task_status.resp;
2792 response = SAS_TASK_COMPLETE;
2830 response = SAS_TASK_UNDELIVERED;
2845 task, &response,
2862 response = SAS_TASK_UNDELIVERED;
2871 response = SAS_TASK_UNDELIVERED;
2888 response = SAS_TASK_UNDELIVERED;
2939 task->task_status.resp = response;
3298 /* SMP response comes as UF, so no need to set response IU address. */