Searched defs:scsi_cmnd (Results 1 – 1 of 1) sorted by relevance
70 struct scsi_cmnd { struct71 struct scsi_request req;72 struct scsi_device *device;73 struct list_head eh_entry; /* entry for the host eh_abort_list/eh_cmd_q */74 struct delayed_work abort_work;76 struct rcu_head rcu;78 int eh_eflags; /* Used by error handlr */80 int budget_token;87 unsigned long jiffies_at_alloc;89 int retries;[all …]