Searched defs:scsi_request (Results 1 – 1 of 1) sorted by relevance
644 struct scsi_request { struct645 int sr_magic;646 int sr_result; /* Status code from lower level driver */647 unsigned char sr_sense_buffer[SCSI_SENSE_BUFFERSIZE]; /* obtained by REQUEST SENSE652 struct Scsi_Host *sr_host;653 Scsi_Device *sr_device;654 Scsi_Cmnd *sr_command;655 struct request sr_request; /* A copy of the command we are657 unsigned sr_bufflen; /* Size of data buffer */658 void *sr_buffer; /* Data buffer */[all …]