Searched refs:D_EXTRA (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | rfc1201.c | 155 BUGMSG(D_EXTRA, "short RFC1201 exception packet from %02Xh", in rx() 171 BUGMSG(D_EXTRA, "aborting assembly (seq=%d) for unsplit packet (splitflag=%d, seq=%d)\n", in rx() 213 BUGMSG(D_EXTRA, in rx() 255 BUGMSG(D_EXTRA, "wrong seq number (saddr=%d, expected=%d, seq=%d, splitflag=%d)\n", in rx() 268 BUGMSG(D_EXTRA, "aborting previous (seq=%d) assembly " in rx() 281 BUGMSG(D_EXTRA, "incoming packet more than 16 segments; dropping. (splitflag=%d)\n", in rx() 313 BUGMSG(D_EXTRA, "can't continue split without starting " in rx() 326 BUGMSG(D_EXTRA, "duplicate splitpacket ignored! (splitflag=%d)\n", in rx() 333 BUGMSG(D_EXTRA, "out-of-order splitpacket, reassembly " in rx()
|
D | arcnet.c | 122 BUGLVL(D_EXTRA) { in arcnet_init() 685 BUGMSG(D_EXTRA, "tx timed out%s (status=%Xh, intmask=%Xh, dest=%02Xh)\n", in arcnet_timeout() 800 BUGMSG(D_EXTRA, in arcnet_interrupt()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 61 #define D_EXTRA 2 /* useful, but non-vital information */ macro 80 #define ARCNET_DEBUG (D_NORMAL|D_EXTRA)
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet.txt | 546 D_NORMAL+D_EXTRA+D_INIT. To include D_DURING, you would add 16 to this,
|