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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Didt77252.h75 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0) macro
89 #define TXPRINTK(args...) do { } while(0) macro
H A Didt77252.c659 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n",
708 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next);
766 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used));
795 TXPRINTK("%s: SCQ (before drain %2d) next = 0x%p.\n",
800 TXPRINTK("%s: freeing skb at %p.\n", card->name, skb);
842 TXPRINTK("%s: Sending %d bytes of data.\n",
1426 TXPRINTK("idt77252_tx: tsq %p: base %p, next %p, last %p\n", tsqe,
1428 TXPRINTK("idt77252_tx: tsqb %08x, tsqt %08x, tsqh %08x, \n",
1439 TXPRINTK("tsqe: 0x%p [0x%08x 0x%08x]\n", tsqe,
1445 TXPRINTK("
[all...]
H A Dnicstar.c87 #define TXPRINTK(args...) printk(args) macro
89 #define TXPRINTK(args...) macro
384 TXPRINTK("nicstar: TX debug enabled.\n");
1217 TXPRINTK("nicstar%d: TSI interrupt\n", card->index);
1226 TXPRINTK("nicstar%d: Incomplete CS-PDU transmitted.\n",
1802 TXPRINTK("nicstar%d: ns_send() called.\n", card->index);

Completed in 112 milliseconds