Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Didt77252.h71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0) macro
85 #define TXPRINTK(args...) do { } while(0) macro
Didt77252.c662 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n", in alloc_scq()
711 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next); in push_on_scq()
769 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
798 TXPRINTK("%s: SCQ (before drain %2d) next = 0x%p.\n", in drain_scq()
803 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()
1421 TXPRINTK("idt77252_tx: tsq %p: base %p, next %p, last %p\n", tsqe, in idt77252_tx()
1423 TXPRINTK("idt77252_tx: tsqb %08x, tsqt %08x, tsqh %08x, \n", in idt77252_tx()
1434 TXPRINTK("tsqe: 0x%p [0x%08x 0x%08x]\n", tsqe, in idt77252_tx()
1440 TXPRINTK("%s: Timer RollOver detected.\n", card->name); in idt77252_tx()
[all …]
Dnicstar.c81 #define TXPRINTK(args...) printk(args) macro
83 #define TXPRINTK(args...) macro
287 TXPRINTK("nicstar: TX debug enabled.\n"); in nicstar_init()
1095 TXPRINTK("nicstar%d: TSI interrupt\n", card->index); in ns_irq_handler()
1103 TXPRINTK("nicstar%d: Incomplete CS-PDU transmitted.\n", in ns_irq_handler()
1653 TXPRINTK("nicstar%d: ns_send() called.\n", card->index); in ns_send()