Lines Matching defs:oboe_intr
130 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)
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: waking up reader\n"));
573 DPRINTF(("oboe_intr returning\n"));
576 DPRINTF(("oboe_intr: write done\n"));
586 DPRINTF(("oboe_intr changing state to ~OBOE_WSLP\n"));
588 DPRINTF(("oboe_intr: waking up writer\n"));