Searched defs:scsi_cmnd (Results 1 – 1 of 1) sorted by relevance
69 struct scsi_cmnd { struct70 struct scsi_request req;71 struct scsi_device *device;72 struct list_head eh_entry; /* entry for the host eh_cmd_q */73 struct delayed_work abort_work;75 struct rcu_head rcu;77 int eh_eflags; /* Used by error handlr */84 unsigned long jiffies_at_alloc;86 int retries;87 int allowed;[all …]