Lines Matching refs:SCSI_DbgPrint
90 #define SCSI_DbgPrint(x,arg...) diag_printf(x,##arg) macro
92 #define SCSI_DbgPrint(x,...) macro
513 SCSI_DbgPrint("SCSI CAPACITY : SCSI Device total block <0x%x%x>\n", in ms_bSCSI_READ_CAPACITY()
516 SCSI_DbgPrint("SCSI CAPACITY : SCSI Product block size <0x%x bytes>\n", in ms_bSCSI_READ_CAPACITY()
559 SCSI_DbgPrint("TUR:: [%d]u8DevType %x\n", uLunNum, LunDevice[uLunNum].u8DevType); in ms_bSCSI_TEST_UNIT_READY()
595 SCSI_DbgPrint("TUR failed retry %d\n",i); in ms_bSCSI_TEST_UNIT_READY()
620 SCSI_DbgPrint("Scsi Device is ready (Lun=%d).\n", uLunIdx); in ms_bInit_USB_LUN()
630 SCSI_DbgPrint("SCSI INQUIRY : SCSI Device ID <%s>\n",&pMass_stor->device.u8VendorID); in ms_bInit_USB_LUN()
631 SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ID <%s>\n",&pMass_stor->device.u8ProductID); in ms_bInit_USB_LUN()
632 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ver <%s>\n",&pMass_stor->device.u8ProductVer); in ms_bInit_USB_LUN()
662 SCSI_DbgPrint("Read CAPACITY: TotalBlks %d, BlkSize %d\n", in ms_bInit_USB_LUN()
721 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Device ID <%s>\n",&pMass_stor->device.u8VendorID); in ms_bSCSI_Initial()
722 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ID <%s>\n",&pMass_stor->device.u8ProductID); in ms_bSCSI_Initial()
723 … SCSI_DbgPrint("SCSI INQUIRY : SCSI Product ver <%s>\n",&pMass_stor->device.u8ProductVer); in ms_bSCSI_Initial()
750 SCSI_DbgPrint("Exit ms_bSCSI_Initial %d\n", bFoundValidDev); in ms_bSCSI_Initial()
1001 SCSI_DbgPrint("[ms_bSCSI_Read_10] OUT\n"); in ms_bSCSI_Read_10()
1008 SCSI_DbgPrint("[USB] R10 wait Mutex timeout\n"); in ms_bSCSI_Read_10()
1023 SCSI_DbgPrint("Invalid LUN Index %d\n",uLunNum); in ms_bSCSI_Read_10()
1105 SCSI_DbgPrint("Scsi READ_10 command failed.\n"); in ms_bSCSI_Read_10()
1261 SCSI_DbgPrint("[ms_bSCSI_Write_10] OUT\n"); in ms_bSCSI_Write_10()
1268 SCSI_DbgPrint("[USB] W10 wait Mutex timeout\n"); in ms_bSCSI_Write_10()
1284 SCSI_DbgPrint("Invalid LUN Index %d\n",uLunNum); in ms_bSCSI_Write_10()
1300 SCSI_DbgPrint("Fail to write because write protection\n"); in ms_bSCSI_Write_10()
1407 SCSI_DbgPrint("Scsi WRITE_10 command failed.\n"); in ms_bSCSI_Write_10()
1435 SCSI_DbgPrint("SCSI command (0x%x) Done, result = 0x%x\n", srb->cmnd[0], srb->result); in ms_vScsi_SendCmd_Done()
1627 …SCSI_DbgPrint("found a Mass Storage device @ port %d, try to init it\n", Mass_stor_us[us_id]->host… in ms_MSC_device_inquiry()