Home
last modified time | relevance | path

Searched refs:DDI_DMA_PARTIAL_MAP (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dddidmareq.h605 #define DDI_DMA_PARTIAL_MAP 1 macro
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_dma.c92 case DDI_DMA_PARTIAL_MAP: in ghd_dma_buf_bind_attr()
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_dma.c191 VERIFY3S(r, !=, DDI_DMA_PARTIAL_MAP); in virtio_dma_bind()
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c419 case DDI_DMA_PARTIAL_MAP : in cpqary3_dma_alloc()
421 if (DDI_DMA_PARTIAL_MAP == retvalue) { in cpqary3_dma_alloc()
H A Dcpqary3_mem.c586 case DDI_DMA_PARTIAL_MAP: in cpqary3_alloc_phyctgs_mem()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c623 return ((mp->dmai_nwin == 1) ? DDI_DMA_MAPPED : DDI_DMA_PARTIAL_MAP); in pci_dma_setup()
761 return (mp->dmai_nwin == 1 ? DDI_DMA_MAPPED : DDI_DMA_PARTIAL_MAP); in pci_dma_bindhdl()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c891 return ((mp->dmai_nwin == 1) ? DDI_DMA_MAPPED : DDI_DMA_PARTIAL_MAP); in px_dma_setup()
1031 return (mp->dmai_nwin == 1 ? DDI_DMA_MAPPED : DDI_DMA_PARTIAL_MAP); in px_dma_bindhdl()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c180 case DDI_DMA_PARTIAL_MAP: in scsi_dma_buf_bind_attr()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c854 return (err == DDI_DMA_PARTIAL_MAP ? DDI_DMA_NOMAPPING : in amd_iommu_alloc_pgtable()
1422 case DDI_DMA_PARTIAL_MAP: in cvt_bind_error()
H A Damd_iommu_impl.c1635 if (dma_error != DDI_DMA_MAPPED && dma_error != DDI_DMA_PARTIAL_MAP) in amd_iommu_bindhdl()
1693 ASSERT(dma_error == DDI_DMA_MAPPED || dma_error == DDI_DMA_PARTIAL_MAP); in amd_iommu_bindhdl()
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1206 } else if (rval == DDI_DMA_PARTIAL_MAP) { in fdrw()
1334 } else if (rval == DDI_DMA_PARTIAL_MAP) { in fdtrkformat()
1498 } else if (rval == DDI_DMA_PARTIAL_MAP) { in fdrawioctl()
H A Decpp.c2966 case DDI_DMA_PARTIAL_MAP: { in ecpp_setup_dma_resources()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hba.c550 if (rc == DDI_DMA_PARTIAL_MAP) { in pqi_init_pkt()
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c1093 return (DDI_DMA_PARTIAL_MAP); in iommu_dma_bindhdl()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c530 if (rc == DDI_DMA_MAPPED || rc == DDI_DMA_PARTIAL_MAP) { in vreq_setup()
532 if (rc == DDI_DMA_PARTIAL_MAP) { in vreq_setup()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2205 if ((e != DDI_DMA_MAPPED) && (e != DDI_DMA_PARTIAL_MAP)) { in rootnex_coredma_bindhdl()
3403 return (DDI_DMA_PARTIAL_MAP); in rootnex_bind_slowpath()
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1366 case DDI_DMA_PARTIAL_MAP: in amr_mapcmd()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1559 case DDI_DMA_PARTIAL_MAP: in scsa1394_cmd_buf_dma_alloc()
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1081 case DDI_DMA_PARTIAL_MAP: in bd_xfer_alloc()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c568 case DDI_DMA_PARTIAL_MAP: in ehci_decode_ddi_dma_addr_bind_handle_result()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3153 case DDI_DMA_PARTIAL_MAP: in megasas_dma_alloc()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2677 ASSERT(rc != DDI_DMA_INUSE && rc != DDI_DMA_PARTIAL_MAP); in add_mblk()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c430 case DDI_DMA_PARTIAL_MAP: in uhci_decode_ddi_dma_addr_bind_handle_result()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c3481 case DDI_DMA_PARTIAL_MAP: in fdstart_dma()
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c1511 case DDI_DMA_PARTIAL_MAP: in arcmsr_dma_alloc()

12