Searched refs:D_PROTO (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/arcnet/ |
H 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()
|
H A D | arcnet.c | 521 if (BUGLVL(D_PROTO)) { in arcnet_open() 522 arc_printk(D_PROTO, dev, "protocol map (default is '%c'): ", in arcnet_open() 525 arc_cont(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open() 526 arc_cont(D_PROTO, "\n"); in arcnet_open() 1153 if (BUGLVL(D_PROTO)) { in arcnet_rx() 1159 arc_printk(D_PROTO, dev, in arcnet_rx() 1179 arc_printk(D_PROTO, dev, in null_rx() 1189 arc_printk(D_PROTO, dev, in null_build_header() 1204 arc_printk(D_PROTO, dev, "tx: no encap for this host; load a protocol driver.\n"); in null_prepare_tx()
|
H A D | arcdevice.h | 57 #define D_PROTO 64 /* debug auto-protocol support */ macro
|