Home
last modified time | relevance | path

Searched refs:fcp_cmnd (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c146 if (seq->payload->dma.len < sizeof(struct fcp_cmnd)) { in efct_validate_fcp_cmd()
152 seq->payload->dma.len, sizeof(struct fcp_cmnd)); in efct_validate_fcp_cmd()
159 efct_populate_io_fcp_cmd(struct efct_io *io, struct fcp_cmnd *cmnd, in efct_populate_io_fcp_cmd()
181 efct_get_flags_fcp_cmd(struct fcp_cmnd *cmnd) in efct_get_flags_fcp_cmd()
317 struct fcp_cmnd *fcpcmd = seq->payload->dma.virt; in efct_sframe_send_task_set_full_or_busy()
343 struct fcp_cmnd *cmnd = NULL; in efct_dispatch_fcp_cmd()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c593 mp_req->req_len = sizeof(struct fcp_cmnd); in bnx2fc_init_mp_req()
671 struct fcp_cmnd *fcp_cmnd; in bnx2fc_initiate_tmf() local
738 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf()
739 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf()
740 int_to_scsilun(tm_lun, &fcp_cmnd->fc_lun); in bnx2fc_initiate_tmf()
741 memset(fcp_cmnd->fc_cdb, 0, BNX2FC_MAX_CMD_LEN); in bnx2fc_initiate_tmf()
742 fcp_cmnd->fc_dl = 0; in bnx2fc_initiate_tmf()
1745 struct fcp_cmnd *fcp_cmnd) in bnx2fc_build_fcp_cmnd() argument
1747 memset(fcp_cmnd, 0, sizeof(struct fcp_cmnd)); in bnx2fc_build_fcp_cmnd()
1749 fcp_cmnd->fc_dl = htonl(io_req->data_xfer_len); in bnx2fc_build_fcp_cmnd()
[all …]
H A Dbnx2fc_hwi.c1712 struct fcp_cmnd *fcp_cmnd; in bnx2fc_init_task() local
1782 fcp_cmnd = (struct fcp_cmnd *)&tmp_fcp_cmnd; in bnx2fc_init_task()
1783 bnx2fc_build_fcp_cmnd(io_req, fcp_cmnd); in bnx2fc_init_task()
1784 int_to_scsilun(sc_cmd->device->lun, &fcp_cmnd->fc_lun); in bnx2fc_init_task()
1785 memcpy(fcp_cmnd->fc_cdb, sc_cmd->cmnd, sc_cmd->cmd_len); in bnx2fc_init_task()
1790 cnt = sizeof(struct fcp_cmnd) / sizeof(u64); in bnx2fc_init_task()
H A Dbnx2fc.h569 struct fcp_cmnd *fcp_cmnd);
/linux/drivers/scsi/qedf/
H A Dqedf_io.c549 struct fcp_cmnd *fcp_cmnd) in qedf_build_fcp_cmnd() argument
554 memset(fcp_cmnd, 0, FCP_CMND_LEN); in qedf_build_fcp_cmnd()
559 (struct scsi_lun *)&fcp_cmnd->fc_lun); in qedf_build_fcp_cmnd()
562 (struct scsi_lun *)&fcp_cmnd->fc_lun); in qedf_build_fcp_cmnd()
565 fcp_cmnd->fc_pri_ta = 0; in qedf_build_fcp_cmnd()
566 fcp_cmnd->fc_tm_flags = io_req->tm_flags; in qedf_build_fcp_cmnd()
567 fcp_cmnd->fc_flags = io_req->io_req_flags; in qedf_build_fcp_cmnd()
568 fcp_cmnd->fc_cmdref = 0; in qedf_build_fcp_cmnd()
572 fcp_cmnd->fc_flags |= FCP_CFL_RDDATA; in qedf_build_fcp_cmnd()
575 fcp_cmnd->fc_flags |= FCP_CFL_WRDATA; in qedf_build_fcp_cmnd()
[all …]
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c165 struct fcp_cmnd *fcp_cmnd = (struct fcp_cmnd *)addr; in csio_scsi_fcp_cmnd() local
170 int_to_scsilun(scmnd->device->lun, &fcp_cmnd->fc_lun); in csio_scsi_fcp_cmnd()
171 fcp_cmnd->fc_tm_flags = 0; in csio_scsi_fcp_cmnd()
172 fcp_cmnd->fc_cmdref = 0; in csio_scsi_fcp_cmnd()
174 memcpy(fcp_cmnd->fc_cdb, scmnd->cmnd, 16); in csio_scsi_fcp_cmnd()
175 fcp_cmnd->fc_pri_ta = FCP_PTA_SIMPLE; in csio_scsi_fcp_cmnd()
176 fcp_cmnd->fc_dl = cpu_to_be32(scsi_bufflen(scmnd)); in csio_scsi_fcp_cmnd()
180 fcp_cmnd->fc_flags = FCP_CFL_WRDATA; in csio_scsi_fcp_cmnd()
182 fcp_cmnd->fc_flags = FCP_CFL_RDDATA; in csio_scsi_fcp_cmnd()
184 fcp_cmnd->fc_flags = 0; in csio_scsi_fcp_cmnd()
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1352 struct fcp_cmnd *fcp_cmnd; in qla24xx_build_scsi_crc_2_iocbs() local
1422 fcp_cmnd = &crc_ctx_pkt->fcp_cmnd; in qla24xx_build_scsi_crc_2_iocbs()
1424 fcp_cmnd->additional_cdb_len = additional_fcpcdb_len; in qla24xx_build_scsi_crc_2_iocbs()
1426 fcp_cmnd->additional_cdb_len |= 1; in qla24xx_build_scsi_crc_2_iocbs()
1428 fcp_cmnd->additional_cdb_len |= 2; in qla24xx_build_scsi_crc_2_iocbs()
1430 int_to_scsilun(cmd->device->lun, &fcp_cmnd->lun); in qla24xx_build_scsi_crc_2_iocbs()
1431 memcpy(fcp_cmnd->cdb, cmd->cmnd, cmd->cmd_len); in qla24xx_build_scsi_crc_2_iocbs()
1435 fcp_cmnd->task_management = 0; in qla24xx_build_scsi_crc_2_iocbs()
1436 fcp_cmnd->task_attribute = TSK_SIMPLE; in qla24xx_build_scsi_crc_2_iocbs()
1496 fcp_dl = (__be32 *)(crc_ctx_pkt->fcp_cmnd.cdb + 16 + in qla24xx_build_scsi_crc_2_iocbs()
[all …]
H A Dqla_target.h352 struct atio7_fcp_cmnd fcp_cmnd; member
381 atio->u.isp24.fcp_cmnd.add_cdb_len = 0; in adjust_corrupted_atio()
386 int len = atio->u.isp24.fcp_cmnd.add_cdb_len; in get_datalen_for_atio()
388 return get_unaligned_be32(&atio->u.isp24.fcp_cmnd.add_cdb[len * 4]); in get_datalen_for_atio()
H A Dqla_nx.h854 struct fcp_cmnd { struct
876 struct fcp_cmnd *fcp_cmnd; argument
H A Dqla_target.c226 atio->u.isp24.fcp_cmnd.task_mgmt_flags == 0) in qlt_queue_unknown_atio()
228 ((unsigned int) atio->u.isp24.fcp_cmnd.add_cdb_len) * 4; in qlt_queue_unknown_atio()
1975 (struct scsi_lun *)&op->atio.u.isp24.fcp_cmnd.lun); in abort_cmds_for_lun()
1986 (struct scsi_lun *)&cmd->atio.u.isp24.fcp_cmnd.lun); in abort_cmds_for_lun()
3931 if (unlikely(cmd->cdb != &cmd->atio.u.isp24.fcp_cmnd.cdb[0])) { in qlt_free_cmd()
3933 cmd->cdb = &cmd->atio.u.isp24.fcp_cmnd.cdb[0]; in qlt_free_cmd()
4428 if (atio->u.isp24.fcp_cmnd.rddata && in __qlt_do_work()
4429 atio->u.isp24.fcp_cmnd.wrdata) { in __qlt_do_work()
4432 } else if (atio->u.isp24.fcp_cmnd.rddata) in __qlt_do_work()
4434 else if (atio->u.isp24.fcp_cmnd.wrdata) in __qlt_do_work()
[all …]
H A Dqla_def.h2129 struct fcp_cmnd fcp_cmnd; member
2144 #define CRC_CONTEXT_LEN_FW (offsetof(struct crc_context, fcp_cmnd.lun))
2145 #define CRC_CONTEXT_FCPCMND_OFF (offsetof(struct crc_context, fcp_cmnd.lun))
H A Dqla_os.c742 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd, in qla2x00_sp_free_dma()
828 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd, in qla2xxx_qpair_sp_free_dma()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.h229 void zfcp_fc_scsi_to_fcp(struct fcp_cmnd *fcp, struct scsi_cmnd *scsi) in zfcp_fc_scsi_to_fcp()
260 void zfcp_fc_fcp_tm(struct fcp_cmnd *fcp, struct scsi_device *dev, u8 tm_flags) in zfcp_fc_fcp_tm()
H A Dzfcp_fsf.h346 struct fcp_cmnd iu;
347 } fcp_cmnd; member
/linux/include/scsi/fc/
H A Dfc_fcp.h37 struct fcp_cmnd { struct
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h471 struct fcp_cmnd *fcp_cmnd; member
H A Dlpfc_scsi.h118 struct fcp_cmnd { struct
H A Dlpfc_sli.c10665 struct fcp_cmnd *fcp_cmnd; in lpfc_prep_embed_io() local
10668 fcp_cmnd = lpfc_cmd->fcp_cmnd; in lpfc_prep_embed_io()
10682 lpfc_sli_pcimem_bcopy(fcp_cmnd, ptr, le32_to_cpu(sgl->sge_len)); in lpfc_prep_embed_io()
12710 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id)) in lpfc_sli_validate_fcp_iocb()
22576 tmp->fcp_cmnd = dma_pool_zalloc(phba->lpfc_cmd_rsp_buf_pool, in lpfc_get_cmd_rsp_buf_per_hdwq()
22580 if (!tmp->fcp_cmnd) { in lpfc_get_cmd_rsp_buf_per_hdwq()
22589 tmp->fcp_rsp = (struct fcp_rsp *)((uint8_t *)tmp->fcp_cmnd + in lpfc_get_cmd_rsp_buf_per_hdwq()
22671 list_entry->fcp_cmnd, in lpfc_free_cmd_rsp_buf_per_hdwq()
H A Dlpfc_init.c7803 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7818 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
7856 sizeof(struct fcp_cmnd) + in lpfc_sli_driver_resource_setup()
/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c332 struct fcp_cmnd *fcp; in ft_send_tm()
489 struct fcp_cmnd *fcp; in ft_send_work()
/linux/include/scsi/
H A Dlibfc.h342 struct fcp_cmnd cdb_cmd;
/linux/drivers/scsi/fcoe/
H A Dfcoe.c898 struct fcp_cmnd *fcp; in fcoe_oem_match()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1026 * Changed FCP_CMND to struct fcp_cmnd.