Lines Matching refs:fcp_rsp

259 		(sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
265 (int)sizeof(struct fcp_rsp), bpl_size);
275 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
297 psb->fcp_rsp = psb->data + sizeof(struct fcp_cmnd);
299 sizeof(struct fcp_rsp);
306 sizeof(struct fcp_rsp);
322 bpl[1].tus.f.bdeSize = sizeof(struct fcp_rsp);
346 sizeof(struct fcp_rsp);
647 lpfc_cmd->fcp_rsp = tmp->fcp_rsp;
671 sgl->sge_len = cpu_to_le32(sizeof(struct fcp_rsp));
822 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
905 sizeof(struct fcp_rsp) +
2506 * fcp_rsp regions to the first data bde entry
3063 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
3078 /* clear the last flag in the fcp_rsp map entry */
3209 /* set the last flag in the fcp_rsp map entry */
3307 * fcp_rsp regions to the first data sge entry
3323 /* clear the last flag in the fcp_rsp map entry */
3567 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
3826 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
4099 !lpfc_cmd->fcp_rsp->rspStatus3 &&
4100 (lpfc_cmd->fcp_rsp->rspStatus2 & RESID_UNDER) &&
4254 if (cmd->result || lpfc_cmd->fcp_rsp->rspSnsLen) {
4421 !lpfc_cmd->fcp_rsp->rspStatus3 &&
4422 (lpfc_cmd->fcp_rsp->rspStatus2 & RESID_UNDER) &&
4536 if (cmd->result || lpfc_cmd->fcp_rsp->rspSnsLen) {
4624 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
4763 sizeof(struct fcp_cmnd32) + sizeof(struct fcp_rsp));
4811 lpfc_cmd->fcp_rsp->rspSnsLen = 0;
4936 sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
5693 * lpfc_check_fcp_rsp - check the returned fcp_rsp to see if task failed
5706 struct fcp_rsp *fcprsp = lpfc_cmd->fcp_rsp;
5715 "0703 fcp_rsp is missing\n");
5724 "0706 fcp_rsp valid 0x%x,"