Home
last modified time | relevance | path

Searched refs:NDEBUG_ABORT (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DNCR5380.c2 #define NDEBUG (NDEBUG_RESTART_SELECT | NDEBUG_ABORT)
2857 dprintk(NDEBUG_ABORT, ("scsi%d : abort called\n", instance->host_no));
2858 …dprintk(NDEBUG_ABORT, (" basr 0x%X, sr 0x%X\n", NCR5380_read(BUS_AND_STATUS_REG), NCR5380_r…
2868 dprintk(NDEBUG_ABORT, ("scsi%d : aborting connected command\n", instance->host_no));
2896 dprintk(NDEBUG_ABORT, ("scsi%d : abort going into loop.\n", instance->host_no));
2903 dprintk(NDEBUG_ABORT, ("scsi%d : abort removed command from issue queue.\n", instance->host_no));
2907 #if (NDEBUG & NDEBUG_ABORT)
2925 dprintk(NDEBUG_ABORT, ("scsi%d : abort failed, command connected.\n", instance->host_no));
2955 dprintk(NDEBUG_ABORT, ("scsi%d : aborting disconnected command.\n", instance->host_no));
2959 dprintk(NDEBUG_ABORT, ("scsi%d : nexus reestablished.\n", instance->host_no));
Datari_scsi.h231 #if NDEBUG & NDEBUG_ABORT
Dmac_scsi.c62 #define NDEBUG (NDEBUG_ABORT)
Dsun3_scsi.h372 #if NDEBUG & NDEBUG_ABORT
Datari_scsi.c73 #define NDEBUG_ABORT 0x800000 macro