Lines Matching refs:fcp_rsp
343 (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
349 (int)sizeof(struct fcp_rsp), bpl_size);
359 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
381 psb->fcp_rsp = psb->data + sizeof(struct fcp_cmnd);
383 sizeof(struct fcp_rsp);
390 sizeof(struct fcp_rsp);
406 bpl[1].tus.f.bdeSize = sizeof(struct fcp_rsp);
430 sizeof(struct fcp_rsp);
680 lpfc_cmd->fcp_rsp = tmp->fcp_rsp;
704 sgl->sge_len = cpu_to_le32(sizeof(struct fcp_rsp));
851 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
934 sizeof(struct fcp_rsp) +
2536 * fcp_rsp regions to the first data bde entry
3066 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
3081 /* clear the last flag in the fcp_rsp map entry */
3204 /* clear the last flag in the fcp_rsp map entry */
3275 * fcp_rsp regions to the first data sge entry
3291 /* clear the last flag in the fcp_rsp map entry */
3491 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
3614 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
3881 !lpfc_cmd->fcp_rsp->rspStatus3 &&
3882 (lpfc_cmd->fcp_rsp->rspStatus2 & RESID_UNDER) &&
3996 if (cmd->result || lpfc_cmd->fcp_rsp->rspSnsLen) {
4101 lpfc_cmd->fcp_rsp->rspSnsLen = 0;
4126 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
4946 * lpfc_check_fcp_rsp - check the returned fcp_rsp to see if task failed
4959 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
4968 "0703 fcp_rsp is missing\n");
4977 "0706 fcp_rsp valid 0x%x,"