Home
last modified time | relevance | path

Searched refs:qlt_dmem_dma_sync (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.h127 void qlt_dmem_dma_sync(stmf_data_buf_t *dbuf, uint_t sync_type);
H A Dqlt.c1066 qlt_dmem_dma_sync(mcp->dbuf, DDI_DMA_SYNC_FORCPU); in qlt_info()
1406 qlt_dmem_dma_sync(mcp->dbuf, DDI_DMA_SYNC_FORDEV); in qlt_port_online()
1580 qlt_dmem_dma_sync(mcp->dbuf, DDI_DMA_SYNC_FORCPU); in qlt_get_link_info()
3091 qlt_dmem_dma_sync(mcp->dbuf, DDI_DMA_SYNC_FORCPU); in qlt_portid_to_handle()
3396 qlt_dmem_dma_sync(dbuf, DDI_DMA_SYNC_FORDEV); in qlt_xfer_scsi_data()
3664 qlt_dmem_dma_sync(qcmd->dbuf_rsp_iu, DDI_DMA_SYNC_FORDEV); in qlt_send_status()
3773 qlt_dmem_dma_sync(qcmd->dbuf, DDI_DMA_SYNC_FORDEV); in qlt_send_els_response()
4329 qlt_dmem_dma_sync(qcmd->dbuf, DDI_DMA_SYNC_FORKERNEL); in qlt_handle_sol_els_completion()
4399 qlt_dmem_dma_sync(qcmd->dbuf, DDI_DMA_SYNC_FORKERNEL); in qlt_handle_ct_completion()
4521 qlt_dmem_dma_sync(dbuf, DDI_DMA_SYNC_FORCPU); in qlt_handle_ctio_completion()
[all …]
H A Dqlt_dma.c412 qlt_dmem_dma_sync(stmf_data_buf_t *dbuf, uint_t sync_type) in qlt_dmem_dma_sync() function