Home
last modified time | relevance | path

Searched refs:RXPRINTK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/atm/
H A Didt77252.h72 #define RXPRINTK(args...) do { if (debug & DBG_RX_DATA) printk(args); } while(0) macro
86 #define RXPRINTK(args...) do { } while(0) macro
H A Dnicstar.c86 #define RXPRINTK(args...) printk(args) macro
88 #define RXPRINTK(args...) macro
283 RXPRINTK("nicstar: RX debug enabled.\n"); in nicstar_init()
1131 RXPRINTK("nicstar%d: End of CS-PDU received.\n", card->index); in ns_irq_handler()
1218 RXPRINTK("nicstar%d: RSQ almost full.\n", card->index); in ns_irq_handler()
1995 RXPRINTK(KERN_ERR in dequeue_rx()
2020 RXPRINTK("nicstar%d: SDU received on non-rx vc %d.%d.\n", in dequeue_rx()
2044 RXPRINTK in dequeue_rx()