Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
DNCR5380.c512 dsprintk(NDEBUG_QUEUES, instance, "complete_cmd: cmd %p\n", cmd); in complete_cmd()
578 dsprintk(NDEBUG_QUEUES, instance, "command %p added to %s of queue\n", in NCR5380_queue_command()
620 dsprintk(NDEBUG_QUEUES, instance, "dequeue: cmd=%p target=%d busy=0x%02x lun=%llu\n", in dequeue_next_cmd()
625 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd()
636 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd()
703 dsprintk(NDEBUG_MAIN | NDEBUG_QUEUES, instance, in NCR5380_main()
1791 dsprintk(NDEBUG_QUEUES, instance, in NCR5380_information_transfer()
1806 dsprintk(NDEBUG_QUEUES, instance, "autosense: adding cmd %p to tail of autosense queue\n", in NCR5380_information_transfer()
1844 dsprintk(NDEBUG_INFORMATION | NDEBUG_QUEUES, in NCR5380_information_transfer()
2101 dsprintk(NDEBUG_RESELECTION | NDEBUG_QUEUES, instance, in NCR5380_reselect()
DNCR5380.h47 #define NDEBUG_QUEUES 0x2000 macro