Lines Matching refs:SCSI_DbgPrint

89 #define SCSI_DbgPrint(x,...) printk(x,__VA_ARGS__)  macro
91 #define SCSI_DbgPrint(x,...) macro
585 SCSI_DbgPrint("SCSI CAPACITY : SCSI Device total block <0x%x%x>\n", in bSCSI_READ_CAPACITY()
588 SCSI_DbgPrint("SCSI CAPACITY : SCSI Product block size <0x%x bytes>\n", in bSCSI_READ_CAPACITY()
696 SCSI_DbgPrint("Scsi Device is ready (Lun=%d).\n", uLunIdx); in bInit_USB_LUN()
704 SCSI_DbgPrint("SCSI INQUIRY : SCSI Device ID <%s>\n",&pMass_stor->device.u8VendorID); in bInit_USB_LUN()
705 SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ID <%s>\n",&pMass_stor->device.u8ProductID); in bInit_USB_LUN()
706 SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ver <%s>\n",&pMass_stor->device.u8ProductVer); in bInit_USB_LUN()
718 SCSI_DbgPrint("Read CAPACITY: TotalBlks %d, BlkSize %d", in bInit_USB_LUN()
775SCSI_DbgPrint("SCSI INQUIRY : SCSI Device ID <%s>\n",&pMass_stor->device.u8VendorID);
776SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ID <%s>\n",&pMass_stor->device.u8ProductID);
777SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ver <%s>\n",&pMass_stor->device.u8ProductVer);
803 SCSI_DbgPrint("Exit bSCSI_Initial %d\n", bFoundValidDev);
1062 SCSI_DbgPrint("Invalid LUN Index%s",""); in bSCSI_Read_10()
1144 SCSI_DbgPrint("Scsi READ_10 command failed.%s","\n"); in bSCSI_Read_10()
1326 SCSI_DbgPrint("Invalid LUN Index%s",""); in bSCSI_Write_10()
1344 SCSI_DbgPrint("Fail to write because write protection%s",""); in bSCSI_Write_10()
1447 SCSI_DbgPrint("Scsi WRITE_10 command failed.%s","\n"); in bSCSI_Write_10()
1479 SCSI_DbgPrint("SCSI command (0x%x) Done, result = 0x%x\n", srb->cmnd[0], srb->result); in bIsDevValid()