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

  /src/sys/dev/pci/
pccbbvar.h 137 LIST_HEAD(, pccbb_intrhand_list) sc_pil;
pccbb.c 519 if (!LIST_EMPTY(&sc->sc_pil)) {
624 LIST_INIT(&sc->sc_pil);
1103 LIST_FOREACH(pil, &sc->sc_pil, pil_next) {
1711 DPRINTF(("pccbb_intr_establish start. %p\n", LIST_FIRST(&sc->sc_pil)));
1713 if (LIST_EMPTY(&sc->sc_pil))
1729 if (LIST_EMPTY(&sc->sc_pil)) {
1730 LIST_INSERT_HEAD(&sc->sc_pil, newpil, pil_next);
1732 for (pil = LIST_FIRST(&sc->sc_pil);
1739 LIST_FIRST(&sc->sc_pil)));
1761 LIST_FIRST(&sc->sc_pil)));
    [all...]

Completed in 13 milliseconds