Home
last modified time | relevance | path

Searched defs:scsi_cmnd (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_cmnd.h74 struct scsi_cmnd { struct
98 enum scsi_cmnd_submitter submitter; argument
100 unsigned short cmd_len;
101 enum dma_data_direction sc_data_direction;
103 unsigned char cmnd[32]; /* SCSI CDB */
106 struct scsi_data_buffer sdb;
107 struct scsi_data_buffer *prot_sdb;
117 unsigned resid_len; /* residual count */
118 unsigned sense_len;
119 unsigned char *sense_buffer;
[all …]
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c806 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s3() local
2491 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s3() local
3042 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_dma_buf_s4() local
3287 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_bg_scsi_prep_dma_buf_s4() local
4602 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_cmnd_buf_s3() local
4678 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_cmnd_buf_s4() local
4785 struct scsi_cmnd *scsi_cmnd = lpfc_cmd->pCmd; in lpfc_scsi_prep_cmnd() local
/openbmc/linux/drivers/scsi/
H A Dhosts.c734 bool (*fn)(struct scsi_cmnd *, void *), in scsi_host_busy_iter()
H A Dstex.c403 void (*done)(struct scsi_cmnd *)) in stex_invalid_field()
H A Dscsi_debug.c5538 int (*pfp)(struct scsi_cmnd *, in schedule_resp()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c233 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd; in hisi_sas_slot_task_free() local
351 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd; in hisi_sas_dif_dma_unmap() local
364 struct scsi_cmnd *scsi_cmnd; in hisi_sas_dif_dma_map() local
H A Dhisi_sas_v3_hw.c1191 static u32 get_prot_chk_msk_v3_hw(struct scsi_cmnd *scsi_cmnd) in get_prot_chk_msk_v3_hw()
1200 static void fill_prot_v3_hw(struct scsi_cmnd *scsi_cmnd, in fill_prot_v3_hw()
1267 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd; in prep_ssp_v3_hw() local
H A Dhisi_sas_v1_hw.c960 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd; in prep_ssp_v1_hw() local
H A Dhisi_sas_v2_hw.c1744 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd; in prep_ssp_v2_hw() local
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c2517 static int zfcp_fsf_set_data_dir(struct scsi_cmnd *scsi_cmnd, u32 *data_dir) in zfcp_fsf_set_data_dir()
2559 int zfcp_fsf_fcp_cmnd(struct scsi_cmnd *scsi_cmnd) in zfcp_fsf_fcp_cmnd()
/openbmc/linux/drivers/scsi/aacraid/
H A Daachba.c745 static int _aac_probe_container(struct scsi_cmnd * scsicmd, int (*callback)(struct scsi_cmnd *)) in _aac_probe_container()
814 static void aac_probe_container_scsi_done(struct scsi_cmnd *scsi_cmnd) in aac_probe_container_scsi_done()
/openbmc/linux/drivers/scsi/arm/
H A Dfas216.c2206 void (*done)(struct scsi_cmnd *)) in fas216_queue_command_internal()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h460 struct scsi_cmnd *scsi_cmnd; member