Searched defs:scsi_cmnd (Results 1 – 1 of 1) sorted by relevance
70 struct scsi_cmnd { struct94 enum scsi_cmnd_submitter submitter; argument96 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 than108 unsigned transfersize; /* How much we are guaranteed to113 unsigned resid_len; /* residual count */[all …]