Lines Matching defs:scsi_cmnd
59 struct scsi_cmnd { struct
61 struct list_head list; /* scsi_cmnd participates in queue lists */ argument
62 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;
87 unsigned char prot_type;
88 unsigned char prot_flags;
90 unsigned short cmd_len;
91 enum dma_data_direction sc_data_direction;
94 unsigned char *cmnd;
121 void (*scsi_done) (struct scsi_cmnd *); argument
147 static inline void *scsi_cmd_priv(struct scsi_cmnd *cmd) in scsi_cmd_priv() argument