Searched refs:HPRINTK (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/atm/ |
D | he.c | 91 #define HPRINTK(fmt,args...) printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args) macro 93 #define HPRINTK(fmt,args...) do { } while (0) macro 990 HPRINTK("membase = 0x%lx irq = %d.\n", membase, pci_dev->irq); in he_start() 1044 HPRINTK("latency timer was %d, setting to %d\n", timer, LAT_TIMER); in he_start() 1520 HPRINTK("hell bent for leather!\n"); in he_start() 1662 HPRINTK("%p rbrq%d 0x%x len=%d cid=0x%x %s%s%s%s%s%s\n", in he_service_rbrq() 1706 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq() 1716 HPRINTK("%s%s (%d.%d)\n", in he_service_rbrq() 1729 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq() 1818 HPRINTK("tbrq%d 0x%x%s%s\n", in he_service_tbrq() [all …]
|