Searched refs:D_PROTO (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/arcnet/ |
A D | capmode.c | 106 arc_printk(D_PROTO, dev, "Preparing header for cap packet %x.\n", in build_header() 147 arc_printk(D_PROTO, dev, "Sending for cap packet %x.\n", in prepare_tx() 215 arc_printk(D_PROTO, dev, "Acknowledge for cap packet %x.\n", in ack_tx()
|
A D | arcnet.c | 525 if (BUGLVL(D_PROTO)) { in arcnet_open() 526 arc_printk(D_PROTO, dev, "protocol map (default is '%c'): ", in arcnet_open() 529 arc_cont(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open() 530 arc_cont(D_PROTO, "\n"); in arcnet_open() 1157 if (BUGLVL(D_PROTO)) { in arcnet_rx() 1163 arc_printk(D_PROTO, dev, in arcnet_rx() 1183 arc_printk(D_PROTO, dev, in null_rx() 1193 arc_printk(D_PROTO, dev, in null_build_header() 1208 arc_printk(D_PROTO, dev, "tx: no encap for this host; load a protocol driver.\n"); in null_prepare_tx()
|
A D | arcdevice.h | 57 #define D_PROTO 64 /* debug auto-protocol support */ macro
|
Completed in 7 milliseconds