Home
last modified time | relevance | path

Searched refs:DDI_DMA_READ (Results 1 – 25 of 102) sorted by relevance

12345

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c297 DDI_DMA_READ | DDI_DMA_CONSISTENT, cb, NULL, in emlxs_pkt_alloc()
303 DDI_DMA_READ | DDI_DMA_CONSISTENT, cb, NULL, in emlxs_pkt_alloc()
357 DDI_DMA_READ | DDI_DMA_WRITE | DDI_DMA_CONSISTENT, cb, in emlxs_pkt_alloc()
363 DDI_DMA_READ | DDI_DMA_WRITE | DDI_DMA_CONSISTENT, cb, in emlxs_pkt_alloc()
/titanic_41/usr/src/uts/common/sys/
H A Dddidmareq.h524 #define DDI_DMA_READ 0x0002 /* Direction IO --> memory */ macro
525 #define DDI_DMA_RDWR (DDI_DMA_READ | DDI_DMA_WRITE)
/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_scsa.c76 (gcmdp->cmd_dma_flags & DDI_DMA_READ) ? in ghd_tran_sync_pkt()
228 dma_flags = DDI_DMA_READ; in ghd_tran_init_pkt_attr()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h47 (((flags & DDI_DMA_READ) ? PCI_MAP_ATTR_WRITE : 0) | \
H A Dpx_fdvma.c199 mp->dmai_rflags = DMP_BYPASSNEXUS | DDI_DMA_READ | DMP_NOSYNC; in px_fdvma_reserve()
/titanic_41/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c126 DDI_DMA_READ | DDI_DMA_STREAMING, NULL, NULL, &cookie, &ccount); in rxbuf_ctor()
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h73 ((mp->dmai_rflags & DDI_DMA_READ) ? COMMON_IOMMU_TTE_W : 0) | \
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c424 dma_flags |= DDI_DMA_READ; in scsi_init_cache_pkt()
729 (pkt->pkt_dma_flags & (DDI_DMA_WRITE | DDI_DMA_READ))) { in scsi_sync_cache_pkt()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c252 mp->dmai_rflags |= DDI_DMA_READ; in pci_fdvma_reserve()
H A Dpci_dma.c181 if (!(dev_flag & DDI_DMA_READ) || in pci_dma_sync()
203 if ((dev_flag & DDI_DMA_READ) && in pci_dma_sync()
/titanic_41/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h369 flags = DDI_DMA_READ; in xge_os_dma_map()
/titanic_41/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c842 DDI_DMA_READ | DDI_DMA_CONSISTENT, in amd_iommu_alloc_pgtable()
1023 if (W == 0 && ((dmareq->dmar_flags & DDI_DMA_READ) || in init_pte()
1049 if (dmareq->dmar_flags & DDI_DMA_READ) { in init_pte()
/titanic_41/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c385 err = ipw2200_dma_region_alloc(sc, &dr[cnt], MAX_DR_SIZE, DDI_DMA_READ, in ipw2200_load_fw()
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia97/
H A Daudiovia97.c330 dir = DDI_DMA_READ; in via97_alloc_port()
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c386 dir = DDI_DMA_READ; in auvia_alloc_port()
/titanic_41/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c390 dir = DDI_DMA_READ; in p16x_alloc_port()
/titanic_41/usr/src/uts/common/io/
H A Dfdc.c1142 dmar_flags = DDI_DMA_READ; in fdrw()
1222 if (dmar_flags & DDI_DMA_READ) { in fdrw()
1429 dmar_flags = DDI_DMA_READ; in fdrawioctl()
1538 if (dmar_flags & DDI_DMA_READ) { in fdrawioctl()
H A Decpp.c2951 ASSERT(pp->dma_dir == DDI_DMA_READ || pp->dma_dir == DDI_DMA_WRITE); in ecpp_setup_dma_resources()
4490 pp->dma_dir = DDI_DMA_READ; in ecp_peripheral2host()
5672 if (pp->dma_dir == DDI_DMA_READ) { in cheerio_dma_start()
5952 if (pp->dma_dir == DDI_DMA_READ) { in dma8237_dma_start()
6003 if (pp->dma_dir == DDI_DMA_READ && *countp > 0) { in dma8237_dma_stop()
6022 (pp->dma_dir & DDI_DMA_READ) ? DMAE_CMD_READ : DMAE_CMD_WRITE; in x86_dma_start()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c677 DDI_DMA_READ | DDI_DMA_STREAMING, in BnxeRxBufAlloc()
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_main.c548 DDI_DMA_READ | DDI_DMA_STREAMING, pbuf); in rge_init_recv_ring()
614 DDI_DMA_READ | DDI_DMA_STREAMING, pbuf); in rge_init_buf_ring()
/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme.c744 DDI_DMA_READ, &nvme->n_prp_dma_attr) != DDI_SUCCESS) { in nvme_prp_dma_constructor()
829 DDI_DMA_READ, &qp->nq_cqdma) != DDI_SUCCESS) in nvme_alloc_qpair()
1701 DDI_DMA_READ, &nvme->n_prp_dma_attr, &cmd->nc_dma) != DDI_SUCCESS) { in nvme_get_logpage()
1757 if (nvme_zalloc_dma(nvme, NVME_IDENTIFY_BUFSIZE, DDI_DMA_READ, in nvme_identify()
1912 if (nvme_zalloc_dma(nvme, *bufsize, DDI_DMA_READ, in nvme_get_features()
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c529 dma_dir = (icp->ic_dir == AV1394_IR) ? DDI_DMA_READ : DDI_DMA_WRITE; in av1394_ic_dma_setup()
/titanic_41/usr/src/uts/common/io/audio/drv/audioixp/
H A Daudioixp.c704 dir = DDI_DMA_READ; in audioixp_alloc_port()
/titanic_41/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c848 dir = DDI_DMA_READ; in audio1575_alloc_port()
/titanic_41/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.c1062 dir = DDI_DMA_READ; in audio810_alloc_port()

12345