Home | History | Annotate | Download | only in pci

Lines Matching refs:sc_pil

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)));
1770 LIST_FOREACH(pil, &sc->sc_pil, pil_next) {
1788 if (LIST_EMPTY(&sc->sc_pil)) {