Searched refs:BUGLVL (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | com90xx.c | 141 BUGLVL(D_NORMAL) printk(VERSION); in com90xx_probe() 174 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 181 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 190 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 235 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 242 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 249 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 265 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 326 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() 337 BUGLVL(D_INIT_REASONS) numprint = 0; in com90xx_probe() [all …]
|
D | arc-rimi.c | 89 BUGLVL(D_NORMAL) printk(VERSION); in arcrimi_probe() 90 BUGLVL(D_NORMAL) printk("E-mail me if you actually test the RIM I driver, please!\n"); in arcrimi_probe() 92 BUGLVL(D_NORMAL) printk("Given: node %02Xh, shmem %lXh, irq %d\n", in arcrimi_probe() 96 BUGLVL(D_NORMAL) printk("No autoprobe for RIM I; you " in arcrimi_probe() 101 BUGLVL(D_NORMAL) printk("You need to specify your card's station " in arcrimi_probe() 112 BUGLVL(D_NORMAL) printk("Card memory already allocated\n"); in arcrimi_probe()
|
D | arcnet.c | 122 BUGLVL(D_EXTRA) { in arcnet_init() 137 BUGLVL(D_DURING) in arcnet_init() 248 BUGLVL(D_DURING) { in release_arcbuf() 285 BUGLVL(D_DURING) { in get_arcbuf() 375 BUGLVL(D_PROTO) { in arcnet_open() 561 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "tx"); in arcnet_send_packet() 640 BUGLVL(D_TX) arcnet_dump_packet(dev, lp->next_tx, "go_tx", 0); in go_tx() 860 BUGLVL(D_RX) arcnet_dump_packet(dev, recbuf, "rx irq", 0); in arcnet_interrupt() 982 BUGLVL(D_PROTO) { in arcnet_rx()
|
D | capmode.c | 87 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx() 196 BUGLVL(D_SKB) arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx() 222 BUGLVL(D_SKB) arcnet_dump_skb(dev, ackskb, "ack_tx_recv"); in ack_tx()
|
D | com90io.c | 154 BUGLVL(D_NORMAL) printk(VERSION); in com90io_probe() 155 BUGLVL(D_NORMAL) printk("E-mail me if you actually test this driver, please!\n"); in com90io_probe()
|
D | com20020-isa.c | 58 BUGLVL(D_NORMAL) printk(VERSION); in com20020isa_probe()
|
D | arc-rawmode.c | 124 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
|
D | rfc1051.c | 158 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
|
D | rfc1201.c | 229 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx() 364 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
|
D | com20020-pci.c | 407 BUGLVL(D_NORMAL) printk(VERSION); in com20020pci_init()
|
D | com20020.c | 374 BUGLVL(D_NORMAL) printk(VERSION); in com20020_module_init()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 85 #define BUGLVL(x) if ((ARCNET_DEBUG_MAX)&arcnet_debug&(x)) macro 86 #define BUGMSG2(x,msg,args...) do { BUGLVL(x) printk(msg, ## args); } while (0) 94 #define TIME(name, bytes, call) BUGLVL(D_TIMING) { \
|