Lines Matching refs:fcp_rsp

264 		(sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
270 (int)sizeof(struct fcp_rsp), bpl_size);
280 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
302 psb->fcp_rsp = psb->data + sizeof(struct fcp_cmnd);
304 sizeof(struct fcp_rsp);
311 sizeof(struct fcp_rsp);
327 bpl[1].tus.f.bdeSize = sizeof(struct fcp_rsp);
351 sizeof(struct fcp_rsp);
650 lpfc_cmd->fcp_rsp = tmp->fcp_rsp;
674 sgl->sge_len = cpu_to_le32(sizeof(struct fcp_rsp));
825 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
908 sizeof(struct fcp_rsp) +
2509 * 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 */
3212 /* set the last flag in the fcp_rsp map entry */
3306 * fcp_rsp regions to the first data sge entry
3322 /* clear the last flag in the fcp_rsp map entry */
3564 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
3823 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
4093 !lpfc_cmd->fcp_rsp->rspStatus3 &&
4094 (lpfc_cmd->fcp_rsp->rspStatus2 & RESID_UNDER) &&
4248 if (cmd->result || lpfc_cmd->fcp_rsp->rspSnsLen) {
4415 !lpfc_cmd->fcp_rsp->rspStatus3 &&
4416 (lpfc_cmd->fcp_rsp->rspStatus2 & RESID_UNDER) &&
4530 if (cmd->result || lpfc_cmd->fcp_rsp->rspSnsLen) {
4618 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
4749 sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
4797 lpfc_cmd->fcp_rsp->rspSnsLen = 0;
4922 sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
5689 * lpfc_check_fcp_rsp - check the returned fcp_rsp to see if task failed
5702 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
5711 "0703 fcp_rsp is missing\n");
5720 "0706 fcp_rsp valid 0x%x,"