/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_dma.c | 192 return ((ddi_dma_impl_t *)DDI_DMA_NOMAPPING); in px_dma_lmts2hdl() 431 return (DDI_DMA_NOMAPPING); in px_dma_type() 436 return (DDI_DMA_NOMAPPING); in px_dma_type() 450 return (DDI_DMA_NOMAPPING); in px_dma_type() 538 return (DDI_DMA_NOMAPPING); in px_dma_vapfn() 594 ret = DDI_DMA_NOMAPPING; /* mixed mode */ in px_dma_pfn() 1152 return (DDI_DMA_NOMAPPING); in px_dma_physwin() 1154 return (DDI_DMA_NOMAPPING); in px_dma_physwin() 1159 return (DDI_DMA_NOMAPPING); in px_dma_physwin() 1177 return (DDI_DMA_NOMAPPING); in px_dma_physwin() [all …]
|
H A D | px_fdvma.c | 183 return (DDI_DMA_NOMAPPING); in px_fdvma_reserve()
|
H A D | px.c | 852 if (mp == (ddi_dma_impl_t *)DDI_DMA_NOMAPPING) in px_dma_setup() 853 return (DDI_DMA_NOMAPPING); in px_dma_setup()
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_page_tables.c | 262 return (DDI_DMA_NOMAPPING); in amd_iommu_get_deviceid() 280 return (DDI_DMA_NOMAPPING); in amd_iommu_get_deviceid() 289 return (DDI_DMA_NOMAPPING); in amd_iommu_get_deviceid() 302 return (DDI_DMA_NOMAPPING); in amd_iommu_get_deviceid() 312 return (DDI_DMA_NOMAPPING); in amd_iommu_get_deviceid() 503 return (DDI_DMA_NOMAPPING); in amd_iommu_set_devtbl_entry() 807 return (err == DDI_DMA_NORESOURCES ? err : DDI_DMA_NOMAPPING); in amd_iommu_alloc_pgtable() 854 return (err == DDI_DMA_PARTIAL_MAP ? DDI_DMA_NOMAPPING : in amd_iommu_alloc_pgtable() 872 return (DDI_DMA_NOMAPPING); in amd_iommu_alloc_pgtable() 1424 case DDI_DMA_NOMAPPING: in cvt_bind_error() [all …]
|
H A D | amd_iommu_impl.c | 1619 int dma_error = DDI_DMA_NOMAPPING; in amd_iommu_bindhdl()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_dma.c | 373 return ((ddi_dma_impl_t *)DDI_DMA_NOMAPPING); in pci_dma_lmts2hdl() 619 return (DDI_DMA_NOMAPPING); in pci_dma_type() 624 return (DDI_DMA_NOMAPPING); in pci_dma_type() 633 return (DDI_DMA_NOMAPPING); in pci_dma_type() 749 return (DDI_DMA_NOMAPPING); in pci_dma_vapfn() 801 ret = DDI_DMA_NOMAPPING; /* mixed mode */ in pci_dma_pfn() 1346 return (DDI_DMA_NOMAPPING); in pci_dma_physwin() 1348 return (DDI_DMA_NOMAPPING); in pci_dma_physwin() 1353 return (DDI_DMA_NOMAPPING); in pci_dma_physwin() 1376 ret = DDI_DMA_NOMAPPING; in pci_dma_physwin() [all …]
|
H A D | pci_fdvma.c | 231 return (DDI_DMA_NOMAPPING); in pci_fdvma_reserve()
|
H A D | pci.c | 585 if (mp == (ddi_dma_impl_t *)DDI_DMA_NOMAPPING) in pci_dma_setup() 586 return (DDI_DMA_NOMAPPING); in pci_dma_setup()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | iommu.c | 521 rval = DDI_DMA_NOMAPPING; in iommu_create_vaddr_mappings() 916 rval = DDI_DMA_NOMAPPING; in iommu_dma_bindhdl() 932 rval = DDI_DMA_NOMAPPING; in iommu_dma_bindhdl() 1058 rval = DDI_DMA_NOMAPPING; in iommu_dma_bindhdl() 1074 if (rval == DDI_DMA_NOMAPPING) in iommu_dma_bindhdl() 1078 if (rval == DDI_DMA_NOMAPPING) in iommu_dma_bindhdl() 1383 return (DDI_DMA_NOMAPPING); in iommu_dma_mctl()
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_dma.c | 135 case DDI_DMA_NOMAPPING: in sfxge_dma_buffer_create()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ddidmareq.h | 621 #define DDI_DMA_NOMAPPING -2 macro
|
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_dma.c | 115 case DDI_DMA_NOMAPPING: in ghd_dma_buf_bind_attr()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_utils.c | 90 case DDI_DMA_NOMAPPING: in vmxnet3_dmaerr2errno()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.c | 116 case DDI_DMA_NOMAPPING: in i40e_allocate_dma_mem()
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxsnd.c | 82 return (DDI_DMA_NOMAPPING); in bnx_xmit_frag_map() 106 return (DDI_DMA_NOMAPPING); in bnx_xmit_frag_map()
|
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_mem.c | 601 case DDI_DMA_NOMAPPING: in cpqary3_alloc_phyctgs_mem()
|
H A D | cpqary3_transport.c | 472 case DDI_DMA_NOMAPPING: in cpqary3_dma_alloc()
|
/illumos-gate/usr/src/uts/sun4v/io/niumx/ |
H A D | niumx.c | 756 ret = DDI_DMA_NOMAPPING; in niumx_dma_bindhdl() 762 ret = DDI_DMA_NOMAPPING; in niumx_dma_bindhdl()
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_resource.c | 197 case DDI_DMA_NOMAPPING: in scsi_dma_buf_bind_attr()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 2197 e = DDI_DMA_NOMAPPING; in rootnex_coredma_bindhdl() 3898 return (DDI_DMA_NOMAPPING); in rootnex_sgllen_window_boundary() 4065 return (DDI_DMA_NOMAPPING); in rootnex_copybuf_window_boundary()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_hba.c | 562 case DDI_DMA_NOMAPPING: in pqi_init_pkt()
|
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_lib4v.c | 552 return ((ret == H_ENOMAP) ? DDI_DMA_NOMAPPING:DDI_FAILURE); in px_lib_iommu_getmap()
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 1097 case DDI_DMA_NOMAPPING: in xgell_ring_tx()
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_lib4u.c | 567 return ((ret == H_ENOMAP) ? DDI_DMA_NOMAPPING:DDI_FAILURE); in px_lib_iommu_getmap()
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 1579 case DDI_DMA_NOMAPPING: in scsa1394_cmd_buf_dma_alloc()
|