Home
last modified time | relevance | path

Searched refs:BUGMSG (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/net/arcnet/
Darcnet.c278 BUGMSG(D_DURING, "release_arcbuf: freed #%d; buffer queue is now: ", in release_arcbuf()
297 BUGMSG(D_NORMAL, "get_arcbuf: overlap (%d)!\n", lp->buf_lock.counter); in get_arcbuf()
303 BUGMSG(D_NORMAL, "get_arcbuf: BUG: no buffers are available??\n"); in get_arcbuf()
312 BUGMSG(D_DURING, "get_arcbuf: got #%d; buffer queue is now: ", buf); in get_arcbuf()
383 BUGMSG(D_PROTO, "protocol map (default is '%c'): ", in arcnet_open()
391 BUGMSG(D_INIT, "arcnet_open: resetting card.\n"); in arcnet_open()
430 BUGMSG(D_NORMAL, "WARNING! Station address 00 is reserved " in arcnet_open()
433 BUGMSG(D_NORMAL, "WARNING! Station address FF may confuse " in arcnet_open()
482 BUGMSG(D_DURING, in arcnet_header()
489 BUGMSG(D_NORMAL, "arcnet_header: Yikes! skb->len(%d) != len(%d)!\n", in arcnet_header()
[all …]
Drfc1201.c149 BUGMSG(D_DURING, "it's an RFC1201 packet (length=%d)\n", length); in rx()
158 BUGMSG(D_DURING, "compensating for exception packet\n"); in rx()
160 BUGMSG(D_EXTRA, "short RFC1201 exception packet from %02Xh", in rx()
172 BUGMSG(D_RX, "incoming is not split (splitflag=%d)\n", in rx()
176 BUGMSG(D_EXTRA, "aborting assembly (seq=%d) for unsplit packet (splitflag=%d, seq=%d)\n", in rx()
188 BUGMSG(D_NORMAL, "Memory squeeze, dropping packet.\n"); in rx()
218 BUGMSG(D_EXTRA, in rx()
224 BUGMSG(D_DURING, "ARP source address (%Xh) is fine.\n", in rx()
228 BUGMSG(D_NORMAL, "funny-shaped ARP packet. (%Xh, %Xh)\n", in rx()
257 BUGMSG(D_RX, "packet is split (splitflag=%d, seq=%d)\n", in rx()
[all …]
Dcom20020.c125 BUGMSG(D_NORMAL, "status invalid (%Xh).\n", status); in com20020_check()
128 BUGMSG(D_INIT_REASONS, "status after reset: %X\n", status); in com20020_check()
137 BUGMSG(D_INIT_REASONS, "status after reset acknowledged: %X\n", in com20020_check()
145 BUGMSG(D_NORMAL, "Signature byte not found (%02Xh != D1h).\n", in com20020_check()
204 BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq); in com20020_found()
214 BUGMSG(D_NORMAL, "%s: station %02Xh found at %03lXh, IRQ %d.\n", in com20020_found()
218 BUGMSG(D_NORMAL, "Using backplane mode.\n"); in com20020_found()
221 BUGMSG(D_NORMAL, "Using extended timeout value of %d.\n", lp->timeout); in com20020_found()
223 BUGMSG(D_NORMAL, "Using CKP %d - data rate %s.\n", in com20020_found()
250 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", in com20020_reset()
[all …]
Dcom90io.c162 BUGMSG(D_NORMAL, "No autoprobe for IO mapped cards; you " in com90io_probe()
167 BUGMSG(D_INIT_REASONS, "IO check_region %x-%x failed.\n", in com90io_probe()
172 BUGMSG(D_INIT_REASONS, "IO address %x empty\n", ioaddr); in com90io_probe()
181 BUGMSG(D_INIT_REASONS, "Status invalid (%Xh).\n", status); in com90io_probe()
184 BUGMSG(D_INIT_REASONS, "Status after reset: %X\n", status); in com90io_probe()
188 BUGMSG(D_INIT_REASONS, "Status after reset acknowledged: %X\n", status); in com90io_probe()
193 BUGMSG(D_INIT_REASONS, "Eternal reset (status=%Xh)\n", status); in com90io_probe()
204 BUGMSG(D_INIT_REASONS, "Signature byte not found" in com90io_probe()
222 BUGMSG(D_INIT_REASONS, "Autoprobe IRQ failed\n"); in com90io_probe()
240 BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq); in com90io_found()
[all …]
Dcom20020-isa.c65 BUGMSG(D_NORMAL, "No autoprobe (yet) for IO mapped cards; you " in com20020isa_probe()
70 BUGMSG(D_NORMAL, "IO region %xh-%xh already allocated.\n", in com20020isa_probe()
75 BUGMSG(D_NORMAL, "IO address %x empty\n", ioaddr); in com20020isa_probe()
86 BUGMSG(D_INIT_REASONS, "intmask was %02Xh\n", inb(_INTMASK)); in com20020isa_probe()
95 BUGMSG(D_INIT_REASONS, "Autoprobe IRQ failed first time\n"); in com20020isa_probe()
102 BUGMSG(D_NORMAL, "Autoprobe IRQ failed.\n"); in com20020isa_probe()
Darc-rimi.c92 BUGMSG(D_NORMAL, "Given: node %02Xh, shmem %lXh, irq %d\n", in arcrimi_probe()
96 BUGMSG(D_NORMAL, "No autoprobe for RIM I; you " in arcrimi_probe()
101 BUGMSG(D_NORMAL, "Card memory already allocated\n"); in arcrimi_probe()
105 BUGMSG(D_NORMAL, "You need to specify your card's station " in arcrimi_probe()
125 BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq); in arcrimi_found()
163 BUGMSG(D_NORMAL, "Can't allocate device data!\n"); in arcrimi_found()
176 BUGMSG(D_NORMAL, "Can't remap device memory!\n"); in arcrimi_found()
190 BUGMSG(D_NORMAL, "ARCnet RIM I: station %02Xh found at IRQ %d, " in arcrimi_found()
219 BUGMSG(D_INIT, "Resetting %s (status=%02Xh)\n", dev->name, ASTATUS()); in arcrimi_reset()
Drfc1051.c137 BUGMSG(D_DURING, "it's a raw packet (length=%d)\n", length); in rx()
146 BUGMSG(D_NORMAL, "Memory squeeze, dropping packet.\n"); in rx()
190 BUGMSG(D_NORMAL, "RFC1051: I don't understand protocol %d (%Xh)\n", in build_header()
231 BUGMSG(D_DURING, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
238 BUGMSG(D_NORMAL, "Bug! prepare_tx with size %d (> %d)\n", in prepare_tx()
Dcom20020-pci.c92 BUGMSG(D_NORMAL, "SOHARD\n"); in com20020pci_probe()
96 BUGMSG(D_NORMAL, "Contemporary Controls\n"); in com20020pci_probe()
117 BUGMSG(D_INIT, "IO region %xh-%xh already allocated.\n", in com20020pci_probe()
123 BUGMSG(D_NORMAL, "IO address %Xh was reported by PCI BIOS, " in com20020pci_probe()
Darc-rawmode.c100 BUGMSG(D_DURING, "it's a raw packet (length=%d)\n", length); in rx()
109 BUGMSG(D_NORMAL, "Memory squeeze, dropping packet.\n"); in rx()
179 BUGMSG(D_DURING, "prepare_tx: txbufs=%d/%d/%d\n", in prepare_tx()
186 BUGMSG(D_NORMAL, "Bug! prepare_tx with size %d (> %d)\n", in prepare_tx()
Dcom90xx.c424 BUGMSG(D_NORMAL, "Can't allocate device data!\n"); in com90xx_found()
465 BUGMSG(D_NORMAL, "Can't remap device memory!\n"); in com90xx_found()
476 BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", airq); in com90xx_found()
486 BUGMSG(D_NORMAL, "COM90xx station %02Xh found at %03lXh, IRQ %d, " in com90xx_found()
550 BUGMSG(D_INIT, "Resetting (status=%02Xh)\n", ASTATUS()); in com90xx_reset()
566 BUGMSG(D_NORMAL, "reset failed: TESTvalue not present.\n"); in com90xx_reset()
/linux-2.4.37.9/include/linux/
Darcdevice.h90 #define BUGMSG(x,msg,args...) \ macro
102 BUGMSG(D_TIMING, \