Lines Matching defs:scsi_cmnd
73 struct scsi_cmnd { struct
74 struct scsi_request req;
98 enum scsi_cmnd_submitter submitter; argument
100 unsigned short cmd_len;
101 enum dma_data_direction sc_data_direction;
104 unsigned char *cmnd;
108 struct scsi_data_buffer sdb;
109 struct scsi_data_buffer *prot_sdb;
111 unsigned underflow; /* Return error if less than
114 unsigned transfersize; /* How much we are guaranteed to
120 unsigned char *sense_buffer;
148 static inline struct request *scsi_cmd_to_rq(struct scsi_cmnd *scmd) in scsi_cmd_to_rq() argument