Lines Matching refs:response

271  * @mad: Datagram that will be sent as response to DM_ATTR_CLASS_PORT_INFO.
291 * @mad: Datagram that will be sent as response to DM_ATTR_IOU_INFO.
318 * @mad: Datagram that will be sent as response to DM_ATTR_IOC_PROFILE.
381 * @mad: Datagram that will be sent as response to DM_ATTR_SVC_ENTRIES.
421 * @rsp_mad: response MAD.
1356 * srpt_build_cmd_rsp - build a SRP_RSP response
1358 * @ioctx: I/O context associated with the SRP_CMD request. The response will
1361 * @tag: tag of the request for which this response is being generated.
1364 * Returns the size in bytes of the SRP_RSP response.
1366 * An SRP_RSP response contains a SCSI status or service response. See also
1368 * response. See also SPC-2 for more information about sense data.
1440 * srpt_build_tskmgmt_rsp - build a task management response
1442 * @ioctx: I/O context in which the SRP_RSP response will be built.
1443 * @rsp_code: RSP_CODE that will be stored in the response.
1444 * @tag: Tag of the request for which this response is being generated.
1446 * Returns the size in bytes of the SRP_RSP response.
1448 * An SRP_RSP response contains a SCSI status or service response. See also
1450 * response.
1613 send_ioctx->cmd.se_tmr_req->response = TMR_FUNCTION_REJECTED;
1747 * value in each response is set to one, and it is possible that this response
1749 * response has been processed. This could e.g. happen if the call to
1771 pr_info("sending response for ioctx 0x%p failed with status %d\n",
2465 pr_err("sending SRP_LOGIN_REQ response failed (error code = %d)\n",
2806 * srpt_queue_response - transmit the response to a SCSI command
2859 = tcm_to_srp_tsk_mgmt_status(cmd->se_tmr_req->response);
2890 pr_err("%s: sending cmd response failed for tag %llu (%d)\n",
2916 * This function is called for aborted commands if no response is sent to the
2918 * returned to the initiator the next time a response is sent by incrementing