Home
last modified time | relevance | path

Searched defs:scsi_cmnd (Results 1 – 1 of 1) sorted by relevance

/include/scsi/
Dscsi_cmnd.h70 struct scsi_cmnd { struct
94 enum scsi_cmnd_submitter submitter; argument
96 unsigned short cmd_len;
97 enum dma_data_direction sc_data_direction;
99 unsigned char cmnd[32]; /* SCSI CDB */
102 struct scsi_data_buffer sdb;
103 struct scsi_data_buffer *prot_sdb;
105 unsigned underflow; /* Return error if less than
108 unsigned transfersize; /* How much we are guaranteed to
113 unsigned resid_len; /* residual count */
[all …]