Searched refs:oboe_intr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Doboe.c130 static int oboe_intr(void *handle);
217 sc->sc_ih = pci_intr_establish_xname(pa->pa_pc, ih, IPL_IR, oboe_intr,
526 oboe_intr(void *p) function
534 DPRINTF(("oboe_intr stat=0x%x\n", irqstat));
542 DPRINTF(("oboe_intr: all buffers filled\n"));
549 DPRINTF(("oboe_intr: moving %d bytes to %p\n", len,
563 DPRINTF(("oboe_intr new rxs=%d\n", sc->sc_rxs));
565 DPRINTF(("oboe_intr no more frames available\n"));
567 DPRINTF(("oboe_intr changing state to ~OBOE_RSLP\n"));
569 DPRINTF(("oboe_intr
[all...]

Completed in 129 milliseconds