Searched refs:D_DURING (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | arcnet.c | 137 BUGLVL(D_DURING) in arcnet_init() 248 BUGLVL(D_DURING) { in release_arcbuf() 249 BUGMSG(D_DURING, "release_arcbuf: freed #%d; buffer queue is now: ", in release_arcbuf() 252 BUGMSG2(D_DURING, "#%d ", lp->buf_queue[i]); in release_arcbuf() 253 BUGMSG2(D_DURING, "\n"); in release_arcbuf() 285 BUGLVL(D_DURING) { in get_arcbuf() 286 BUGMSG(D_DURING, "get_arcbuf: got #%d; buffer queue is now: ", buf); in get_arcbuf() 288 BUGMSG2(D_DURING, "#%d ", lp->buf_queue[i]); in get_arcbuf() 289 BUGMSG2(D_DURING, "\n"); in get_arcbuf() 491 BUGMSG(D_DURING, in arcnet_header() [all …]
|
D | capmode.c | 50 BUGMSG(D_DURING, "it's a raw(cap) packet (length=%d)\n", length); in rx() 147 BUGMSG(D_DURING, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx() 168 BUGMSG(D_DURING, "prepare_tx: length=%d ofs=%d\n", in prepare_tx() 193 BUGMSG(D_DURING, "capmode: ack_tx: protocol: %x: result: %d\n", in ack_tx()
|
D | arc-rawmode.c | 96 BUGMSG(D_DURING, "it's a raw packet (length=%d)\n", length); in rx() 174 BUGMSG(D_DURING, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx() 194 BUGMSG(D_DURING, "prepare_tx: length=%d ofs=%d\n", in prepare_tx()
|
D | rfc1201.c | 144 BUGMSG(D_DURING, "it's an RFC1201 packet (length=%d)\n", length); in rx() 153 BUGMSG(D_DURING, "compensating for exception packet\n"); in rx() 219 BUGMSG(D_DURING, "ARP source address (%Xh) is fine.\n", in rx() 482 BUGMSG(D_DURING, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx() 497 BUGMSG(D_DURING, "rfc1201 prep_tx: ready for %d-segment split " in prepare_tx() 519 BUGMSG(D_DURING, in continue_tx()
|
D | rfc1051.c | 133 BUGMSG(D_DURING, "it's a raw packet (length=%d)\n", length); in rx() 225 BUGMSG(D_DURING, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
|
D | com20020.c | 302 BUGMSG(D_DURING, "Setting mask to %x at %x\n",mask,ioaddr); in com20020_setmask()
|
D | com90xx.c | 616 BUGLVL(D_DURING) in com90xx_reset()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 67 #define D_DURING 128 /* trace operations (including irq's) */ macro 90 : x < D_DURING ? KERN_INFO : KERN_DEBUG, \
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet.txt | 512 D_DURING or more, it would be a REALLY good idea to kill your klogd daemon 513 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX, 531 If your debug level includes D_DURING and you did NOT define SLOW_XMIT_COPY, 546 D_NORMAL+D_EXTRA+D_INIT. To include D_DURING, you would add 16 to this,
|