Lines Matching refs:srb_dmat
1974 &hba->srb_dmat /* tag */)) in hptiop_attach()
1980 if (bus_dmamem_alloc(hba->srb_dmat, (void **)&hba->uncached_ptr, in hptiop_attach()
1988 if (bus_dmamap_load(hba->srb_dmat, in hptiop_attach()
2096 bus_dmamap_unload(hba->srb_dmat, hba->srb_dmamap); in hptiop_attach()
2100 bus_dmamem_free(hba->srb_dmat, in hptiop_attach()
2104 if (hba->srb_dmat) in hptiop_attach()
2105 bus_dma_tag_destroy(hba->srb_dmat); in hptiop_attach()
2824 if (hba->srb_dmat) { in hptiop_release_resource()
2825 bus_dmamap_unload(hba->srb_dmat, hba->srb_dmamap); in hptiop_release_resource()
2826 bus_dmamap_destroy(hba->srb_dmat, hba->srb_dmamap); in hptiop_release_resource()
2827 bus_dma_tag_destroy(hba->srb_dmat); in hptiop_release_resource()