Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptiop/
H A Dhptiop.c1572 &hba->ctlcfg_dmat)) { in hptiop_internal_memalloc_mv()
1591 if (hba->ctlcfg_dmat) { in hptiop_internal_memalloc_mv()
1592 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memalloc_mv()
1629 &hba->ctlcfg_dmat)) { in hptiop_internal_memalloc_mvfrey()
1648 if (hba->ctlcfg_dmat) { in hptiop_internal_memalloc_mvfrey()
1665 if (hba->ctlcfg_dmat) { in hptiop_internal_memfree_mv()
1667 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memfree_mv()
1677 if (hba->ctlcfg_dmat) { in hptiop_internal_memfree_mvfrey()
1679 bus_dmamem_free(hba->ctlcfg_dmat, in hptiop_internal_memfree_mvfrey()
2811 if (hba->ctlcfg_dmat) { in hptiop_release_resource()
[all …]
H A Dhptiop.h385 bus_dma_tag_t ctlcfg_dmat; member