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

  /src/sys/dev/pci/
mpii.c 230 struct mpii_reply_descr *sc_reply_postq_kva; member in struct:mpii_softc
753 struct mpii_reply_descr *postq = sc->sc_reply_postq_kva, *rdp;
2883 sc->sc_reply_postq_kva = MPII_DMA_KVA(sc->sc_reply_postq);
2884 memset(sc->sc_reply_postq_kva, 0xff, sc->sc_reply_post_qdepth *
mpii.c 230 struct mpii_reply_descr *sc_reply_postq_kva; member in struct:mpii_softc
753 struct mpii_reply_descr *postq = sc->sc_reply_postq_kva, *rdp;
2883 sc->sc_reply_postq_kva = MPII_DMA_KVA(sc->sc_reply_postq);
2884 memset(sc->sc_reply_postq_kva, 0xff, sc->sc_reply_post_qdepth *

Completed in 31 milliseconds