Searched refs:fcprsp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/elx/efct/ |
| A D | efct_scsi.c | 779 if (!fcprsp) { in efct_scsi_send_resp() 788 memset(fcprsp, 0, sizeof(*fcprsp)); in efct_scsi_send_resp() 790 io->wire_len += sizeof(*fcprsp); in efct_scsi_send_resp() 792 fcprsp->resp.fr_status = scsi_status; in efct_scsi_send_resp() 793 fcprsp->resp.fr_retry_delay = in efct_scsi_send_resp() 967 } *fcprsp; in efct_scsi_send_tmf_resp() local 1005 fcprsp = io->rspbuf.virt; in efct_scsi_send_tmf_resp() 1006 memset(fcprsp, 0, sizeof(*fcprsp)); in efct_scsi_send_tmf_resp() 1014 fcprsp->info.rsp_code = fcp_rspcode; in efct_scsi_send_tmf_resp() 1016 io->wire_len = sizeof(*fcprsp); in efct_scsi_send_tmf_resp() [all …]
|
| A D | efct_unsol.c | 316 struct fcp_resp_with_ext fcprsp; in efct_sframe_send_task_set_full_or_busy() local 323 memset(&fcprsp, 0, sizeof(fcprsp)); in efct_sframe_send_task_set_full_or_busy() 325 fcprsp.resp.fr_status = list_empty(&node->active_ios) ? in efct_sframe_send_task_set_full_or_busy() 328 *((u32 *)&fcprsp.ext.fr_resid) = be32_to_cpu(fcpcmd->fc_dl); in efct_sframe_send_task_set_full_or_busy() 331 rc = efct_sframe_send_fcp_rsp(node, seq, &fcprsp, sizeof(fcprsp)); in efct_sframe_send_task_set_full_or_busy()
|
| /linux/drivers/scsi/lpfc/ |
| A D | lpfc_scsi.c | 3746 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() 4005 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() 4025 rsplen = be32_to_cpu(fcprsp->rspRspLen); in lpfc_handle_fcp_err() 4043 fcprsp->rspInfo3); in lpfc_handle_fcp_err() 4075 be32_to_cpu(fcprsp->rspResId), in lpfc_handle_fcp_err() 4076 be32_to_cpu(fcprsp->rspSnsLen), in lpfc_handle_fcp_err() 4077 be32_to_cpu(fcprsp->rspRspLen), in lpfc_handle_fcp_err() 4078 fcprsp->rspInfo3); in lpfc_handle_fcp_err() 6089 if (fcprsp == NULL) in lpfc_check_fcp_rsp() 6093 rsp_info = fcprsp->rspStatus2; in lpfc_check_fcp_rsp() [all …]
|
Completed in 45 milliseconds