Searched refs:dsprintk (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | NCR5380.c | 534 dsprintk(NDEBUG_QUEUES, instance, "complete_cmd: cmd %p\n", cmd); in complete_cmd() 602 dsprintk(NDEBUG_QUEUES, instance, "command %p added to %s of queue\n", in NCR5380_queue_command() 644 dsprintk(NDEBUG_QUEUES, instance, "dequeue: cmd=%p target=%d busy=0x%02x lun=%llu\n", in dequeue_next_cmd() 649 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd() 660 dsprintk(NDEBUG_QUEUES, instance, in dequeue_next_cmd() 708 dsprintk(NDEBUG_MAIN, instance, "main: dequeued %p\n", cmd); in NCR5380_main() 724 dsprintk(NDEBUG_MAIN, instance, "main: select complete\n"); in NCR5380_main() 726 dsprintk(NDEBUG_MAIN | NDEBUG_QUEUES, instance, in NCR5380_main() 732 dsprintk(NDEBUG_MAIN, instance, "main: performing information transfer\n"); in NCR5380_main() 773 dsprintk(NDEBUG_DMA, instance, "read overrun handled\n"); in NCR5380_dma_complete() [all …]
|
D | mac_scsi.c | 319 dsprintk(NDEBUG_PSEUDO_DMA, hostdata->host, in macscsi_pread() 387 dsprintk(NDEBUG_PSEUDO_DMA, hostdata->host, in macscsi_pwrite()
|
D | NCR5380.h | 262 #define dsprintk(flg, host, fmt, ...) \ macro
|
D | atari_scsi.c | 189 dsprintk(NDEBUG_INTR, instance, "NCR5380 interrupt, DMA status = %02x\n", in scsi_tt_intr()
|
/linux-5.19.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_debug.h | 120 #define dsprintk(IOC, CMD) \ macro
|
/linux-5.19.10/drivers/message/fusion/ |
D | mptdebug.h | 126 #define dsprintk(IOC, CMD) \ macro
|
D | mptscsih.c | 2364 dsprintk(ioc, printk(MYIOC_s_DEBUG_FMT in mptscsih_slave_configure() 2368 dsprintk(ioc, printk(MYIOC_s_DEBUG_FMT in mptscsih_slave_configure() 2375 dsprintk(ioc, printk(MYIOC_s_DEBUG_FMT in mptscsih_slave_configure() 2380 dsprintk(ioc, printk(MYIOC_s_DEBUG_FMT in mptscsih_slave_configure() 2386 dsprintk(ioc, printk(MYIOC_s_DEBUG_FMT in mptscsih_slave_configure()
|