Searched refs:DBG_QUEUE (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | eata_pio.h | 47 #define DBG_QUEUE 0 /* Trace command queueing. */ macro
|
D | eata_dma.h | 49 #define DBG_QUEUE 0 /* Trace command queueing. */ macro
|
D | eata_pio.c | 305 DBG(DBG_QUEUE, printk(KERN_EMERG "can_queue %d, x %d, y %d\n", in eata_pio_queue() 322 DBG(DBG_QUEUE, printk(KERN_DEBUG "eata_pio_queue pid %ld, target: %x, lun:" in eata_pio_queue() 324 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_pio_queue() 395 DBG(DBG_QUEUE,printk(KERN_DEBUG "Queued base %#.4lx pid: %ld target: %x " in eata_pio_queue() 398 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_pio_queue()
|
D | eata_dma.c | 502 DBG(DBG_QUEUE && DBG_ABNORM, in eata_queue() 517 DBG(DBG_QUEUE, printk("eata_queue pid %ld, target: %x, lun: %x, y %d\n", in eata_queue() 519 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_queue() 603 DBG(DBG_QUEUE && DBG_ABNORM, in eata_queue() 610 DBG(DBG_QUEUE, printk("Queued base %#.4x pid: %ld target: %x lun: %x " in eata_queue() 613 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_queue()
|