Lines Matching refs:the6Locations
497 Usb_Stor_Scsi_Sense_Hdr_u the6Locations; in usb_stor_scsiSense10to6() local
506 usb_stor_scsiSenseParseBuffer( the10, &the6Locations, &the10Locations, in usb_stor_scsiSense10to6()
529 *the6Locations.hdr.dataLength = 0xff; 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()
545 *the6Locations.hdr.blkDescLength = 0xff; in usb_stor_scsiSense10to6()
549 *the6Locations.hdr.blkDescLength = *the10Locations.hdr.blkDescLengthLSB; in usb_stor_scsiSense10to6()
676 Usb_Stor_Scsi_Sense_Hdr_u the6Locations; in usb_stor_scsiSense6to10() local
685 usb_stor_scsiSenseParseBuffer( the6, &the6Locations, &the10Locations, in usb_stor_scsiSense6to10()
689 outputBufferSize = *the6Locations.hdr.dataLength; in usb_stor_scsiSense6to10()
706 *the10Locations.hdr.blkDescLengthLSB = *the6Locations.hdr.blkDescLength; in usb_stor_scsiSense6to10()
715 *the10Locations.hdr.devSpecParms = *the6Locations.hdr.devSpecParms; in usb_stor_scsiSense6to10()
716 *the10Locations.hdr.mediumType = *the6Locations.hdr.mediumType; in usb_stor_scsiSense6to10()
719 *the10Locations.hdr.dataLengthLSB = *the6Locations.hdr.dataLength; in usb_stor_scsiSense6to10()