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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcom90xx.c139 BUGLVL(D_NORMAL) printk(VERSION);
172 BUGLVL(D_INIT_REASONS) numprint = 0;
179 BUGLVL(D_INIT_REASONS) numprint = 0;
188 BUGLVL(D_INIT_REASONS) numprint = 0;
233 BUGLVL(D_INIT_REASONS) numprint = 0;
240 BUGLVL(D_INIT_REASONS) numprint = 0;
247 BUGLVL(D_INIT_REASONS) numprint = 0;
263 BUGLVL(D_INIT_REASONS) numprint = 0;
324 BUGLVL(D_INIT_REASONS) numprint = 0;
335 BUGLVL(D_INIT_REASON
[all...]
H A Dcapmode.c147 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
255 BUGLVL(D_SKB) arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx");
282 BUGLVL(D_SKB) arcnet_dump_skb(dev, ackskb, "ack_tx_recv");
H A Darcnet.c124 BUGLVL(D_EXTRA) { function
139 BUGLVL(D_DURING)
256 BUGLVL(D_DURING) { function
293 BUGLVL(D_DURING) { function
381 BUGLVL(D_PROTO) { function
614 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "tx");
694 BUGLVL(D_TX) arcnet_dump_packet(dev, lp->next_tx, "go_tx", 0);
914 BUGLVL(D_RX) arcnet_dump_packet(dev, recbuf, "rx irq", 0);
1035 BUGLVL(D_PROTO) { function
H A Darc-rawmode.c123 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
H A Dcom20020-isa.c58 BUGLVL(D_NORMAL) printk(VERSION);
H A Darc-rimi.c89 BUGLVL(D_NORMAL) printk(VERSION);
90 BUGLVL(D_NORMAL) printk("E-mail me if you actually test the RIM I driver, please!\n");
H A Dcom90io.c154 BUGLVL(D_NORMAL) printk(VERSION);
155 BUGLVL(D_NORMAL) printk("E-mail me if you actually test this driver, please!\n");
H A Dcom20020-pci.c183 BUGLVL(D_NORMAL) printk(VERSION);
H A Drfc1051.c158 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
H A Drfc1201.c229 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
365 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx");
H A Dcom20020.c345 BUGLVL(D_NORMAL) printk(VERSION);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h60 * lines using a BUGLVL not in ARCNET_DEBUG_MAX and automatically optimize
88 #define BUGLVL(x) if ((ARCNET_DEBUG_MAX)&arcnet_debug&(x)) macro
89 #define BUGMSG2(x,msg,args...) do { BUGLVL(x) printk(msg, ## args); } while (0)
97 #define TIME(name, bytes, call) BUGLVL(D_TIMING) { \

Completed in 64 milliseconds