Searched refs:HPRINTK (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/atm/ |
D | he.c | 122 #define HPRINTK(fmt,args...) printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args) macro 124 #define HPRINTK(fmt,args...) do { } while (0) macro 1023 HPRINTK("membase = 0x%lx irq = %d.\n", he_dev->membase, pci_dev->irq); in he_start() 1077 HPRINTK("latency timer was %d, setting to %d\n", timer, LAT_TIMER); in he_start() 1579 HPRINTK("hell bent for leather!\n"); in he_start() 1782 HPRINTK("%p rbrq%d 0x%x len=%d cid=0x%x %s%s%s%s%s%s\n", in he_service_rbrq() 1837 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq() 1853 HPRINTK("%s%s (%d.%d)\n", in he_service_rbrq() 1866 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq() 1974 HPRINTK("tbrq%d 0x%x%s%s\n", in he_service_tbrq() [all …]
|