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
887 * now only waiting for the task response itself,
889 * and don't wait for the task response.
968 * This function copies response data for requests returning response data
971 * the response data.
1008 * response because the io request specified more data than is
1010 * etc.). We must check the response stats to see if this is
1043 /* TODO With TASK_DONE_RESP_LEN_ERR is the response frame
1209 * response within 2 ms. This causes our hardware break
1743 /* not a response frame, why did it get forwarded? */
1796 * This was not a response frame why did it get
2108 /* We must check ther response buffer to see if the D2H
2449 * response iu, in the task struct, from the request object for the upper
2452 * @resp_iu: This parameter points to the response iu of the completed request.
2476 /* libsas updates the task status fields based on the response iu. */
2485 * @response_ptr: This parameter specifies the service response for the I/O.
2512 * @response_ptr: This parameter specifies the service response for the I/O.
2736 enum service_response response = SAS_TASK_UNDELIVERED;
2758 /* crack the iu response buffer. */
2778 response = task->task_status.resp;
2785 response = SAS_TASK_COMPLETE;
2823 response = SAS_TASK_UNDELIVERED;
2838 task, &response,
2855 response = SAS_TASK_UNDELIVERED;
2864 response = SAS_TASK_UNDELIVERED;
2881 response = SAS_TASK_UNDELIVERED;
2932 task->task_status.resp = response;
3290 /* SMP response comes as UF, so no need to set response IU address. */