Home
last modified time | relevance | path

Searched refs:the6 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/storage/
Dscsiglue.c667 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()
[all …]