Home
last modified time | relevance | path

Searched refs:D_PROTO (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Darcnet.c375 BUGLVL(D_PROTO) { in arcnet_open()
376 BUGMSG(D_PROTO, "protocol map (default is '%c'): ", in arcnet_open()
379 BUGMSG2(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open()
380 BUGMSG2(D_PROTO, "\n"); in arcnet_open()
982 BUGLVL(D_PROTO) { in arcnet_rx()
988 BUGMSG(D_PROTO, in arcnet_rx()
1009 BUGMSG(D_PROTO, in null_rx()
1020 BUGMSG(D_PROTO, in null_build_header()
1036 BUGMSG(D_PROTO, "tx: no encap for this host; load a protocol driver.\n"); in null_prepare_tx()
Dcapmode.c106 BUGMSG(D_PROTO, "Preparing header for cap packet %x.\n", in build_header()
150 BUGMSG(D_PROTO, "Sending for cap packet %x.\n", in prepare_tx()
217 BUGMSG(D_PROTO, "Ackknowledge for cap packet %x.\n", in ack_tx()
/linux-4.1.27/include/linux/
Darcdevice.h65 #define D_PROTO 64 /* debug auto-protocol support */ macro