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

/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_pci.c708 &mpt->reply_dmat) != 0) {
714 if (bus_dmamem_alloc(mpt->reply_dmat, (void **)&mpt->reply,
725 bus_dmamap_load(mpt->reply_dmat, mpt->reply_dmap, mpt->reply,
745 if (mpt->reply_dmat == 0) {
750 bus_dmamap_unload(mpt->reply_dmat, mpt->reply_dmap);
751 bus_dmamem_free(mpt->reply_dmat, mpt->reply, mpt->reply_dmap);
752 bus_dma_tag_destroy(mpt->reply_dmat);
754 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.h693 bus_dma_tag_t reply_dmat; /* DMA tag for reply memory */ member in struct:mpt_softc
/freebsd-10.0-release/sys/dev/mps/
H A Dmps.c643 bus_dmamap_unload(sc->reply_dmat, sc->reply_map);
645 bus_dmamem_free(sc->reply_dmat, sc->reply_frames,
647 if (sc->reply_dmat != NULL)
648 bus_dma_tag_destroy(sc->reply_dmat);
1142 &sc->reply_dmat)) {
1146 if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames,
1152 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize,
H A Dmpsvar.h329 bus_dma_tag_t reply_dmat; member in struct:mps_softc

Completed in 140 milliseconds