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

/drivers/s390/scsi/
H A Dzfcp_fc.h251 * @fcp_rsp: FCP RSP IU to evaluate
255 void zfcp_fc_eval_fcp_rsp(struct fcp_resp_with_ext *fcp_rsp, argument
264 scsi->result |= fcp_rsp->resp.fr_status;
266 rsp_flags = fcp_rsp->resp.fr_flags;
269 rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1];
279 sense = (char *) &fcp_rsp[1];
281 sense += fcp_rsp->ext.fr_rsp_len;
282 sense_len = min(fcp_rsp->ext.fr_sns_len,
288 resid = fcp_rsp->ext.fr_resid;
292 fcp_rsp
[all...]
H A Dzfcp_dbf.c381 struct fcp_resp_with_ext *fcp_rsp; local
402 fcp_rsp = (struct fcp_resp_with_ext *)
403 &(fsf->qtcb->bottom.io.fcp_rsp);
404 memcpy(&rec->fcp_rsp, fcp_rsp, FCP_RESP_WITH_EXT);
405 if (fcp_rsp->resp.fr_flags & FCP_RSP_LEN_VAL) {
406 fcp_rsp_info = (struct fcp_resp_rsp_info *) &fcp_rsp[1];
409 if (fcp_rsp->resp.fr_flags & FCP_SNS_LEN_VAL) {
H A Dzfcp_dbf.h223 struct fcp_resp_with_ext fcp_rsp; member in struct:zfcp_dbf_scsi
H A Dzfcp_fsf.c2076 struct fcp_resp_with_ext *fcp_rsp; local
2109 fcp_rsp = (struct fcp_resp_with_ext *) &req->qtcb->bottom.io.fcp_rsp;
2110 zfcp_fc_eval_fcp_rsp(fcp_rsp, scpnt);
2261 struct fcp_resp_with_ext *fcp_rsp; local
2266 fcp_rsp = (struct fcp_resp_with_ext *) &req->qtcb->bottom.io.fcp_rsp;
2267 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
/drivers/scsi/lpfc/
H A Dlpfc_scsi.h44 struct fcp_rsp { struct
135 * dma-able buffer containing the fcp_cmd, fcp_rsp and a scatter
142 struct fcp_rsp *fcp_rsp; member in struct:lpfc_scsi_buf
H A Dlpfc_scsi.c525 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
549 psb->fcp_rsp = psb->data + sizeof(struct fcp_cmnd);
551 sizeof(struct fcp_rsp);
558 sizeof(struct fcp_rsp);
574 bpl[1].tus.f.bdeSize = sizeof(struct fcp_rsp);
598 sizeof(struct fcp_rsp);
827 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
870 - (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp));
871 psb->fcp_rsp = (struct fcp_rsp *)((uint8_
[all...]
H A Dlpfc_init.c4311 sizeof(struct fcp_rsp) +
4470 buf_size = (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp) +
4496 sizeof(struct fcp_cmnd) - sizeof(struct fcp_rsp) -
H A Dlpfc_sli.c7816 xmit_len + sizeof(struct fcp_rsp);
7839 xmit_len + sizeof(struct fcp_rsp);
/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c24 struct fcoe_fcp_rsp_payload *fcp_rsp,
1713 struct fcoe_fcp_rsp_payload *fcp_rsp,
1718 u8 rsp_flags = fcp_rsp->fcp_flags.flags;
1727 io_req->fcp_resid = fcp_rsp->fcp_resid;
1731 fcp_rsp->scsi_status_code;
1745 = fcp_rsp->fcp_rsp_len;
1750 fcp_sns_len = fcp_rsp->fcp_sns_len;
1751 rq_buff_len += fcp_rsp->fcp_sns_len;
1862 struct fcoe_fcp_rsp_payload *fcp_rsp; local
1887 /* Fetch fcp_rsp fro
1712 bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req, struct fcoe_fcp_rsp_payload *fcp_rsp, u8 num_rq) argument
[all...]
H A D57xx_hsi_bnx2fc.h185 struct fcoe_fcp_rsp_union fcp_rsp; member in union:fcoe_comp_flow_info
H A Dbnx2fc.h404 struct fcp_rsp *rsp;
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2500 struct fcoe_fcp_rsp_union fcp_rsp; member in union:fcoe_comp_flow_info

Completed in 174 milliseconds