Searched refs:scmnd (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/
H A Dstorvsc_drv.c975 struct scsi_cmnd *scmnd,
997 set_host_byte(scmnd, DID_REQUEUE);
1013 set_host_byte(scmnd, DID_REQUEUE);
1030 switch (scmnd->cmnd[0]) {
1033 set_host_byte(scmnd, DID_PASSTHROUGH);
1043 set_host_byte(scmnd, DID_ERROR);
1048 set_host_byte(scmnd, DID_NO_CONNECT);
1061 set_host_byte(scmnd, DID_BAD_TARGET);
1076 struct scsi_cmnd *scmnd = cmd_request->cmd; local
1090 scmnd
974 storvsc_handle_error(struct vmscsi_request *vm_srb, struct scsi_cmnd *scmnd, struct Scsi_Host *host, u8 asc, u8 ascq) argument
1299 struct scsi_cmnd *scmnd; local
1628 storvsc_host_reset_handler(struct scsi_cmnd *scmnd) argument
1683 storvsc_eh_timed_out(struct scsi_cmnd *scmnd) argument
1688 storvsc_scsi_cmd_ok(struct scsi_cmnd *scmnd) argument
1710 storvsc_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *scmnd) argument
[all...]
H A Dvirtio_scsi.c786 static enum scsi_timeout_action virtscsi_eh_timed_out(struct scsi_cmnd *scmnd) argument
H A Dscsi_debug.c259 #define ASSIGN_QUEUED_CMD(scmnd, qc) { (scmnd)->host_scribble = (void *) qc; }
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c1176 static void srp_unmap_data(struct scsi_cmnd *scmnd, argument
1185 if (!scsi_sglist(scmnd) ||
1186 (scmnd->sc_data_direction != DMA_TO_DEVICE &&
1187 scmnd->sc_data_direction != DMA_FROM_DEVICE))
1208 ib_dma_unmap_sg(ibdev, scsi_sglist(scmnd), scsi_sg_count(scmnd),
1209 scmnd->sc_data_direction);
1213 * srp_claim_req - Take ownership of the scmnd associated with a request.
1217 * @scmnd: If NULL, take ownership of @req->scmnd
1223 srp_claim_req(struct srp_rdma_ch *ch, struct srp_request *req, struct scsi_device *sdev, struct scsi_cmnd *scmnd) argument
1251 srp_free_req(struct srp_rdma_ch *ch, struct srp_request *req, struct scsi_cmnd *scmnd, s32 req_lim_delta) argument
1266 struct scsi_cmnd *scmnd = srp_claim_req(ch, req, sdev, NULL); local
1280 srp_terminate_cmd(struct scsi_cmnd *scmnd, void *context_ptr) argument
1620 srp_map_data(struct scsi_cmnd *scmnd, struct srp_rdma_ch *ch, struct srp_request *req) argument
1937 struct scsi_cmnd *scmnd; local
2151 srp_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *scmnd) argument
2780 srp_abort(struct scsi_cmnd *scmnd) argument
2810 srp_reset_device(struct scsi_cmnd *scmnd) argument
2828 srp_reset_host(struct scsi_cmnd *scmnd) argument
[all...]
H A Dib_srp.h134 struct scsi_cmnd *scmnd; member in struct:srp_request
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c86 struct scsi_cmnd *scmnd = csio_scsi_cmnd(ioreq); local
90 if (scmnd == NULL)
95 ((uint64_t)scmnd->device->lun == sld->oslun));
166 struct scsi_cmnd *scmnd = csio_scsi_cmnd(req); local
169 if (likely(csio_priv(scmnd)->fc_tm_flags == 0)) {
170 int_to_scsilun(scmnd->device->lun, &fcp_cmnd->fc_lun);
174 memcpy(fcp_cmnd->fc_cdb, scmnd->cmnd, 16);
176 fcp_cmnd->fc_dl = cpu_to_be32(scsi_bufflen(scmnd));
187 int_to_scsilun(scmnd->device->lun, &fcp_cmnd->fc_lun);
188 fcp_cmnd->fc_tm_flags = csio_priv(scmnd)
299 struct scsi_cmnd *scmnd = csio_scsi_cmnd(req); local
368 struct scsi_cmnd *scmnd = csio_scsi_cmnd(req); local
421 struct scsi_cmnd *scmnd = csio_scsi_cmnd(req); local
559 struct scsi_cmnd *scmnd = csio_scsi_cmnd(req); local
1164 struct scsi_cmnd *scmnd; local
1192 csio_abrt_cls(struct csio_ioreq *ioreq, struct scsi_cmnd *scmnd) argument
1238 struct scsi_cmnd *scmnd; local
1495 struct scsi_cmnd *scmnd = (struct scsi_cmnd *)csio_scsi_cmnd(req); local
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.h466 * @scmnd: SCSI command that was NULLified.
467 * @fsf_req: request that owned @scmnd.
469 static inline void zfcp_dbf_scsi_nullcmnd(struct scsi_cmnd *scmnd, argument
472 _zfcp_dbf_scsi("scfc__1", 3, scmnd, fsf_req);
H A Dzfcp_fsf.c1038 * @scmnd: The SCSI command to abort
1042 struct zfcp_fsf_req *zfcp_fsf_abort_fcp_cmnd(struct scsi_cmnd *scmnd) argument
1045 struct scsi_device *sdev = scmnd->device;
1048 u64 old_req_id = (u64) scmnd->host_scribble;
/linux-master/drivers/scsi/aacraid/
H A Dlinit.c635 static bool fib_count_iter(struct scsi_cmnd *scmnd, void *data) argument
639 switch (aac_priv(scmnd)->owner) {

Completed in 279 milliseconds