Home
last modified time | relevance | path

Searched refs:dma_handle (Results 101 – 114 of 114) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c2360 if (ha->dmp_template.dma_handle && ha->dmp_template.size != tsize) { in ql_8021_get_md_template()
2378 if (ha->dmp_template.dma_handle == NULL) { in ql_8021_get_md_template()
H A Dql_init.c2244 ha->req_q[0]->req_ring.dma_handle, in ql_check_isp_firmware()
2358 ha->req_q[0]->req_ring.dma_handle, in ql_load_isp_firmware()
2463 ha->req_q[0]->req_ring.dma_handle, in ql_load_flash_fw()
H A Dql_mbx.c377 (void) ddi_dma_sync(mem_desc->dma_handle, 0, mem_desc->size, in ql_setup_mbox_dma_data()
398 (void) ddi_dma_sync(mem_desc->dma_handle, 0, mem_desc->size, in ql_get_mbox_dma_data()
4212 (void) ddi_dma_sync(mem->dma_handle, 0, mem->size, in ql_read_sfp()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1134 ddi_dma_handle_t dma_handle; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1892 &pchunk->dma_handle, nsize, (caddr_t *)&pchunk->addrp, in pmcs_add_more_chunks()
1901 (pmcs_check_dma_handle(pchunk->dma_handle) != DDI_SUCCESS)) { in pmcs_add_more_chunks()
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2359 if (ha->fwexttracebuf.dma_handle != NULL) { in ql_8300_dump_dcmd()
2374 if (ha->fwfcetracebuf.dma_handle != NULL) { in ql_8300_dump_dcmd()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1377 tw->tw_isoc_bufs[i].dma_handle, 0, in uhci_sendup_td_message()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h407 ddi_dma_handle_t dma_handle; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1928 void *dma_handle; member
H A Demlxs_fc.h296 void *dma_handle; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c3024 EMLXS_MPDATA_SYNC(mp->dma_handle, 0, mp->size, in emlxs_mb_init()
3030 EMLXS_MPDATA_SYNC(mp->dma_handle, 0, mp->size, in emlxs_mb_init()
H A Demlxs_fct.c5411 EMLXS_MPDATA_SYNC(mp->dma_handle, 0, db->db_data_size, sync_type); in emlxs_fct_dbuf_dma_sync()
5414 if (emlxs_fm_check_dma_handle(hba, mp->dma_handle) in emlxs_fct_dbuf_dma_sync()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1194 ddi_dma_handle_t dma_handle; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2645 ddi_dma_handle_t dma_handle; in mptsas_do_dma() local
2656 if (mptsas_dma_addr_create(mpt, attrs, &dma_handle, in mptsas_do_dma()
2663 if ((mptsas_check_dma_handle(dma_handle) != DDI_SUCCESS) || in mptsas_do_dma()
2669 mptsas_dma_addr_destroy(&dma_handle, &accessp); in mptsas_do_dma()

12345