Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nvme/
H A Dnvme.c642 ddi_fm_dma_err_get(dma->nd_dmah, &error, DDI_FME_VERSION); in nvme_check_dma_hdl()
653 if (dma->nd_dmah != NULL) in nvme_free_dma_common()
654 (void) ddi_dma_unbind_handle(dma->nd_dmah); in nvme_free_dma_common()
657 if (dma->nd_dmah != NULL) in nvme_free_dma_common()
658 ddi_dma_free_handle(&dma->nd_dmah); in nvme_free_dma_common()
682 &dma->nd_dmah) != DDI_SUCCESS) { in nvme_alloc_dma_common()
697 (void) ddi_dma_mem_alloc(dma->nd_dmah, len, &nvme->n_reg_acc_attr, in nvme_alloc_dma_common()
701 if (ddi_dma_addr_bind_handle(dma->nd_dmah, NULL, dma->nd_memp, in nvme_alloc_dma_common()
740 dma->nd_dmah = NULL; in nvme_prp_dma_constructor()
932 (void) ddi_dma_sync(qp->nq_sqdma->nd_dmah, in nvme_submit_cmd_common()
[all …]
H A Dnvme_var.h65 ddi_dma_handle_t nd_dmah; member