Lines Matching refs:PRINTP

748 #define PRINTP(x) len += sprintf(buffer+len, x)
754 PRINTP("0x%02x " ANDP opcode);
763 PRINTP("%02x " ANDP command[i]);
764 PRINTP("\n");
780 PRINTP("host number %d destination target %d, lun %d\n" ANDP cmd->device->host->host_no ANDP cmd->device->id ANDP cmd->device->lun);
781 PRINTP(" command = ");
820 PRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name);
821 PRINTP("Generic NCR5380 driver version %d\n" ANDP GENERIC_NCR5380_PUBLIC_RELEASE);
822 PRINTP("NCR5380 core version %d\n" ANDP NCR5380_PUBLIC_RELEASE);
824 PRINTP("NCR53C400 extension version %d\n" ANDP NCR53C400_PUBLIC_RELEASE);
825 PRINTP("NCR53C400 card%s detected\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags & FLAG_NCR53C400) ? "" : " not");
827 PRINTP("NCR53C400 pseudo DMA used\n");
830 PRINTP("NO NCR53C400 driver extensions\n");
832 PRINTP("Using %s mapping at %s 0x%lx, " ANDP STRVAL(NCR5380_map_config) ANDP STRVAL(NCR5380_map_name) ANDP scsi_ptr->NCR5380_instance_name);
834 PRINTP("no interrupt\n");
836 PRINTP("on interrupt %d\n" ANDP scsi_ptr->irq);
840 PRINTP("There are commands pending, transfer rates may be crud\n");
842 PRINTP(" %d pending reads" ANDP hostdata->pendingr);
844 PRINTP(" %d pending writes" ANDP hostdata->pendingw);
846 PRINTP("\n");
853 PRINTP(" T:%d %s " ANDP dev->id ANDP scsi_device_type(dev->type));
867 PRINTP("\n%10ld kb read in %5ld secs" ANDP br / 1024 ANDP tr);
869 PRINTP(" @ %5ld bps" ANDP br / tr);
871 PRINTP("\n%10ld kb written in %5ld secs" ANDP bw / 1024 ANDP tw);
873 PRINTP(" @ %5ld bps" ANDP bw / tw);
874 PRINTP("\n");
880 PRINTP("REQ not asserted, phase unknown.\n");
883 PRINTP("Phase %s\n" ANDP phases[i].name);
887 PRINTP("No currently connected command\n");
892 PRINTP("issue_queue\n");
897 PRINTP("disconnected_queue\n");
910 #undef PRINTP