MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bus_dmamap_unload

Function bus_dmamap_unload

freebsd/arm64/include/bus_dma.h:80–87  ·  view source on GitHub ↗

* Release the mapping held by map. */

Source from the content-addressed store, hash-verified

78 * Release the mapping held by map.
79 */
80static inline void
81bus_dmamap_unload(bus_dma_tag_t dmat, bus_dmamap_t map)
82{
83 struct bus_dma_tag_common *tc;
84
85 tc = (struct bus_dma_tag_common *)dmat;
86 tc->impl->map_unload(dmat, map);
87}
88
89static inline void
90bus_dmamap_sync(bus_dma_tag_t dmat, bus_dmamap_t map, bus_dmasync_op_t op)

Callers 5

gen_encapFunction · 0.50
gen_rxintrFunction · 0.50
gen_txintrFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected