Home
last modified time | relevance | path

Searched refs:D_DURING (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Darcnet.c137 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 …]
Dcapmode.c50 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()
Darc-rawmode.c96 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()
Drfc1201.c144 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()
Drfc1051.c133 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()
Dcom20020.c302 BUGMSG(D_DURING, "Setting mask to %x at %x\n",mask,ioaddr); in com20020_setmask()
Dcom90xx.c616 BUGLVL(D_DURING) in com90xx_reset()
/linux-4.1.27/include/linux/
Darcdevice.h67 #define D_DURING 128 /* trace operations (including irq's) */ macro
90 : x < D_DURING ? KERN_INFO : KERN_DEBUG, \
/linux-4.1.27/Documentation/networking/
Darcnet.txt512 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,