HomeSort by relevance Sort by last modified time
    Searched refs:dma_hdl (Results 1 - 25 of 60) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_pci.c 234 DDI_DMA_SLEEP, NULL, &dmah->dma_hdl)) {
239 if (ret = ddi_dma_mem_alloc(dmah->dma_hdl, size, &hw_acc_attr,
247 ret = ddi_dma_addr_bind_handle(dmah->dma_hdl, NULL,
257 (void) ddi_dma_unbind_handle(dmah->dma_hdl);
270 ddi_dma_free_handle(&dmah->dma_hdl);
284 (void) ddi_dma_unbind_handle(dmah->dma_hdl);
286 ddi_dma_free_handle(&dmah->dma_hdl);
ati_pcigart.c 101 ddi_dma_nextcookie(dmah->dma_hdl, &dmah->cookie);
106 (void) ddi_dma_sync(entry->dmah_gart->dma_hdl, 0,
  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
iommu_rscs.h 55 ddi_dma_handle_t dma_hdl; member in struct:iommu_pghdl
  /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/
hci1394_ixl_misc.c 279 ddi_dma_handle_t dma_hdl; local
291 dma_hdl = dma->dma_buf->bi_dma_handle;
297 err = ddi_dma_sync(dma_hdl, hcidesc_off,
323 err = ddi_dma_sync(dma_hdl, hcidesc_off,
353 err = ddi_dma_sync(dma_hdl, hcidesc_off,
392 err = ddi_dma_sync(dma_hdl, hcidesc_off,
hci1394_ixl_update.c 538 ddi_dma_handle_t dma_hdl; local
611 dma_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle;
614 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t),
991 ddi_dma_handle_t dma_hdl; local
1239 ddi_dma_handle_t dma_hdl; local
1525 ddi_dma_handle_t dma_hdl; local
    [all...]
hci1394_ixl_isr.c 545 ddi_dma_handle_t dma_hdl; local
655 dma_hdl = dma->dma_buf->bi_dma_handle;
660 err = ddi_dma_sync(dma_hdl, hcidesc_off, sizeof (hci1394_desc_t),
838 dma_hdl = dma->dma_buf->bi_dma_handle;
843 err = ddi_dma_sync(dma_hdl, hcidesc_off,
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/
iommu_rscs.c 127 NULL, &pghdl->dma_hdl) != DDI_SUCCESS) {
132 if (ddi_dma_mem_alloc(pghdl->dma_hdl, PAGESIZE, &page_acc_attr,
136 ddi_dma_free_handle(&pghdl->dma_hdl);
145 ddi_dma_free_handle(&pghdl->dma_hdl);
190 ddi_dma_free_handle(&pghdl->dma_hdl);
  /onnv/onnv-gate/usr/src/uts/common/io/nge/
nge_rx.c 335 (void) ddi_dma_sync(rrp->desc.dma_hdl,
340 (void) ddi_dma_sync(rrp->desc.dma_hdl,
344 (void) ddi_dma_sync(rrp->desc.dma_hdl,
396 (void) ddi_dma_sync(rrp->desc.dma_hdl,
401 (void) ddi_dma_sync(rrp->desc.dma_hdl,
405 (void) ddi_dma_sync(rrp->desc.dma_hdl,
  /onnv/onnv-gate/usr/src/uts/common/io/iwk/
iwk2_var.h 37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
51 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:iwk_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/wpi/
wpivar.h 65 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
79 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:wpi_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/rwd/
rt2661_var.h 37 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:dma_area
200 #define RT2661_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl,\
rt2661.c 534 DDI_DMA_SLEEP, NULL, &dma_p->dma_hdl);
544 err = ddi_dma_mem_alloc(dma_p->dma_hdl, memsize, attr_p,
556 err = ddi_dma_addr_bind_handle(dma_p->dma_hdl, NULL,
578 (void) ddi_dma_unbind_handle(dma_p->dma_hdl);
582 ddi_dma_free_handle(&dma_p->dma_hdl);
590 if (dma_p->dma_hdl != NULL) {
591 (void) ddi_dma_unbind_handle(dma_p->dma_hdl);
596 ddi_dma_free_handle(&dma_p->dma_hdl);
598 dma_p->dma_hdl = NULL;
664 (void) ddi_dma_sync(ring->txdesc_dma.dma_hdl,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rwn/
rt2860_var.h 64 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:dma_area
116 #define RT2860_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl,\
  /onnv/onnv-gate/usr/src/uts/common/io/iwp/
iwp_var.h 37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
51 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:iwp_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/iwh/
iwh_var.h 37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
51 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:iwh_dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/rtw/
rtwvar.h 167 #define RTW_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl,\
171 ((void) ddi_dma_sync((area).dma_hdl, offset, len, (flag)))
184 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/rge/
rge_main.c 144 DDI_DMA_SLEEP, NULL, &dma_p->dma_hdl);
146 dma_p->dma_hdl = NULL;
153 err = ddi_dma_mem_alloc(dma_p->dma_hdl, memsize, acc_attr_p,
157 ddi_dma_free_handle(&dma_p->dma_hdl);
158 dma_p->dma_hdl = NULL;
167 err = ddi_dma_addr_bind_handle(dma_p->dma_hdl, NULL,
172 ddi_dma_free_handle(&dma_p->dma_hdl);
174 dma_p->dma_hdl = NULL;
191 if (dma_p->dma_hdl != NULL) {
193 (void) ddi_dma_unbind_handle(dma_p->dma_hdl);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rtls/
rtls.c 1231 (void) ddi_dma_sync(rtlsp->dma_area_tx[cur_desc].dma_hdl, 0, totlen,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ath/
ath_impl.h 121 #define ATH_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl, \
215 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:dma_area
  /onnv/onnv-gate/usr/src/uts/common/io/dmfe/
dmfe_impl.h 85 ddi_dma_handle_t dma_hdl; member in struct:__anon20
313 #define DMA_SYNC(descp, flag) ((void) ddi_dma_sync((descp)->dma_hdl, \
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/
hermon_misc.c 244 ddi_dma_handle_t dma_hdl; local
266 DDI_DMA_SLEEP, NULL, &dma_hdl);
273 status = ddi_dma_mem_alloc(dma_hdl, PAGESIZE,
277 ddi_dma_free_handle(&dma_hdl);
284 status = ddi_dma_addr_bind_handle(dma_hdl, NULL,
289 ddi_dma_free_handle(&dma_hdl);
298 info->dbr_dmahdl = dma_hdl;
2993 ddi_dma_handle_t dma_hdl; local
3274 ddi_dma_handle_t dma_hdl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_send.c 350 (void) ddi_dma_sync(txbuf->buf.dma_hdl, 0,
466 (void) ddi_dma_sync(ssbdp->desc.dma_hdl, 0,
472 (void) ddi_dma_sync(ssbdp->desc.dma_hdl, 0,
bge_recv2.c 194 if (bge_check_dma_handle(bgep, srbdp->pbuf.dma_hdl) != DDI_FM_OK) {
301 if (bge_check_dma_handle(bgep, rrp->desc.dma_hdl) != DDI_FM_OK) {
  /onnv/onnv-gate/usr/src/uts/intel/io/amd8111s/
amd8111s_main.c 944 pRing->dma_hdl = kmem_zalloc(sizeof (ddi_dma_handle_t) *
952 if (pRing->msg_buf == NULL || pRing->dma_hdl == NULL ||
962 DDI_DMA_SLEEP, NULL, &(pRing->dma_hdl[idx]))
968 } else if (ddi_dma_mem_alloc(pRing->dma_hdl[idx],
982 } else if (ddi_dma_addr_bind_handle(pRing->dma_hdl[idx],
1003 pRing->dma_hdl[idx];
1032 (void) ddi_dma_unbind_handle(pRing->dma_hdl[idx]);
1048 if (pRing->dma_hdl != NULL) {
1050 if (pRing->dma_hdl[idx] == 0) {
1053 ddi_dma_free_handle(&pRing->dma_hdl[idx])
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ntxn/
unm_gem.c 443 if (dma_p->dma_hdl != NULL) {
445 (void) ddi_dma_unbind_handle(dma_p->dma_hdl);
453 if (dma_p->dma_hdl != NULL) {
454 ddi_dma_free_handle(&dma_p->dma_hdl);
455 dma_p->dma_hdl = NULL;
470 NULL, &dma_p->dma_hdl);
477 ret = ddi_dma_mem_alloc(dma_p->dma_hdl,
494 ret = ddi_dma_addr_bind_handle(dma_p->dma_hdl,
    [all...]

Completed in 780 milliseconds

1 2 3