Home
last modified time | relevance | path

Searched refs:DDI_DMA_STREAMING (Results 26 – 50 of 101) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c1568 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &txb->txb_buf, &len, in afe_alloctxbuf()
1573 len, DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, in afe_alloctxbuf()
1612 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &rxb->rxb_buf, &len, in afe_allocrxbuf()
1619 DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dmac, in afe_allocrxbuf()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c484 dma_flag & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT), in unm_alloc_dma_mem()
558 DDI_DMA_WRITE | DDI_DMA_STREAMING, in unm_alloc_tx_buffers()
649 DDI_DMA_READ | DDI_DMA_STREAMING, in unm_create_rx_ring()
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c1516 dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING), in rtls_alloc_dma_mem()
1587 DDI_DMA_WRITE | DDI_DMA_STREAMING, in rtls_alloc_bufs()
1602 DDI_DMA_READ | DDI_DMA_STREAMING, in rtls_alloc_bufs()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c189 DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL, in vmxnet3_tx_one()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c224 if (dma_xfer_mode == DDI_DMA_STREAMING) { in tavor_cq_alloc()
598 if (dma_xfer_mode == DDI_DMA_STREAMING) { in tavor_cq_resize()
H A Dtavor_cfg.c360 cp->cp_streaming_consistent = DDI_DMA_STREAMING; in tavor_cfg_profile_init_phase1()
H A Dtavor_qp.c433 if (dma_xfer_mode == DDI_DMA_STREAMING) { in tavor_qp_alloc()
860 if (dma_xfer_mode == DDI_DMA_STREAMING) { in tavor_special_qp_alloc()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c336 buf->bb_flags & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT), in scsa1394_bus_alloc_buf_phys()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dviorand.c517 &viorand_dma_attr, DDI_DMA_READ | DDI_DMA_STREAMING, KM_SLEEP); in viorand_generate_random()
H A Ddca.c1677 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &reqp->dr_ibuf_kaddr, in dca_newreq()
1687 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &reqp->dr_obuf_kaddr, in dca_newreq()
1699 DDI_DMA_WRITE | DDI_DMA_STREAMING, in dca_newreq()
1710 DDI_DMA_READ | DDI_DMA_STREAMING, in dca_newreq()
1865 flags = DDI_DMA_WRITE | DDI_DMA_STREAMING; in dca_bindchains()
1905 flags = DDI_DMA_READ | DDI_DMA_STREAMING; in dca_bindchains()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1914 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &txb->txb_buf, in mxfe_alloctxbuf()
1919 len, DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, in mxfe_alloctxbuf()
1958 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, in mxfe_allocrxbuf()
1965 DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dmac, in mxfe_allocrxbuf()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c596 DDI_DMA_STREAMING, DDI_DMA_WRITE | DDI_DMA_STREAMING); in rt2560_alloc_tx_ring()
722 DDI_DMA_STREAMING, DDI_DMA_READ | DDI_DMA_STREAMING); in rt2560_alloc_rx_ring()
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c533 &virtio_dma_attr, DDI_DMA_STREAMING | DDI_DMA_READ | DDI_DMA_WRITE, in vioscsi_req_init()
1286 DDI_DMA_STREAMING | DDI_DMA_READ, KM_SLEEP); in vioscsi_attach()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c566 &myri10ge_dev_access_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, in myri10ge_add_jbuf()
572 real_length, DDI_DMA_READ|DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, in myri10ge_add_jbuf()
939 &myri10ge_dev_access_attr, DDI_DMA_STREAMING, in myri10ge_prepare_tx_ring()
940 DDI_DMA_WRITE|DDI_DMA_STREAMING, &ss->tx.cp[h].dma, 1, in myri10ge_prepare_tx_ring()
1469 DDI_DMA_STREAMING, DDI_DMA_RDWR|DDI_DMA_STREAMING, in myri10ge_dma_test()
3496 DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, in myri10ge_send()
4628 &myri10ge_dev_access_attr, DDI_DMA_STREAMING, in myri10ge_test_physical()
4629 DDI_DMA_WRITE|DDI_DMA_STREAMING, &dma, 0, DDI_DMA_DONTWAIT); in myri10ge_test_physical()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c371 buflen, &arn_desc_accattr, DDI_DMA_STREAMING, in arn_buflist_setup()
478 ATH_RXBUF, DDI_DMA_READ | DDI_DMA_STREAMING, sc->rx_dmabuf_size); in arn_desc_alloc()
486 ATH_TXBUF, DDI_DMA_STREAMING, sc->tx_dmabuf_size); in arn_desc_alloc()
495 ATH_BCBUF, DDI_DMA_STREAMING); in arn_desc_alloc()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c404 asc->asc_dmabuf_size, &ath_desc_accattr, DDI_DMA_STREAMING, in ath_buflist_setup()
494 ATH_RXBUF, DDI_DMA_READ | DDI_DMA_STREAMING); in ath_desc_alloc()
502 ATH_TXBUF, DDI_DMA_STREAMING); in ath_desc_alloc()
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c1242 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &bp->b_kaddr, &rlen, in efe_buf_alloc()
1249 len, DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, in efe_buf_alloc()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h143 #define NGE_DMA_MODE DDI_DMA_STREAMING
H A Dnge_tx.c488 DDI_DMA_STREAMING | DDI_DMA_WRITE, in nge_send_mapped()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c97 size, (DDI_DMA_RDWR|DDI_DMA_STREAMING)); in oce_rqb_cache_create()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1267 DDI_DMA_STREAMING, in rtw_dma_init()
1268 DDI_DMA_WRITE | DDI_DMA_STREAMING, in rtw_dma_init()
1296 DDI_DMA_STREAMING, DDI_DMA_READ | DDI_DMA_STREAMING, in rtw_dma_init()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c333 sizeof (xgell_rx_buffer_t), p_xge_dev_attr, DDI_DMA_STREAMING, in xgell_rx_buffer_alloc()
349 bf_pool->size, DDI_DMA_READ | DDI_DMA_STREAMING, in xgell_rx_buffer_alloc()
1082 DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0, in xgell_ring_tx()
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c1557 DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &buf->pb_buf, &len, in pcn_allocbuf()
1564 DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dmac, in pcn_allocbuf()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c898 mapping = (flags&DMA_STREAM)?DDI_DMA_STREAMING:DDI_DMA_CONSISTENT; in ch_alloc_dma_mem()
1137 DDI_DMA_WRITE|DDI_DMA_STREAMING, in ch_bind_dma_handle()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c246 uint_t flags = DDI_DMA_STREAMING; in igc_dma_alloc()
1273 (void *)mp->b_rptr, len, DDI_DMA_WRITE | DDI_DMA_STREAMING, in igc_tx_ring_bind()

12345