Searched refs:XPRINTK (Results 1 – 3 of 3) sorted by relevance
/drivers/atm/ |
D | nicstar.c | 105 #define XPRINTK(args...) printk(args) macro 107 #define XPRINTK(args...) macro 301 XPRINTK("nicstar: nicstar_init() called.\n"); in nicstar_init() 311 XPRINTK("nicstar: nicstar_init() returned.\n"); in nicstar_init() 328 XPRINTK("nicstar: nicstar_cleanup() called.\n"); in nicstar_cleanup() 334 XPRINTK("nicstar: nicstar_cleanup() returned.\n"); in nicstar_cleanup() 1101 XPRINTK("nicstar%d: Pushing %s buffers at 0x%x and 0x%x.\n", card->index, in push_rxbufs() 1410 XPRINTK("nicstar%d: writing %d tst entries.\n", card->index, n); in ns_open() 1839 XPRINTK("nicstar%d: sending skb at 0x%x (pos %d).\n", in push_scqe() 1841 XPRINTK("nicstar%d: TBD written:\n0x%x\n0x%x\n0x%x\n0x%x\n at 0x%x.\n", in push_scqe() [all …]
|
D | idt77252.h | 73 #define XPRINTK(args...) do { if (debug & DBG_XGENERAL) printk(args); } while(0) macro 87 #define XPRINTK(args...) do { } while(0) macro
|
D | idt77252.c | 769 XPRINTK("%s: SCQ (after push %2d) head = 0x%x, next = 0x%p.\n", in push_on_scq() 1528 XPRINTK("idt77252_tx-after writel%d: TSQ head = 0x%x, tail = 0x%x, next = 0x%p.\n", in idt77252_tx() 3574 XPRINTK("%s: IDT77252 ABR SAR initialization complete.\n", card->name); in init_card() 3595 XPRINTK("%s: Enable PCI master and memory access for SAR.\n", in idt77252_preset()
|