Lines Matching defs:scsi_cmnd
68 struct scsi_cmnd { struct
69 struct scsi_request req;
70 struct scsi_device *device;
71 struct list_head eh_entry; /* entry for the host eh_cmd_q */
72 struct delayed_work abort_work;
74 struct rcu_head rcu;
76 int eh_eflags; /* Used by error handlr */
83 unsigned long jiffies_at_alloc;
85 int retries;
86 int allowed;
88 unsigned char prot_op;
89 unsigned char prot_type;
90 unsigned char prot_flags;
92 unsigned short cmd_len;
93 enum dma_data_direction sc_data_direction;
96 unsigned char *cmnd;
123 void (*scsi_done) (struct scsi_cmnd *); argument
151 static inline void *scsi_cmd_priv(struct scsi_cmnd *cmd) in scsi_cmd_priv() argument