HomeSort by: relevance | last modified time | path
    Searched defs:oboe_intr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
oboe.c 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) function in typeref:typename:int
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"))
    [all...]
oboe.c 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) function in typeref:typename:int
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"))
    [all...]

Completed in 133 milliseconds