Searched defs:scsi_cmnd (Results 1 – 1 of 1) sorted by relevance
66 struct scsi_cmnd { struct69 struct list_head list; /* scsi_cmnd participates in queue lists */ argument70 struct list_head eh_entry; /* entry for the host eh_cmd_q */71 struct delayed_work abort_work;73 struct rcu_head rcu;75 int eh_eflags; /* Used by error handlr */85 unsigned long serial_number;92 unsigned long jiffies_at_alloc;94 int retries;95 int allowed;[all …]