Home
last modified time | relevance | path

Searched refs:BUGLVL (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Dcom90xx.c141 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 …]
Darc-rimi.c89 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()
Darcnet.c122 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()
Dcapmode.c87 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()
Dcom90io.c154 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()
Dcom20020-isa.c58 BUGLVL(D_NORMAL) printk(VERSION); in com20020isa_probe()
Darc-rawmode.c124 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
Drfc1051.c158 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
Drfc1201.c229 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
364 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
Dcom20020-pci.c407 BUGLVL(D_NORMAL) printk(VERSION); in com20020pci_init()
Dcom20020.c374 BUGLVL(D_NORMAL) printk(VERSION); in com20020_module_init()
/linux-4.1.27/include/linux/
Darcdevice.h85 #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) { \