Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_cmnd.h64 struct scsi_cmnd { struct
67 struct list_head list; /* scsi_cmnd participates in queue lists */ argument
68 struct list_head eh_entry; /* entry for the host eh_cmd_q */
69 struct delayed_work abort_work;
71 struct rcu_head rcu;
73 int eh_eflags; /* Used by error handlr */
83 unsigned long serial_number;
90 unsigned long jiffies_at_alloc;
92 int retries;
93 int allowed;
[all …]
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fsf.c2189 static int zfcp_fsf_set_data_dir(struct scsi_cmnd *scsi_cmnd, u32 *data_dir) in zfcp_fsf_set_data_dir()
2231 int zfcp_fsf_fcp_cmnd(struct scsi_cmnd *scsi_cmnd) in zfcp_fsf_fcp_cmnd()