Searched refs:NDEBUG_QUEUES (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/ |
H A D | NCR5380.c | 532 dsprintk(NDEBUG_QUEUES, instance, "complete_cmd: cmd %p\n", cmd); in complete_cmd() 600 dsprintk(NDEBUG_QUEUES, instance, "command %p added to %s of queue\n", in NCR5380_queue_command() 642 dsprintk(NDEBUG_QUEUES, instance, "dequeue: cmd=%p target=%d busy=0x%02x lun=%llu\n", in dequeue_next_cmd() 647 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd() 658 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd() 724 dsprintk(NDEBUG_MAIN | NDEBUG_QUEUES, instance, in NCR5380_main() 1809 dsprintk(NDEBUG_QUEUES, instance, in NCR5380_information_transfer() 1825 dsprintk(NDEBUG_QUEUES, instance, "autosense: adding cmd %p to tail of autosense queue\n", in NCR5380_information_transfer() 1859 dsprintk(NDEBUG_INFORMATION | NDEBUG_QUEUES, in NCR5380_information_transfer() 2133 dsprintk(NDEBUG_RESELECTION | NDEBUG_QUEUES, instance, in NCR5380_reselect()
|
H A D | NCR5380.h | 47 #define NDEBUG_QUEUES 0x2000 macro
|