Searched refs:TXPRINTK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Didt77252.h71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0) macro
85 #define TXPRINTK(args...) do { } while(0) macro
H A Didt77252.c653 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n",
702 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next);
760 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used));
789 TXPRINTK("%s: SCQ (before drain %2d) next = 0x%p.\n",
794 TXPRINTK("%s: freeing skb at %p.\n", card->name, skb);
836 TXPRINTK("%s: Sending %d bytes of data.\n",
1413 TXPRINTK("idt77252_tx: tsq %p: base %p, next %p, last %p\n", tsqe,
1415 TXPRINTK("idt77252_tx: tsqb %08x, tsqt %08x, tsqh %08x, \n",
1426 TXPRINTK("tsqe: 0x%p [0x%08x 0x%08x]\n", tsqe,
1432 TXPRINTK("
[all...]
H A Dnicstar.c81 #define TXPRINTK(args...) printk(args) macro
83 #define TXPRINTK(args...) macro
287 TXPRINTK("nicstar: TX debug enabled.\n");
1094 TXPRINTK("nicstar%d: TSI interrupt\n", card->index);
1102 TXPRINTK("nicstar%d: Incomplete CS-PDU transmitted.\n",
1652 TXPRINTK("nicstar%d: ns_send() called.\n", card->index);

Completed in 130 milliseconds