Home
last modified time | relevance | path

Searched refs:NDEBUG_QUEUES (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
DNCR5380.c537 dsprintk(NDEBUG_QUEUES, instance, "complete_cmd: cmd %p\n", cmd); in complete_cmd()
605 dsprintk(NDEBUG_QUEUES, instance, "command %p added to %s of queue\n", in NCR5380_queue_command()
647 dsprintk(NDEBUG_QUEUES, instance, "dequeue: cmd=%p target=%d busy=0x%02x lun=%llu\n", in dequeue_next_cmd()
652 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd()
663 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd()
729 dsprintk(NDEBUG_MAIN | NDEBUG_QUEUES, instance, in NCR5380_main()
1824 dsprintk(NDEBUG_QUEUES, instance, in NCR5380_information_transfer()
1840 dsprintk(NDEBUG_QUEUES, instance, "autosense: adding cmd %p to tail of autosense queue\n", in NCR5380_information_transfer()
1874 dsprintk(NDEBUG_INFORMATION | NDEBUG_QUEUES, in NCR5380_information_transfer()
2136 dsprintk(NDEBUG_RESELECTION | NDEBUG_QUEUES, instance, in NCR5380_reselect()
DNCR5380.h47 #define NDEBUG_QUEUES 0x2000 macro