Lines Matching refs:PRINTP

714 #define PRINTP(x) len += sprintf(buffer+len, x)  macro
720 PRINTP("0x%02x " ANDP opcode); in sprint_opcode()
729 PRINTP("%02x " ANDP command[i]); in sprint_command()
730 PRINTP("\n"); in sprint_command()
746PRINTP("host number %d destination target %d, lun %d\n" ANDP cmd->host->host_no ANDP cmd->target A… in sprint_Scsi_Cmnd()
747 PRINTP(" command = "); in sprint_Scsi_Cmnd()
792 PRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name); in generic_NCR5380_proc_info()
793 PRINTP("Generic NCR5380 driver version %d\n" ANDP GENERIC_NCR5380_PUBLIC_RELEASE); in generic_NCR5380_proc_info()
794 PRINTP("NCR5380 core version %d\n" ANDP NCR5380_PUBLIC_RELEASE); in generic_NCR5380_proc_info()
796 PRINTP("NCR53C400 extension version %d\n" ANDP NCR53C400_PUBLIC_RELEASE); in generic_NCR5380_proc_info()
797PRINTP("NCR53C400 card%s detected\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags … in generic_NCR5380_proc_info()
799 PRINTP("NCR53C400 pseudo DMA used\n"); in generic_NCR5380_proc_info()
802 PRINTP("NO NCR53C400 driver extensions\n"); in generic_NCR5380_proc_info()
804PRINTP("Using %s mapping at %s 0x%lx, " ANDP STRVAL(NCR5380_map_config) ANDP STRVAL(NCR5380_map_na… in generic_NCR5380_proc_info()
806 PRINTP("no interrupt\n"); in generic_NCR5380_proc_info()
808 PRINTP("on interrupt %d\n" ANDP scsi_ptr->irq); in generic_NCR5380_proc_info()
812 PRINTP("There are commands pending, transfer rates may be crud\n"); in generic_NCR5380_proc_info()
814 PRINTP(" %d pending reads" ANDP hostdata->pendingr); in generic_NCR5380_proc_info()
816 PRINTP(" %d pending writes" ANDP hostdata->pendingw); in generic_NCR5380_proc_info()
818 PRINTP("\n"); in generic_NCR5380_proc_info()
825PRINTP(" T:%d %s " ANDP dev->id ANDP(dev->type < MAX_SCSI_DEVICE_CODE) ? scsi_device_types[(int) … in generic_NCR5380_proc_info()
839 PRINTP("\n%10ld kb read in %5ld secs" ANDP br / 1024 ANDP tr); in generic_NCR5380_proc_info()
841 PRINTP(" @ %5ld bps" ANDP br / tr); in generic_NCR5380_proc_info()
843 PRINTP("\n%10ld kb written in %5ld secs" ANDP bw / 1024 ANDP tw); in generic_NCR5380_proc_info()
845 PRINTP(" @ %5ld bps" ANDP bw / tw); in generic_NCR5380_proc_info()
846 PRINTP("\n"); in generic_NCR5380_proc_info()
852 PRINTP("REQ not asserted, phase unknown.\n"); in generic_NCR5380_proc_info()
855 PRINTP("Phase %s\n" ANDP phases[i].name); in generic_NCR5380_proc_info()
859 PRINTP("No currently connected command\n"); in generic_NCR5380_proc_info()
864 PRINTP("issue_queue\n"); in generic_NCR5380_proc_info()
869 PRINTP("disconnected_queue\n"); in generic_NCR5380_proc_info()
882 #undef PRINTP