Searched refs:pt_dma_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.h95 ddi_dma_handle_t pt_dma_hdl; member in struct:amd_iommu_page_table
H A Damd_iommu_page_tables.c801 NULL, &pt->pt_dma_hdl);
814 err = ddi_dma_mem_alloc(pt->pt_dma_hdl, pt->pt_mem_reqsz,
823 ddi_dma_free_handle(&pt->pt_dma_hdl);
840 err = ddi_dma_addr_bind_handle(pt->pt_dma_hdl, NULL,
852 ddi_dma_free_handle(&pt->pt_dma_hdl);
868 (void) ddi_dma_unbind_handle(pt->pt_dma_hdl);
870 ddi_dma_free_handle(&pt->pt_dma_hdl);
896 SYNC_FORDEV(pt->pt_dma_hdl);
947 if (ddi_dma_unbind_handle(pt->pt_dma_hdl) != DDI_SUCCESS) {
951 (void *)pt->pt_dma_hdl);
[all...]

Completed in 47 milliseconds