Searched refs:ctlcfg_dmat (Results 1 – 2 of 2) sorted by relevance
1571 &hba->ctlcfg_dmat)) { in hptiop_internal_memalloc_mv()1576 if (bus_dmamem_alloc(hba->ctlcfg_dmat, (void **)&hba->ctlcfg_ptr, in hptiop_internal_memalloc_mv()1581 bus_dma_tag_destroy(hba->ctlcfg_dmat); in hptiop_internal_memalloc_mv()1585 if (bus_dmamap_load(hba->ctlcfg_dmat, in hptiop_internal_memalloc_mv()1590 if (hba->ctlcfg_dmat) { in hptiop_internal_memalloc_mv()1591 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memalloc_mv()1593 bus_dma_tag_destroy(hba->ctlcfg_dmat); in hptiop_internal_memalloc_mv()1628 &hba->ctlcfg_dmat)) { in hptiop_internal_memalloc_mvfrey()1633 if (bus_dmamem_alloc(hba->ctlcfg_dmat, (void **)&hba->ctlcfg_ptr, in hptiop_internal_memalloc_mvfrey()1638 bus_dma_tag_destroy(hba->ctlcfg_dmat); in hptiop_internal_memalloc_mvfrey()[all …]
385 bus_dma_tag_t ctlcfg_dmat; member