Searched refs:NDEBUG_ABORT (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.c | 2595 dprintk(NDEBUG_ABORT, "scsi%d : abort called\n", instance->host_no); 2596 …dprintk(NDEBUG_ABORT, " basr 0x%X, sr 0x%X\n", NCR5380_read(BUS_AND_STATUS_REG), NCR5380_re… 2606 dprintk(NDEBUG_ABORT, "scsi%d : aborting connected command\n", instance->host_no); 2634 dprintk(NDEBUG_ABORT, "scsi%d : abort going into loop.\n", instance->host_no); 2641 dprintk(NDEBUG_ABORT, "scsi%d : abort removed command from issue queue.\n", instance->host_no); 2645 #if (NDEBUG & NDEBUG_ABORT) 2663 dprintk(NDEBUG_ABORT, "scsi%d : abort failed, command connected.\n", instance->host_no); 2693 dprintk(NDEBUG_ABORT, "scsi%d : aborting disconnected command.\n", instance->host_no); 2697 dprintk(NDEBUG_ABORT, "scsi%d : nexus reestablished.\n", instance->host_no);
|
D | atari_NCR5380.c | 2684 dprintk(NDEBUG_ABORT, "scsi%d: abort called basr 0x%02x, sr 0x%02x\n", HOSTNO, in NCR5380_abort() 2697 dprintk(NDEBUG_ABORT, "scsi%d: aborting connected command\n", HOSTNO); in NCR5380_abort() 2750 dprintk(NDEBUG_ABORT, "scsi%d: abort removed command from issue queue.\n", in NCR5380_abort() 2772 dprintk(NDEBUG_ABORT, "scsi%d: abort failed, command connected.\n", HOSTNO); in NCR5380_abort() 2805 dprintk(NDEBUG_ABORT, "scsi%d: aborting disconnected command.\n", HOSTNO); in NCR5380_abort() 2810 dprintk(NDEBUG_ABORT, "scsi%d: nexus reestablished.\n", HOSTNO); in NCR5380_abort() 2904 dprintk(NDEBUG_ABORT, "scsi%d: reset aborted issued command(s)\n", H_NO(cmd)); in NCR5380_bus_reset() 2906 dprintk(NDEBUG_ABORT, "scsi%d: reset aborted a connected command\n", H_NO(cmd)); in NCR5380_bus_reset() 2908 dprintk(NDEBUG_ABORT, "scsi%d: reset aborted disconnected command(s)\n", H_NO(cmd)); in NCR5380_bus_reset()
|
D | NCR5380.h | 51 #define NDEBUG_ABORT 0x800000 macro
|