Searched defs:dma_hdl (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c279 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,
H A Dhci1394_ixl_isr.c545 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,
H A Dhci1394_ixl_update.c538 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
1091 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle;
1094 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp, sizeof (hci1394_desc_t),
1239 ddi_dma_handle_t dma_hdl; local
1354 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle;
1357 err = ddi_dma_sync(dma_hdl, (off_t)hcidescp,
1525 ddi_dma_handle_t dma_hdl; local
[all...]
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h85 ddi_dma_handle_t dma_hdl; member in struct:__anon5294
313 #define DMA_SYNC(descp, flag) ((void) ddi_dma_sync((descp)->dma_hdl, \
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c268 ddi_dma_handle_t dma_hdl; local
295 DDI_DMA_SLEEP, NULL, &dma_hdl);
302 status = ddi_dma_mem_alloc(dma_hdl, pagesize,
306 ddi_dma_free_handle(&dma_hdl);
313 status = ddi_dma_addr_bind_handle(dma_hdl, NULL,
318 ddi_dma_free_handle(&dma_hdl);
327 info->dbr_dmahdl = dma_hdl;
H A Dhermon.c875 ddi_dma_handle_t dma_hdl; local
892 NULL, &dma_hdl);
900 status = ddi_dma_mem_alloc(dma_hdl, dma_info->length,
904 ddi_dma_free_handle(&dma_hdl);
912 status = ddi_dma_addr_bind_handle(dma_hdl, NULL,
917 ddi_dma_free_handle(&dma_hdl);
925 dma_info->dma_hdl = dma_hdl;
962 (void) ddi_dma_unbind_handle(info->dma_hdl);
964 ddi_dma_free_handle(&info->dma_hdl);
[all...]
H A Dhermon_ci.c2850 ddi_dma_handle_t dma_hdl; local
2864 NULL, &dma_hdl);
2870 status = ddi_dma_mem_alloc(dma_hdl, size,
2874 ddi_dma_free_handle(&dma_hdl);
2883 ddi_dma_free_handle(&dma_hdl);
2886 mem_alloc_hdl->ibc_dma_hdl = dma_hdl;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h37 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,\
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h64 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,\
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h65 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
79 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:wpi_dma_area
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
51 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:iwh_dma_area
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
51 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:iwk_dma_area
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
51 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:iwp_dma_area
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h254 ddi_dma_handle_t *dma_hdl; member in struct:amd8111s_dma_ringbuf
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h121 #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
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c3489 ddi_dma_handle_t dma_hdl; local
3504 NULL, &dma_hdl);
3512 status = ddi_dma_mem_alloc(dma_hdl, size,
3517 ddi_dma_free_handle(&dma_hdl);
3528 ddi_dma_free_handle(&dma_hdl);
3534 (*mem_hdl)->tavor_dma_hdl = dma_hdl;
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1397 ddi_dma_handle_t dma_hdl,
1408 (void) ddi_dma_sync(dma_hdl, pg_offset * sizeof (uint32_t),
2329 * dma_hdl gart table dma memory handle
2341 ddi_dma_handle_t dma_hdl,
2358 (void) ddi_dma_sync(dma_hdl, pg_offset * sizeof (uint32_t),
1394 agp_remove_from_gart( uint32_t pg_offset, uint32_t entries, ddi_dma_handle_t dma_hdl, uint32_t *tablep) argument
2336 agp_add_to_gart( agp_arc_type_t type, pfn_t *pfnarray, uint32_t pg_offset, uint32_t entries, ddi_dma_handle_t dma_hdl, uint32_t *tablep) argument
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c112 ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl, uint64_t *pba,
116 ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl, uint64_t *pba,
120 ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl, uint64_t *pba,
1776 * dma_hdl DMA handle for the allocated memory
1784 ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl,
1847 *dma_hdl = dhdl;
1867 ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl,
1874 dma_attr, dma_hdl, acc_hdl, pba, pva));
1885 ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl,
1892 acc_attr, dma_attr, dma_hdl, acc_hd
1782 alloc_dma_memory(struct adapter *sc, size_t len, int flags, ddi_device_acc_attr_t *acc_attr, ddi_dma_attr_t *dma_attr, ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl, uint64_t *pba, caddr_t *pva) argument
1866 alloc_desc_ring(struct adapter *sc, size_t len, int rw, ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl, uint64_t *pba, caddr_t *pva) argument
1884 alloc_tx_copybuffer(struct adapter *sc, size_t len, ddi_dma_handle_t *dma_hdl, ddi_acc_handle_t *acc_hdl, uint64_t *pba, caddr_t *pva) argument
[all...]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h286 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:__anon6474
543 #define DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl, \
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h119 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:__anon6479
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h167 #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
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h298 ddi_dma_handle_t dma_hdl; member in struct:hermon_dma_info_s
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h32 ddi_dma_handle_t dma_hdl; member in struct:iwn_dma_info
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h356 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:__anon4960
1016 #define DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl, \
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h177 ddi_dma_handle_t dma_hdl; /* DMA handle */ member in struct:dma_area

Completed in 153 milliseconds

12