Lines Matching refs:PROBE_DEBUG
177 #define PROBE_DEBUG(args...) (printk (args)) macro
179 #define PROBE_DEBUG(args...) ; macro
652 PROBE_DEBUG(KERN_WARNING "TX:"); in toshoboe_dumptx()
654 PROBE_DEBUG(" (%d,%02x)",self->ring->tx[i].len,self->ring->tx[i].control); in toshoboe_dumptx()
655 PROBE_DEBUG(" [%d]\n",self->speed); in toshoboe_dumptx()
662 PROBE_DEBUG(" %d\nRX:",score); in toshoboe_dumprx()
664 PROBE_DEBUG(" (%d,%02x)",self->ring->rx[i].len,self->ring->rx[i].control); in toshoboe_dumprx()
665 PROBE_DEBUG("\n"); in toshoboe_dumprx()
709 PROBE_DEBUG("T"); in toshoboe_probeinterrupt()
715 PROBE_DEBUG("S"); in toshoboe_probeinterrupt()
722 PROBE_DEBUG("R"); } in toshoboe_probeinterrupt()
725 PROBE_DEBUG("U"); } in toshoboe_probeinterrupt()
728 PROBE_DEBUG("O"); } in toshoboe_probeinterrupt()
731 PROBE_DEBUG("I"); } in toshoboe_probeinterrupt()