Searched defs:scsi_cmnd (Results 1 – 1 of 1) sorted by relevance
59 struct scsi_cmnd { struct61 struct list_head list; /* scsi_cmnd participates in queue lists */ argument62 struct list_head eh_entry; /* entry for the host eh_cmd_q */63 struct delayed_work abort_work;64 int eh_eflags; /* Used by error handlr */74 unsigned long serial_number;81 unsigned long jiffies_at_alloc;83 int retries;84 int allowed;86 unsigned char prot_op;[all …]