Searched refs:reply_dmat (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt_pci.c683 &mpt->reply_dmat) != 0) {
689 if (bus_dmamem_alloc(mpt->reply_dmat, (void **)&mpt->reply,
700 bus_dmamap_load(mpt->reply_dmat, mpt->reply_dmap, mpt->reply,
720 if (mpt->reply_dmat == 0) {
725 bus_dmamap_unload(mpt->reply_dmat, mpt->reply_dmap);
726 bus_dmamem_free(mpt->reply_dmat, mpt->reply, mpt->reply_dmap);
727 bus_dma_tag_destroy(mpt->reply_dmat);
729 mpt->reply_dmat = NULL;
H A Dmpt.c743 bus_dmamap_sync_range(mpt->reply_dmat,
827 bus_dmamap_sync_range(mpt->reply_dmat,
1251 bus_dmamap_sync_range(mpt->reply_dmat, mpt->reply_dmap, offset,
H A Dmpt.h661 bus_dma_tag_t reply_dmat; /* DMA tag for reply memory */ member in struct:mpt_softc
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr.c639 bus_dmamap_unload(sc->reply_dmat, sc->reply_map);
641 bus_dmamem_free(sc->reply_dmat, sc->reply_frames,
643 if (sc->reply_dmat != NULL)
644 bus_dma_tag_destroy(sc->reply_dmat);
1147 &sc->reply_dmat)) {
1151 if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames,
1157 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize,
H A Dmprvar.h318 bus_dma_tag_t reply_dmat; member in struct:mpr_softc
/freebsd-10.2-release/sys/dev/mps/
H A Dmps.c639 bus_dmamap_unload(sc->reply_dmat, sc->reply_map);
641 bus_dmamem_free(sc->reply_dmat, sc->reply_frames,
643 if (sc->reply_dmat != NULL)
644 bus_dma_tag_destroy(sc->reply_dmat);
1143 &sc->reply_dmat)) {
1147 if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames,
1153 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize,
H A Dmpsvar.h336 bus_dma_tag_t reply_dmat; member in struct:mps_softc

Completed in 186 milliseconds