Home
last modified time | relevance | path

Searched refs:sc_reply_postq (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmpii.c1911 struct mpii_dmamem *sc_reply_postq; member
2332 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), in mpii_attach()
2334 mpii_dmamem_free(sc, sc->sc_reply_postq); in mpii_attach()
2377 mpii_dmamem_free(sc, sc->sc_reply_postq); in mpii_detach()
2439 MPII_DMA_MAP(sc->sc_reply_postq), in mpii_intr()
2473 MPII_DMA_MAP(sc->sc_reply_postq), in mpii_intr()
3099 (u_int64_t)MPII_DMA_DVA(sc->sc_reply_postq); in mpii_iocinit()
4405 sc->sc_reply_postq = in mpii_alloc_queues()
4407 if (sc->sc_reply_postq == NULL) in mpii_alloc_queues()
4409 sc->sc_reply_postq_kva = MPII_DMA_KVA(sc->sc_reply_postq); in mpii_alloc_queues()
[all …]