Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/arcnet/
Darcnet.c126 if (BUGLVL(D_DURING)) in arcnet_init()
296 if (BUGLVL(D_DURING)) { in release_arcbuf()
297 arc_printk(D_DURING, dev, "release_arcbuf: freed #%d; buffer queue is now: ", in release_arcbuf()
300 arc_cont(D_DURING, "#%d ", lp->buf_queue[i]); in release_arcbuf()
301 arc_cont(D_DURING, "\n"); in release_arcbuf()
329 if (BUGLVL(D_DURING)) { in get_arcbuf()
330 arc_printk(D_DURING, dev, "get_arcbuf: got #%d; buffer queue is now: ", in get_arcbuf()
333 arc_cont(D_DURING, "#%d ", lp->buf_queue[i]); in get_arcbuf()
334 arc_cont(D_DURING, "\n"); in get_arcbuf()
653 arc_printk(D_DURING, dev, in arcnet_header()
[all …]
Dcapmode.c51 arc_printk(D_DURING, dev, "it's a raw(cap) packet (length=%d)\n", in rx()
144 arc_printk(D_DURING, dev, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
166 arc_printk(D_DURING, dev, "prepare_tx: length=%d ofs=%d\n", in prepare_tx()
192 arc_printk(D_DURING, dev, "capmode: ack_tx: protocol: %x: result: %d\n", in ack_tx()
Darc-rawmode.c47 arc_printk(D_DURING, dev, "it's a raw packet (length=%d)\n", length); in rx()
120 arc_printk(D_DURING, dev, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
142 arc_printk(D_DURING, dev, "prepare_tx: length=%d ofs=%d\n", in prepare_tx()
Drfc1201.c142 arc_printk(D_DURING, dev, "it's an RFC1201 packet (length=%d)\n", in rx()
152 arc_printk(D_DURING, dev, "compensating for exception packet\n"); in rx()
221 arc_printk(D_DURING, dev, "ARP source address (%Xh) is fine.\n", in rx()
482 arc_printk(D_DURING, dev, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
498 arc_printk(D_DURING, dev, "rfc1201 prep_tx: ready for %d-segment split (%d bytes, seq=%d)\n", in prepare_tx()
519 arc_printk(D_DURING, dev, in continue_tx()
Drfc1051.c129 arc_printk(D_DURING, dev, "it's a raw packet (length=%d)\n", length); in rx()
214 arc_printk(D_DURING, dev, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
Darcdevice.h59 #define D_DURING 128 /* trace operations (including irq's) */ macro
84 else if ((x) < D_DURING) \
Dcom20020.c336 arc_printk(D_DURING, dev, "Setting mask to %x at %x\n", mask, ioaddr); in com20020_setmask()
Dcom90xx.c623 if (BUGLVL(D_DURING)) in com90xx_reset()
/linux-5.19.10/Documentation/networking/
Darcnet.rst548 D_DURING or more, it would be a REALLY good idea to kill your klogd daemon
549 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX,
567 If your debug level includes D_DURING and you did NOT define SLOW_XMIT_COPY,
584 D_NORMAL+D_EXTRA+D_INIT. To include D_DURING, you would add 16 to this,