Searched refs:HPRINTK (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/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 988 HPRINTK("membase = 0x%lx irq = %d.\n", membase, pci_dev->irq); in he_start() 1042 HPRINTK("latency timer was %d, setting to %d\n", timer, LAT_TIMER); in he_start() 1518 HPRINTK("hell bent for leather!\n"); in he_start() 1657 HPRINTK("%p rbrq%d 0x%x len=%d cid=0x%x %s%s%s%s%s%s\n", in he_service_rbrq() 1701 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq() 1711 HPRINTK("%s%s (%d.%d)\n", in he_service_rbrq() 1724 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq() 1813 HPRINTK("tbrq%d 0x%x%s%s\n", in he_service_tbrq() [all …]
|