Lines Matching refs:the10Locations

498   Usb_Stor_Scsi_Sense_Hdr_10_u the10Locations;  in usb_stor_scsiSense10to6()  local
506 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
685 usb_stor_scsiSenseParseBuffer( the6, &the6Locations, &the10Locations, in usb_stor_scsiSense6to10()
704 tempBuffer[2] = *the10Locations.hdr.blkDescLengthMSB; in usb_stor_scsiSense6to10()
705 tempBuffer[3] = *the10Locations.hdr.blkDescLengthLSB; in usb_stor_scsiSense6to10()
706 *the10Locations.hdr.blkDescLengthLSB = *the6Locations.hdr.blkDescLength; in usb_stor_scsiSense6to10()
707 *the10Locations.hdr.blkDescLengthMSB = 0; in usb_stor_scsiSense6to10()
710 tempBuffer[0] = *the10Locations.hdr.reserved1; in usb_stor_scsiSense6to10()
711 tempBuffer[1] = *the10Locations.hdr.reserved2; in usb_stor_scsiSense6to10()
712 *the10Locations.hdr.reserved1 = *the10Locations.hdr.reserved2 = 0; 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()
720 *the10Locations.hdr.dataLengthMSB = 0; in usb_stor_scsiSense6to10()