Symbol: DDI_DMA_STREAMING
usr/src/uts/common/crypto/io/dca.c
1668
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &reqp->dr_ibuf_kaddr,
usr/src/uts/common/crypto/io/dca.c
1678
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &reqp->dr_obuf_kaddr,
usr/src/uts/common/crypto/io/dca.c
1690
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/crypto/io/dca.c
1701
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/crypto/io/dca.c
1856
flags = DDI_DMA_WRITE | DDI_DMA_STREAMING;
usr/src/uts/common/crypto/io/dca.c
1896
flags = DDI_DMA_READ | DDI_DMA_STREAMING;
usr/src/uts/common/crypto/io/viorand.c
523
&viorand_dma_attr, DDI_DMA_READ | DDI_DMA_STREAMING, KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_buf.c
120
&drvinfo->di_buf_attr, DDI_DMA_STREAMING, DDI_DMA_SLEEP,
usr/src/uts/common/io/1394/adapters/hci1394_buf.c
130
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &info->bi_cookie,
usr/src/uts/common/io/1394/targets/dcam1394/dcam_ring_buff.c
104
DDI_DMA_STREAMING,
usr/src/uts/common/io/1394/targets/dcam1394/dcam_ring_buff.c
133
DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/1394/targets/scsa1394/sbp2_bus.c
336
buf->bb_flags & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT),
usr/src/uts/common/io/aac/aac.c
5220
&softs->acc_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/afe/afe.c
1568
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &txb->txb_buf, &len,
usr/src/uts/common/io/afe/afe.c
1573
len, DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/afe/afe.c
1612
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &rxb->rxb_buf, &len,
usr/src/uts/common/io/afe/afe.c
1619
DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dmac,
usr/src/uts/common/io/arn/arn_main.c
371
buflen, &arn_desc_accattr, DDI_DMA_STREAMING,
usr/src/uts/common/io/arn/arn_main.c
478
ATH_RXBUF, DDI_DMA_READ | DDI_DMA_STREAMING, sc->rx_dmabuf_size);
usr/src/uts/common/io/arn/arn_main.c
486
ATH_TXBUF, DDI_DMA_STREAMING, sc->tx_dmabuf_size);
usr/src/uts/common/io/arn/arn_main.c
495
ATH_BCBUF, DDI_DMA_STREAMING);
usr/src/uts/common/io/atge/atge_main.c
1546
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dma->addr,
usr/src/uts/common/io/ath/ath_main.c
404
asc->asc_dmabuf_size, &ath_desc_accattr, DDI_DMA_STREAMING,
usr/src/uts/common/io/ath/ath_main.c
494
ATH_RXBUF, DDI_DMA_READ | DDI_DMA_STREAMING);
usr/src/uts/common/io/ath/ath_main.c
502
ATH_TXBUF, DDI_DMA_STREAMING);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
2332
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
2496
DDI_DMA_WRITE | DDI_DMA_STREAMING);
usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
2506
DDI_DMA_READ | DDI_DMA_STREAMING);
usr/src/uts/common/io/bfe/bfe.c
2598
r->r_buf_len, &bfe_buf_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/bfe/bfe.c
2612
(DDI_DMA_RDWR | DDI_DMA_STREAMING),
usr/src/uts/common/io/bge/bge_impl.h
153
#define BGE_DMA_MODE DDI_DMA_STREAMING
usr/src/uts/common/io/blkdev/blkdev.c
1065
dir |= DDI_DMA_STREAMING | DDI_DMA_PARTIAL;
usr/src/uts/common/io/bnx/bnxrcv.c
83
&bnxAccessAttribBUF, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/bnx/bnxrcv.c
93
DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL,
usr/src/uts/common/io/bnx/bnxsnd.c
364
DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, (void *)0,
usr/src/uts/common/io/bnx/bnxsnd.c
375
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, (void *)0,
usr/src/uts/common/io/bnx/bnxsnd.c
87
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL,
usr/src/uts/common/io/bnxe/bnxe_rx.c
661
DDI_DMA_STREAMING,
usr/src/uts/common/io/bnxe/bnxe_rx.c
677
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1122
DDI_DMA_STREAMING,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1139
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/bnxe/bnxe_tx.c
331
(DDI_DMA_WRITE | DDI_DMA_STREAMING),
usr/src/uts/common/io/chxge/ch.c
1137
DDI_DMA_WRITE|DDI_DMA_STREAMING,
usr/src/uts/common/io/chxge/ch.c
898
mapping = (flags&DMA_STREAM)?DDI_DMA_STREAMING:DDI_DMA_CONSISTENT;
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
152
DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0, (caddr_t *)&addr,
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
159
(caddr_t)addr, total_mem, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/comstar/port/qlt/qlt_dma.c
702
DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1730
flags & DDI_DMA_CONSISTENT ? DDI_DMA_CONSISTENT : DDI_DMA_STREAMING,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1798
return (alloc_dma_memory(sc, len, DDI_DMA_STREAMING | DDI_DMA_WRITE,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2302
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL, &cookie,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3717
DDI_DMA_STREAMING, callback, 0, &rxb->va, &real_len, &rxb->ahdl);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3724
DDI_DMA_READ | DDI_DMA_STREAMING, NULL, NULL, &cookie, &ccount);
usr/src/uts/common/io/dmfe/dmfe_main.c
110
#define DMFE_DMA_MODE DDI_DMA_STREAMING
usr/src/uts/common/io/dmfe/dmfe_main.c
2270
attr_p, dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/e1000g/e1000g_alloc.c
1053
&e1000g_buf_acc_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/e1000g/e1000g_alloc.c
878
size, &e1000g_buf_acc_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/e1000g/e1000g_alloc.c
898
len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/e1000g/e1000g_alloc.c
991
len, DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/e1000g/e1000g_tx.c
1372
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/efe/efe.c
1242
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &bp->b_kaddr, &rlen,
usr/src/uts/common/io/efe/efe.c
1249
len, DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/elxl/elxl.c
402
DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL, &ed->ed_buf,
usr/src/uts/common/io/elxl/elxl.c
411
ed->ed_buf, len, dir | DDI_DMA_STREAMING,
usr/src/uts/common/io/ena/ena_dma.c
122
conf->edc_stream ? DDI_DMA_STREAMING : DDI_DMA_CONSISTENT;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
87
size, (DDI_DMA_RDWR|DDI_DMA_STREAMING));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
213
wq, buf_size, DDI_DMA_STREAMING);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
524
pkt_len, DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1482
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1632
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3785
dma_flags & (DDI_DMA_CONSISTENT|DDI_DMA_STREAMING),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3866
dma_flags & (DDI_DMA_CONSISTENT|DDI_DMA_STREAMING),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5460
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/hme/hme.c
2827
&hme_buf_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL,
usr/src/uts/common/io/hxge/hxge_main.c
1792
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/hxge/hxge_main.c
2089
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/hxge/hxge_send.c
438
dma_flags |= DDI_DMA_STREAMING;
usr/src/uts/common/io/i40e/i40e_osdep.c
80
&i40e->i40e_buf_acc_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/i40e/i40e_osdep.c
97
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL,
usr/src/uts/common/io/i40e/i40e_transceiver.c
2066
dmaflags = DDI_DMA_WRITE | DDI_DMA_STREAMING;
usr/src/uts/common/io/i40e/i40e_transceiver.c
614
flags = DDI_DMA_STREAMING;
usr/src/uts/common/io/ib/adapters/tavor/tavor_cfg.c
360
cp->cp_streaming_consistent = DDI_DMA_STREAMING;
usr/src/uts/common/io/ib/adapters/tavor/tavor_cq.c
223
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_cq.c
597
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_event.c
925
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
2322
DDI_DMA_STREAMING : DDI_DMA_CONSISTENT;
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
2336
dma_xfer_mode == DDI_DMA_STREAMING &&
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
433
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
860
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_srq.c
272
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/ib/adapters/tavor/tavor_srq.c
713
if (dma_xfer_mode == DDI_DMA_STREAMING) {
usr/src/uts/common/io/igb/igb_buf.c
583
size, &igb_buf_acc_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/igb/igb_buf.c
601
len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/igb/igb_tx.c
549
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/igc/igc_ring.c
1273
(void *)mp->b_rptr, len, DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/igc/igc_ring.c
246
uint_t flags = DDI_DMA_STREAMING;
usr/src/uts/common/io/ipw/ipw2100.c
1466
IPW2100_TXBUF_SIZE, DDI_DMA_WRITE, DDI_DMA_STREAMING);
usr/src/uts/common/io/ipw/ipw2100.c
1489
IPW2100_RXBUF_SIZE, DDI_DMA_READ, DDI_DMA_STREAMING);
usr/src/uts/common/io/iwh/iwh.c
1135
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/iwh/iwh.c
1466
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/iwh/iwh.c
1640
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/iwi/ipw2200.c
1400
IPW2200_TXBUF_SIZE, DDI_DMA_WRITE, DDI_DMA_STREAMING);
usr/src/uts/common/io/iwi/ipw2200.c
1415
IPW2200_RXBUF_SIZE, DDI_DMA_READ, DDI_DMA_STREAMING);
usr/src/uts/common/io/iwi/ipw2200_hw.c
386
DDI_DMA_STREAMING);
usr/src/uts/common/io/iwi/ipw2200_hw.c
418
DDI_DMA_STREAMING);
usr/src/uts/common/io/iwk/iwk2.c
1262
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/iwk/iwk2.c
1397
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/iwk/iwk2.c
998
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/iwn/if_iwn.c
1771
flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING), DDI_DMA_SLEEP, 0,
usr/src/uts/common/io/iwp/iwp.c
1047
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/iwp/iwp.c
1410
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/iwp/iwp.c
1583
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
577
size, &ixgbe_buf_acc_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/ixgbe/ixgbe_buf.c
595
len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
504
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3024
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/mega_sas/megaraid_sas.c
3036
obj->size, DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP,
usr/src/uts/common/io/mlxcx/mlxcx_dma.c
313
uint_t flags = DDI_DMA_STREAMING;
usr/src/uts/common/io/mlxcx/mlxcx_dma.c
409
uint_t flags = DDI_DMA_STREAMING;
usr/src/uts/common/io/mr_sas/mr_sas.c
4735
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/mr_sas/mr_sas.c
4747
obj->size, DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP,
usr/src/uts/common/io/mwl/mwl.c
509
DDI_DMA_STREAMING,
usr/src/uts/common/io/mwl/mwl.c
510
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/mwl/mwl.c
593
DDI_DMA_STREAMING,
usr/src/uts/common/io/mwl/mwl.c
594
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/mxfe/mxfe.c
1914
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &txb->txb_buf,
usr/src/uts/common/io/mxfe/mxfe.c
1919
len, DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/mxfe/mxfe.c
1958
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/mxfe/mxfe.c
1965
DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dmac,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1469
DDI_DMA_STREAMING, DDI_DMA_RDWR|DDI_DMA_STREAMING,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3496
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4628
&myri10ge_dev_access_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4629
DDI_DMA_WRITE|DDI_DMA_STREAMING, &dma, 0, DDI_DMA_DONTWAIT);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
566
&myri10ge_dev_access_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
572
real_length, DDI_DMA_READ|DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
939
&myri10ge_dev_access_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
940
DDI_DMA_WRITE|DDI_DMA_STREAMING, &ss->tx.cp[h].dma, 1,
usr/src/uts/common/io/nge/nge.h
143
#define NGE_DMA_MODE DDI_DMA_STREAMING
usr/src/uts/common/io/nge/nge_main.c
318
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/nge/nge_tx.c
485
DDI_DMA_STREAMING | DDI_DMA_WRITE,
usr/src/uts/common/io/ntxn/unm_gem.c
484
dma_flag & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT),
usr/src/uts/common/io/ntxn/unm_gem.c
558
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/ntxn/unm_gem.c
649
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/ntxn/unm_nic_main.c
150
dma_flags & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT),
usr/src/uts/common/io/ntxn/unm_nic_main.c
920
DDI_DMA_STREAMING | DDI_DMA_WRITE,
usr/src/uts/common/io/nxge/nxge_main.c
2673
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/nxge/nxge_main.c
3143
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/nxge/nxge_send.c
635
dma_flags |= DDI_DMA_STREAMING;
usr/src/uts/common/io/pcn/pcn.c
1557
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &buf->pb_buf, &len,
usr/src/uts/common/io/pcn/pcn.c
1564
DDI_DMA_READ | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL, &dmac,
usr/src/uts/common/io/qede/qede_fp.c
1152
DDI_DMA_STREAMING | DDI_DMA_WRITE,
usr/src/uts/common/io/qede/qede_main.c
2311
DDI_DMA_READ | DDI_DMA_STREAMING | DDI_DMA_CONSISTENT,
usr/src/uts/common/io/qede/qede_main.c
2563
DDI_DMA_READ | DDI_DMA_STREAMING | DDI_DMA_CONSISTENT,
usr/src/uts/common/io/qede/qede_main.c
2771
(DDI_DMA_RDWR | DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/ral/rt2560.c
596
DDI_DMA_STREAMING, DDI_DMA_WRITE | DDI_DMA_STREAMING);
usr/src/uts/common/io/ral/rt2560.c
722
DDI_DMA_STREAMING, DDI_DMA_READ | DDI_DMA_STREAMING);
usr/src/uts/common/io/rge/rge_main.c
155
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/rge/rge_main.c
500
DDI_DMA_WRITE | DDI_DMA_STREAMING, pbuf);
usr/src/uts/common/io/rge/rge_main.c
548
DDI_DMA_READ | DDI_DMA_STREAMING, pbuf);
usr/src/uts/common/io/rge/rge_main.c
614
DDI_DMA_READ | DDI_DMA_STREAMING, pbuf);
usr/src/uts/common/io/rtls/rtls.c
1504
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/rtls/rtls.c
1575
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/rtls/rtls.c
1590
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/rtw/rtw.c
1267
DDI_DMA_STREAMING,
usr/src/uts/common/io/rtw/rtw.c
1268
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/rtw/rtw.c
1296
DDI_DMA_STREAMING, DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/rwn/rt2860.c
862
DDI_DMA_STREAMING,
usr/src/uts/common/io/rwn/rt2860.c
863
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/sata/impl/sata.c
14255
DDI_DMA_STREAMING,
usr/src/uts/common/io/scsi/targets/st.c
16164
DDI_DMA_STREAMING, dma_alloc_cb, NULL,
usr/src/uts/common/io/sfe/sfe_util.c
547
? DDI_DMA_CONSISTENT : DDI_DMA_STREAMING,
usr/src/uts/common/io/sfe/sfe_util.c
567
:(DDI_DMA_READ | DDI_DMA_STREAMING)),
usr/src/uts/common/io/sfe/sfe_util.c
718
DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/common/io/sfe/sfe_util.c
731
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/sfxge/sfxge_rx.c
632
&sfxge_rx_packet_devacc, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT,
usr/src/uts/common/io/sfxge/sfxge_rx.c
655
base, size, DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/sfxge/sfxge_tx.c
172
dma_attr.sdba_memflags = DDI_DMA_STREAMING;
usr/src/uts/common/io/sfxge/sfxge_tx.c
174
dma_attr.sdba_bindflags = DDI_DMA_WRITE | DDI_DMA_STREAMING;
usr/src/uts/common/io/sfxge/sfxge_tx.c
701
stmp->stm_base, stmp->stm_size, DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/vioif/vioif.c
1184
DDI_DMA_WRITE | DDI_DMA_STREAMING, KM_SLEEP) !=
usr/src/uts/common/io/vioif/vioif.c
551
DDI_DMA_STREAMING | DDI_DMA_WRITE, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/vioif/vioif.c
576
DDI_DMA_STREAMING | DDI_DMA_RDWR, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/vioif/vioif.c
598
VIOIF_RX_BUF_SIZE, &attr, DDI_DMA_STREAMING | DDI_DMA_READ,
usr/src/uts/common/io/vioscsi/vioscsi.c
1377
DDI_DMA_STREAMING | DDI_DMA_READ, KM_SLEEP);
usr/src/uts/common/io/vioscsi/vioscsi.c
540
&virtio_dma_attr, DDI_DMA_STREAMING | DDI_DMA_READ | DDI_DMA_WRITE,
usr/src/uts/common/io/virtio/virtio_dma.c
148
dmaflags & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT),
usr/src/uts/common/io/vr/vr.c
1054
DDI_DMA_STREAMING | DDI_DMA_WRITE);
usr/src/uts/common/io/vr/vr.c
1127
DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/io/vr/vr.c
977
DDI_DMA_STREAMING | DDI_DMA_READ);
usr/src/uts/common/io/wpi/wpi.c
1092
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/io/wpi/wpi.c
807
dma_flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING),
usr/src/uts/common/io/wpi/wpi.c
977
DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/xge/drv/xge_osdep.h
265
DDI_DMA_CONSISTENT : DDI_DMA_STREAMING), DDI_DMA_DONTWAIT, 0,
usr/src/uts/common/io/xge/drv/xge_osdep.h
379
DDI_DMA_CONSISTENT : DDI_DMA_STREAMING;
usr/src/uts/common/io/xge/drv/xgell.c
1081
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0,
usr/src/uts/common/io/xge/drv/xgell.c
333
sizeof (xgell_rx_buffer_t), p_xge_dev_attr, DDI_DMA_STREAMING,
usr/src/uts/common/io/xge/drv/xgell.c
349
bf_pool->size, DDI_DMA_READ | DDI_DMA_STREAMING,
usr/src/uts/common/io/yge/yge.c
1537
sflag = flag & (DDI_DMA_STREAMING | DDI_DMA_CONSISTENT);
usr/src/uts/common/io/yge/yge.c
1612
DDI_DMA_STREAMING | DDI_DMA_WRITE);
usr/src/uts/common/io/yge/yge.c
1629
DDI_DMA_STREAMING | DDI_DMA_READ);
usr/src/uts/common/os/sunddi.c
6925
xfermodes = flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING);
usr/src/uts/common/os/sunddi.c
6927
xfermodes = DDI_DMA_STREAMING;
usr/src/uts/common/xen/io/xdf.c
415
DDI_DMA_STREAMING | DDI_DMA_PARTIAL;
usr/src/uts/common/xen/io/xdf.c
496
DDI_DMA_STREAMING, xdf_dmacallback, (caddr_t)vdp,
usr/src/uts/common/xen/io/xnb.c
1287
DDI_DMA_STREAMING, 0, 0, &txp->xt_buf, &len,
usr/src/uts/common/xen/io/xnb.c
1292
len, DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0,
usr/src/uts/common/xen/io/xnf.c
1785
DDI_DMA_WRITE | DDI_DMA_STREAMING,
usr/src/uts/common/xen/io/xnf.c
2728
PAGESIZE, &data_accattr, DDI_DMA_STREAMING, ddiflags, 0,
usr/src/uts/common/xen/io/xnf.c
2734
bdesc->buf, len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
969
pRing->trunk_sz, &pcn_acc_attr, DDI_DMA_STREAMING,
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
984
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, NULL,
usr/src/uts/intel/io/dnet/dnet.c
1362
DDI_DMA_WRITE | DDI_DMA_STREAMING, DDI_DMA_SLEEP, 0,
usr/src/uts/intel/io/dnet/dnet.c
2194
SETUPBUF_SIZE, &accattr, DDI_DMA_STREAMING,
usr/src/uts/intel/io/dnet/dnet.c
2201
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP,
usr/src/uts/intel/io/dnet/dnet.c
2213
&accattr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0,
usr/src/uts/intel/io/dnet/dnet.c
2221
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP,
usr/src/uts/intel/io/dnet/dnet.c
2239
&accattr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0,
usr/src/uts/intel/io/dnet/dnet.c
2247
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_SLEEP,
usr/src/uts/intel/io/dnet/dnet.c
2579
DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0,
usr/src/uts/intel/io/dnet/dnet.c
2585
rp->rbuf_vaddr, len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/intel/io/dnet/dnet.c
2677
DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, 0,
usr/src/uts/intel/io/dnet/dnet.c
2683
rp->rbuf_vaddr, len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/intel/io/fdc.c
1174
dmar_flags |= (DDI_DMA_STREAMING | DDI_DMA_PARTIAL);
usr/src/uts/intel/io/fdc.c
1328
fmdatlen, DDI_DMA_WRITE | DDI_DMA_STREAMING | DDI_DMA_PARTIAL,
usr/src/uts/intel/io/fdc.c
1489
dmar_flags |= (DDI_DMA_STREAMING | DDI_DMA_PARTIAL);
usr/src/uts/intel/io/vmxnet3s/vmxnet3_tx.c
189
DDI_DMA_RDWR | DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, NULL,
usr/src/uts/intel/io/vmxnet3s/vmxnet3_utils.c
140
dma->bufLen, DDI_DMA_RDWR | DDI_DMA_STREAMING, cb, NULL, &cookie,
usr/src/uts/sun/io/fd.c
2706
&attr, DDI_DMA_STREAMING,
usr/src/uts/sun/io/fd.c
2795
&attr, DDI_DMA_STREAMING,
usr/src/uts/sun/io/fd.c
3020
&attr, DDI_DMA_STREAMING,
usr/src/uts/sun/io/fd.c
5538
&attr, DDI_DMA_STREAMING,
usr/src/uts/sun4/os/ddi_impl.c
1188
streaming = (flags & DDI_DMA_STREAMING) ? 1 : 0;
usr/src/uts/sun4/os/dvma.c
72
dmareq.dmar_flags = DDI_DMA_RDWR | DDI_DMA_STREAMING;