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 */
78 int budget_token;
85 unsigned long jiffies_at_alloc;
87 int retries;
88 int allowed;
90 unsigned char prot_op;
91 unsigned char prot_type;
92 unsigned char prot_flags;
94 unsigned short cmd_len;
95 enum dma_data_direction sc_data_direction;
98 unsigned char *cmnd;
122 void (*scsi_done) (struct scsi_cmnd *); argument
146 static inline struct request *scsi_cmd_to_rq(struct scsi_cmnd *scmd) in scsi_cmd_to_rq() argument