Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c193 bus_dmamap_unload(sc->mlx_sg_dmat, sc->mlx_sg_dmamap); in mlx_free()
195 bus_dmamem_free(sc->mlx_sg_dmat, sc->mlx_sgtable, sc->mlx_sg_dmamap); in mlx_free()
196 if (sc->mlx_sg_dmat) in mlx_free()
197 bus_dma_tag_destroy(sc->mlx_sg_dmat); in mlx_free()
243 bus_dmamap_unload(sc->mlx_sg_dmat, sc->mlx_sg_dmamap); in mlx_sglist_map()
245 bus_dmamem_free(sc->mlx_sg_dmat, sc->mlx_sgtable, sc->mlx_sg_dmamap); in mlx_sglist_map()
246 if (sc->mlx_sg_dmat) in mlx_sglist_map()
247 bus_dma_tag_destroy(sc->mlx_sg_dmat); in mlx_sglist_map()
250 sc->mlx_sg_dmat = NULL; in mlx_sglist_map()
273 &sc->mlx_sg_dmat); in mlx_sglist_map()
[all …]
H A Dmlxvar.h127 bus_dma_tag_t mlx_sg_dmat; /* s/g buffer DMA tag */ member