Searched refs:D_EXTRA (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/arcnet/ |
D | rfc1201.c | 160 BUGMSG(D_EXTRA, "short RFC1201 exception packet from %02Xh", in rx() 176 BUGMSG(D_EXTRA, "aborting assembly (seq=%d) for unsplit packet (splitflag=%d, seq=%d)\n", in rx() 218 BUGMSG(D_EXTRA, in rx() 261 BUGMSG(D_EXTRA, "wrong seq number (saddr=%d, expected=%d, seq=%d, splitflag=%d)\n", in rx() 274 BUGMSG(D_EXTRA, "aborting previous (seq=%d) assembly " in rx() 287 BUGMSG(D_EXTRA, "incoming packet more than 16 segments; dropping. (splitflag=%d)\n", in rx() 319 BUGMSG(D_EXTRA, "can't continue split without starting " in rx() 332 BUGMSG(D_EXTRA, "duplicate splitpacket ignored! (splitflag=%d)\n", in rx() 339 BUGMSG(D_EXTRA, "out-of-order splitpacket, reassembly " in rx()
|
D | arcnet.c | 119 BUGLVL(D_EXTRA) { in arcnet_init() 696 BUGMSG(D_EXTRA, "tx timed out%s (status=%Xh, intmask=%Xh, dest=%02Xh)\n", in arcnet_timeout() 794 BUGMSG(D_EXTRA, "transmit was not acknowledged! " in arcnet_interrupt()
|
/linux-2.4.37.9/include/linux/ |
D | arcdevice.h | 65 #define D_EXTRA 2 /* useful, but non-vital information */ macro 83 #define ARCNET_DEBUG (D_NORMAL|D_EXTRA)
|
/linux-2.4.37.9/Documentation/networking/ |
D | arcnet.txt | 547 D_NORMAL+D_EXTRA+D_INIT. To include D_DURING, you would add 16 to this,
|