Lines Matching refs:response
265 * @mad: Datagram that will be sent as response to DM_ATTR_CLASS_PORT_INFO.
285 * @mad: Datagram that will be sent as response to DM_ATTR_IOU_INFO.
312 * @mad: Datagram that will be sent as response to DM_ATTR_IOC_PROFILE.
375 * @mad: Datagram that will be sent as response to DM_ATTR_SVC_ENTRIES.
415 * @rsp_mad: response MAD.
1350 * srpt_build_cmd_rsp - build a SRP_RSP response
1352 * @ioctx: I/O context associated with the SRP_CMD request. The response will
1355 * @tag: tag of the request for which this response is being generated.
1358 * Returns the size in bytes of the SRP_RSP response.
1360 * An SRP_RSP response contains a SCSI status or service response. See also
1362 * response. See also SPC-2 for more information about sense data.
1434 * srpt_build_tskmgmt_rsp - build a task management response
1436 * @ioctx: I/O context in which the SRP_RSP response will be built.
1437 * @rsp_code: RSP_CODE that will be stored in the response.
1438 * @tag: Tag of the request for which this response is being generated.
1440 * Returns the size in bytes of the SRP_RSP response.
1442 * An SRP_RSP response contains a SCSI status or service response. See also
1444 * response.
1603 send_ioctx->cmd.se_tmr_req->response = TMR_FUNCTION_REJECTED;
1737 * value in each response is set to one, and it is possible that this response
1739 * response has been processed. This could e.g. happen if the call to
1761 pr_info("sending response for ioctx 0x%p failed with status %d\n",
2456 pr_err("sending SRP_LOGIN_REQ response failed (error code = %d)\n",
2797 * srpt_queue_response - transmit the response to a SCSI command
2850 = tcm_to_srp_tsk_mgmt_status(cmd->se_tmr_req->response);
2882 pr_err("%s: sending cmd response failed for tag %llu (%d)\n",
2908 * This function is called for aborted commands if no response is sent to the
2910 * returned to the initiator the next time a response is sent by incrementing