Searched refs:TXPRINTK (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/atm/ |
D | idt77252.h | 71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0) macro 85 #define TXPRINTK(args...) do { } while(0) macro
|
D | idt77252.c | 661 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n", in alloc_scq() 710 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next); in push_on_scq() 768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq() 797 TXPRINTK("%s: SCQ (before drain %2d) next = 0x%p.\n", in drain_scq() 802 TXPRINTK("%s: freeing skb at %p.\n", card->name, skb); in drain_scq() 845 TXPRINTK("%s: Sending %d bytes of data.\n", in queue_skb() 1416 TXPRINTK("idt77252_tx: tsq %p: base %p, next %p, last %p\n", tsqe, in idt77252_tx() 1418 TXPRINTK("idt77252_tx: tsqb %08x, tsqt %08x, tsqh %08x, \n", in idt77252_tx() 1429 TXPRINTK("tsqe: 0x%p [0x%08x 0x%08x]\n", tsqe, in idt77252_tx() 1435 TXPRINTK("%s: Timer RollOver detected.\n", card->name); in idt77252_tx() [all …]
|
D | nicstar.c | 80 #define TXPRINTK(args...) printk(args) macro 82 #define TXPRINTK(args...) macro 281 TXPRINTK("nicstar: TX debug enabled.\n"); in nicstar_init() 1073 TXPRINTK("nicstar%d: TSI interrupt\n", card->index); in ns_irq_handler() 1081 TXPRINTK("nicstar%d: Incomplete CS-PDU transmitted.\n", in ns_irq_handler() 1631 TXPRINTK("nicstar%d: ns_send() called.\n", card->index); in _ns_send()
|