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

/linux-master/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.c661 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n",
710 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next);
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used));
797 TXPRINTK("%s: SCQ (before drain %2d) next = 0x%p.\n",
802 TXPRINTK("%s: freeing skb at %p.\n", card->name, skb);
845 TXPRINTK("%s: Sending %d bytes of data.\n",
1416 TXPRINTK("idt77252_tx: tsq %p: base %p, next %p, last %p\n", tsqe,
1418 TXPRINTK("idt77252_tx: tsqb %08x, tsqt %08x, tsqh %08x, \n",
1429 TXPRINTK("tsqe: 0x%p [0x%08x 0x%08x]\n", tsqe,
1435 TXPRINTK("
[all...]
H A Dnicstar.c80 #define TXPRINTK(args...) printk(args) macro
82 #define TXPRINTK(args...) macro
282 TXPRINTK("nicstar: TX debug enabled.\n");
1074 TXPRINTK("nicstar%d: TSI interrupt\n", card->index);
1082 TXPRINTK("nicstar%d: Incomplete CS-PDU transmitted.\n",
1632 TXPRINTK("nicstar%d: ns_send() called.\n", card->index);

Completed in 171 milliseconds