Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DNCR5380.c521 dsprintk(NDEBUG_QUEUES, instance, "complete_cmd: cmd %p\n", cmd); in complete_cmd()
586 dsprintk(NDEBUG_QUEUES, instance, "command %p added to %s of queue\n", in NCR5380_queue_command()
628 dsprintk(NDEBUG_QUEUES, instance, "dequeue: cmd=%p target=%d busy=0x%02x lun=%llu\n", in dequeue_next_cmd()
633 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd()
644 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd()
711 dsprintk(NDEBUG_MAIN | NDEBUG_QUEUES, instance, in NCR5380_main()
1795 dsprintk(NDEBUG_QUEUES, instance, in NCR5380_information_transfer()
1811 dsprintk(NDEBUG_QUEUES, instance, "autosense: adding cmd %p to tail of autosense queue\n", in NCR5380_information_transfer()
1846 dsprintk(NDEBUG_INFORMATION | NDEBUG_QUEUES, in NCR5380_information_transfer()
2109 dsprintk(NDEBUG_RESELECTION | NDEBUG_QUEUES, instance, in NCR5380_reselect()
DNCR5380.h47 #define NDEBUG_QUEUES 0x2000 macro