Lines Matching refs:the6
667 int usb_stor_scsiSense6to10( Scsi_Cmnd* the6 ) in usb_stor_scsiSense6to10() argument
682 the6->cmnd[0] = the6->cmnd[0] | 0x40; in usb_stor_scsiSense6to10()
685 usb_stor_scsiSenseParseBuffer( the6, &the6Locations, &the10Locations, in usb_stor_scsiSense6to10()
722 if ( !the6->use_sg ) in usb_stor_scsiSense6to10()
724 buffer = the6->request_buffer; in usb_stor_scsiSense6to10()
736 sg = (struct scatterlist *) the6->request_buffer; in usb_stor_scsiSense6to10()
738 for ( i=0; i < the6->use_sg; i++) in usb_stor_scsiSense6to10()
754 i=the6->use_sg; in usb_stor_scsiSense6to10()
763 db=the6->use_sg-1; in usb_stor_scsiSense6to10()
765 for ( i=the6->use_sg-1; i >= 0; i--) in usb_stor_scsiSense6to10()
854 void usb_stor_scsiSenseParseBuffer( Scsi_Cmnd* srb, Usb_Stor_Scsi_Sense_Hdr_u* the6, in usb_stor_scsiSenseParseBuffer() argument
884 the6->array[element] = &(sg[i].address[j]); in usb_stor_scsiSenseParseBuffer()
909 the6->array[i] = &(buffer[i]); in usb_stor_scsiSenseParseBuffer()