Searched refs:fcp_rsp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fc.h243 * @fcp_rsp: FCP RSP IU to evaluate
247 void zfcp_fc_eval_fcp_rsp(struct fcp_resp_with_ext *fcp_rsp, argument
256 scsi->result |= fcp_rsp->resp.fr_status;
258 rsp_flags = fcp_rsp->resp.fr_flags;
261 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1];
271 sense = (char *) &fcp_rsp[1];
273 sense += fcp_rsp->ext.fr_sns_len;
274 sense_len = min(fcp_rsp->ext.fr_sns_len,
280 resid = fcp_rsp->ext.fr_resid;
284 fcp_rsp
[all...]
H A Dzfcp_dbf.c864 struct fcp_resp_with_ext *fcp_rsp; local
890 fcp_rsp = (struct fcp_resp_with_ext *)
891 &(fsf_req->qtcb->bottom.io.fcp_rsp);
893 &fcp_rsp[1];
894 fcp_sns_info = (char *) &fcp_rsp[1];
895 if (fcp_rsp->resp.fr_flags & FCP_RSP_LEN_VAL)
896 fcp_sns_info += fcp_rsp->ext.fr_sns_len;
898 rec->rsp_validity = fcp_rsp->resp.fr_flags;
899 rec->rsp_scsi_status = fcp_rsp->resp.fr_status;
900 rec->rsp_resid = fcp_rsp
[all...]
H A Dzfcp_fsf.c2065 struct fcp_resp_with_ext *fcp_rsp; local
2096 fcp_rsp = (struct fcp_resp_with_ext *) &req->qtcb->bottom.io.fcp_rsp;
2097 zfcp_fc_eval_fcp_rsp(fcp_rsp, scpnt);
2116 struct fcp_resp_with_ext *fcp_rsp; local
2119 fcp_rsp = (struct fcp_resp_with_ext *) &req->qtcb->bottom.io.fcp_rsp;
2120 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1];
H A Dzfcp_fsf.h341 u8 fcp_rsp[FSF_FCP_RSP_SIZE]; member in struct:fsf_qtcb_bottom_io
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.h43 struct fcp_rsp { struct
134 * dma-able buffer containing the fcp_cmd, fcp_rsp and a scatter
141 struct fcp_rsp *fcp_rsp; member in struct:lpfc_scsi_buf
H A Dlpfc_scsi.c510 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
534 psb->fcp_rsp = psb->data + sizeof(struct fcp_cmnd);
536 sizeof(struct fcp_rsp);
543 sizeof(struct fcp_rsp);
559 bpl[1].tus.f.bdeSize = sizeof(struct fcp_rsp);
583 sizeof(struct fcp_rsp);
763 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
804 - (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
805 psb->fcp_rsp = (struct fcp_rsp *)((uint8_
[all...]
H A Dlpfc_init.c3943 sizeof(struct fcp_rsp) +
4068 buf_size = (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp) +
4082 sizeof(struct fcp_cmnd) - sizeof(struct fcp_rsp) -
H A Dlpfc_sli.c6077 xmit_len + sizeof(struct fcp_rsp);

Completed in 201 milliseconds