Searched refs:fcprsp (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_scsi.c776 struct fcp_resp_with_ext *fcprsp = io->rspbuf.virt; local
779 if (!fcprsp) {
784 sns_data = (u8 *)io->rspbuf.virt + sizeof(*fcprsp);
788 memset(fcprsp, 0, sizeof(*fcprsp));
790 io->wire_len += sizeof(*fcprsp);
792 fcprsp->resp.fr_status = scsi_status;
793 fcprsp->resp.fr_retry_delay =
804 fcprsp->resp.fr_flags |= FCP_RESID_UNDER;
805 fcprsp
967 } *fcprsp; local
[all...]
H A Defct_unsol.c316 struct fcp_resp_with_ext fcprsp; local
323 memset(&fcprsp, 0, sizeof(fcprsp));
325 fcprsp.resp.fr_status = list_empty(&node->active_ios) ?
328 *((u32 *)&fcprsp.ext.fr_resid) = be32_to_cpu(fcpcmd->fc_dl);
331 rc = efct_sframe_send_fcp_rsp(node, seq, &fcprsp, sizeof(fcprsp));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3567 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp; local
3568 uint32_t resp_info = fcprsp->rspStatus2;
3569 uint32_t scsi_status = fcprsp->rspStatus3;
3593 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen &&
3614 ((be32_to_cpu(fcprsp->rspResId) != fcpi_parm) ||
3826 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp; local
3827 uint32_t resp_info = fcprsp->rspStatus2;
3828 uint32_t scsi_status = fcprsp->rspStatus3;
3847 rsplen = be32_to_cpu(fcprsp->rspRspLen);
3858 if (fcprsp
5706 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp; local
[all...]

Completed in 235 milliseconds