Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptiop/
H A Dhptiop.c1585 &hba->ctlcfg_dmat)) { in hptiop_internal_memalloc_mv()
1604 if (hba->ctlcfg_dmat) { in hptiop_internal_memalloc_mv()
1605 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memalloc_mv()
1642 &hba->ctlcfg_dmat)) { in hptiop_internal_memalloc_mvfrey()
1661 if (hba->ctlcfg_dmat) { in hptiop_internal_memalloc_mvfrey()
1678 if (hba->ctlcfg_dmat) { in hptiop_internal_memfree_mv()
1680 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memfree_mv()
1690 if (hba->ctlcfg_dmat) { in hptiop_internal_memfree_mvfrey()
1692 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memfree_mvfrey()
2819 if (hba->ctlcfg_dmat) { in hptiop_release_resource()
[all …]
H A Dhptiop.h387 bus_dma_tag_t ctlcfg_dmat; member