Searched refs:fcp_cmnd (Results 1 - 16 of 16) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_scsi.h84 struct fcp_cmnd { struct
141 struct fcp_cmnd *fcp_cmnd; member in struct:lpfc_scsi_buf
H A Dlpfc_scsi.c525 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
548 psb->fcp_cmnd = psb->data;
549 psb->fcp_rsp = psb->data + sizeof(struct fcp_cmnd);
550 psb->fcp_bpl = psb->data + sizeof(struct fcp_cmnd) +
556 pdma_phys_fcp_rsp = psb->dma_handle + sizeof(struct fcp_cmnd);
557 pdma_phys_bpl = psb->dma_handle + sizeof(struct fcp_cmnd) +
567 bpl[0].tus.f.bdeSize = sizeof(struct fcp_cmnd);
588 iocb->un.fcpi64.bdl.bdeSize = sizeof(struct fcp_cmnd);
827 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
869 psb->fcp_cmnd
1164 struct fcp_cmnd *fcp_cmnd = lpfc_cmd->fcp_cmnd; local
2607 struct fcp_cmnd *fcp_cmnd = lpfc_cmd->fcp_cmnd; local
2910 struct fcp_cmnd *fcp_cmnd = lpfc_cmd->fcp_cmnd; local
3070 struct fcp_cmnd *fcp_cmnd = lpfc_cmd->fcp_cmnd; local
3823 lpfc_fcpcmd_to_iocb(uint8_t *data, struct fcp_cmnd *fcp_cmnd) argument
3847 struct fcp_cmnd *fcp_cmnd = lpfc_cmd->fcp_cmnd; local
3954 struct fcp_cmnd *fcp_cmnd; local
[all...]
H A Dlpfc_init.c4310 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) +
4470 buf_size = (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp) +
4496 sizeof(struct fcp_cmnd) - sizeof(struct fcp_rsp) -
H A Dlpfc_sli.c9378 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c623 mp_req->req_len = sizeof(struct fcp_cmnd);
700 struct fcp_cmnd *fcp_cmnd; local
766 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf);
767 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf;
768 memset(fcp_cmnd->fc_cdb, 0, sc_cmd->cmd_len);
769 fcp_cmnd->fc_dl = 0;
1678 struct fcp_cmnd *fcp_cmnd)
1677 bnx2fc_build_fcp_cmnd(struct bnx2fc_cmd *io_req, struct fcp_cmnd *fcp_cmnd) argument
[all...]
H A Dbnx2fc.h525 struct fcp_cmnd *fcp_cmnd);
H A Dbnx2fc_hwi.c1701 u64 *fcp_cmnd; local
1770 fcp_cmnd = (u64 *)
1772 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)&tmp_fcp_cmnd);
1774 /* swap fcp_cmnd */
1775 cnt = sizeof(struct fcp_cmnd) / sizeof(u64);
1778 *fcp_cmnd = cpu_to_be64(tmp_fcp_cmnd[i]);
1779 fcp_cmnd++;
/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1227 struct fcp_cmnd *fcp_cmnd; local
1305 fcp_cmnd = &crc_ctx_pkt->fcp_cmnd;
1307 fcp_cmnd->additional_cdb_len = additional_fcpcdb_len;
1309 fcp_cmnd->additional_cdb_len |= 1;
1311 fcp_cmnd->additional_cdb_len |= 2;
1313 int_to_scsilun(cmd->device->lun, &fcp_cmnd->lun);
1314 memcpy(fcp_cmnd->cdb, cmd->cmnd, cmd->cmd_len);
1320 fcp_cmnd
[all...]
H A Dqla_nx.h865 struct fcp_cmnd { struct
885 struct fcp_cmnd *fcp_cmnd; member in struct:ct6_dsd
H A Dqla_def.h1409 struct fcp_cmnd fcp_cmnd; member in struct:crc_context
1417 #define CRC_CONTEXT_LEN_FW (offsetof(struct crc_context, fcp_cmnd.lun))
1418 #define CRC_CONTEXT_FCPCMND_OFF (offsetof(struct crc_context, fcp_cmnd.lun))
H A Dqla_os.c595 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd,
/drivers/s390/scsi/
H A Dzfcp_fc.h207 * @fcp: fcp_cmnd to setup
212 void zfcp_fc_scsi_to_fcp(struct fcp_cmnd *fcp, struct scsi_cmnd *scsi,
H A Dzfcp_fsf.c2172 struct fcp_cmnd *fcp_cmnd; local
2222 fcp_cmnd = (struct fcp_cmnd *) &req->qtcb->bottom.io.fcp_cmnd;
2223 zfcp_fc_scsi_to_fcp(fcp_cmnd, scsi_cmnd, 0);
2284 struct fcp_cmnd *fcp_cmnd; local
2315 fcp_cmnd = (struct fcp_cmnd *)
[all...]
H A Dzfcp_fsf.h340 u8 fcp_cmnd[FSF_FCP_CMND_SIZE]; member in struct:fsf_qtcb_bottom_io
/drivers/target/tcm_fc/
H A Dtfc_cmd.c357 struct fcp_cmnd *fcp;
499 struct fcp_cmnd *fcp;
/drivers/scsi/fcoe/
H A Dfcoe.c820 struct fcp_cmnd *fcp;

Completed in 316 milliseconds