Home
last modified time | relevance | path

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

/trueos/sys/dev/mlx/
HDmlx.c195 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_dmamem_free(sc->mlx_sg_dmat, sc->mlx_sgtable, sc->mlx_sg_dmamap); in mlx_sglist_map()
244 if (sc->mlx_sg_dmat) in mlx_sglist_map()
245 bus_dma_tag_destroy(sc->mlx_sg_dmat); in mlx_sglist_map()
268 &sc->mlx_sg_dmat); in mlx_sglist_map()
283 error = bus_dmamem_alloc(sc->mlx_sg_dmat, (void **)&sc->mlx_sgtable, in mlx_sglist_map()
289 (void)bus_dmamap_load(sc->mlx_sg_dmat, sc->mlx_sg_dmamap, sc->mlx_sgtable, in mlx_sglist_map()
HDmlxvar.h124 bus_dma_tag_t mlx_sg_dmat; /* s/g buffer DMA tag */ member