Searched refs:the10Locations (Results 1 – 1 of 1) sorted by relevance
498 Usb_Stor_Scsi_Sense_Hdr_10_u the10Locations; in usb_stor_scsiSense10to6() local506 usb_stor_scsiSenseParseBuffer( the10, &the6Locations, &the10Locations, in usb_stor_scsiSense10to6()510 outputBufferSize = *the10Locations.hdr.dataLengthLSB; in usb_stor_scsiSense10to6()525 if ( *the10Locations.hdr.dataLengthMSB != 0 ) /* MSB must be zero */ in usb_stor_scsiSense10to6()533 *the6Locations.hdr.dataLength = *the10Locations.hdr.dataLengthLSB; in usb_stor_scsiSense10to6()537 *the6Locations.hdr.mediumType = *the10Locations.hdr.mediumType; in usb_stor_scsiSense10to6()538 *the6Locations.hdr.devSpecParms = *the10Locations.hdr.devSpecParms; in usb_stor_scsiSense10to6()541 if ( *the10Locations.hdr.blkDescLengthMSB != 0 ) /* MSB must be zero */ in usb_stor_scsiSense10to6()549 *the6Locations.hdr.blkDescLength = *the10Locations.hdr.blkDescLengthLSB; in usb_stor_scsiSense10to6()677 Usb_Stor_Scsi_Sense_Hdr_10_u the10Locations; in usb_stor_scsiSense6to10() local[all …]