/src/sys/dev/pci/ |
mpii.c | 229 struct mpii_dmamem *sc_reply_postq; member in struct:mpii_softc 654 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), 656 mpii_dmamem_free(sc, sc->sc_reply_postq); 702 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), 704 mpii_dmamem_free(sc, sc->sc_reply_postq); 762 MPII_DMA_MAP(sc->sc_reply_postq), 798 MPII_DMA_MAP(sc->sc_reply_postq), 1432 htole32(MPII_DMA_DVA(sc->sc_reply_postq)); 1434 htole32(MPII_DMA_DVA(sc->sc_reply_postq) >> 32); 2479 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), [all...] |
mpii.c | 229 struct mpii_dmamem *sc_reply_postq; member in struct:mpii_softc 654 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), 656 mpii_dmamem_free(sc, sc->sc_reply_postq); 702 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), 704 mpii_dmamem_free(sc, sc->sc_reply_postq); 762 MPII_DMA_MAP(sc->sc_reply_postq), 798 MPII_DMA_MAP(sc->sc_reply_postq), 1432 htole32(MPII_DMA_DVA(sc->sc_reply_postq)); 1434 htole32(MPII_DMA_DVA(sc->sc_reply_postq) >> 32); 2479 bus_dmamap_sync(sc->sc_dmat, MPII_DMA_MAP(sc->sc_reply_postq), [all...] |
mfii.c | 333 struct mfii_dmamem *sc_reply_postq; member in struct:mfii_softc 827 sc->sc_reply_postq = mfii_dmamem_alloc(sc, 829 if (sc->sc_reply_postq == NULL) 832 memset(MFII_DMA_KVA(sc->sc_reply_postq), 0xff, 833 MFII_DMA_LEN(sc->sc_reply_postq)); 974 mfii_dmamem_free(sc, sc->sc_reply_postq); 1066 mfii_dmamem_free(sc, sc->sc_reply_postq); 2138 htole32(MFII_DMA_DVA(sc->sc_reply_postq)); 2140 htole32(MFII_DMA_DVA(sc->sc_reply_postq) >> 32); 2162 bus_dmamap_sync(sc->sc_dmat, MFII_DMA_MAP(sc->sc_reply_postq), [all...] |
mfii.c | 333 struct mfii_dmamem *sc_reply_postq; member in struct:mfii_softc 827 sc->sc_reply_postq = mfii_dmamem_alloc(sc, 829 if (sc->sc_reply_postq == NULL) 832 memset(MFII_DMA_KVA(sc->sc_reply_postq), 0xff, 833 MFII_DMA_LEN(sc->sc_reply_postq)); 974 mfii_dmamem_free(sc, sc->sc_reply_postq); 1066 mfii_dmamem_free(sc, sc->sc_reply_postq); 2138 htole32(MFII_DMA_DVA(sc->sc_reply_postq)); 2140 htole32(MFII_DMA_DVA(sc->sc_reply_postq) >> 32); 2162 bus_dmamap_sync(sc->sc_dmat, MFII_DMA_MAP(sc->sc_reply_postq), [all...] |