Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h289 bus_dma_tag_t osti_dmat; member
H A Dagtiapi.c1709 &pmcsc->osti_dmat ) ) { in agtiapi_alloc_ostimem()
1715 if( bus_dmamem_alloc( pmcsc->osti_dmat, in agtiapi_alloc_ostimem()
1725 bus_dmamap_load( pmcsc->osti_dmat, in agtiapi_alloc_ostimem()
6390 bus_dmamap_unload( pCard->osti_dmat, pCard->osti_mapp ); in agtiapi_ReleaseHBA()
6393 bus_dmamem_free( pCard->osti_dmat, pCard->osti_mem, pCard->osti_mapp ); in agtiapi_ReleaseHBA()
6395 if( pCard->osti_dmat != NULL ) { in agtiapi_ReleaseHBA()
6396 bus_dma_tag_destroy( pCard->osti_dmat ); in agtiapi_ReleaseHBA()