Home
last modified time | relevance | path

Searched refs:qa_dmahdl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2138 &qa_info->qa_dmahdl); in tavor_queue_alloc()
2180 status = ddi_dma_mem_alloc(qa_info->qa_dmahdl, realsize, in tavor_queue_alloc()
2185 ddi_dma_free_handle(&qa_info->qa_dmahdl); in tavor_queue_alloc()
2203 ddi_dma_free_handle(&qa_info->qa_dmahdl); in tavor_queue_alloc()
2221 ddi_dma_free_handle(&qa_info->qa_dmahdl); in tavor_queue_alloc()
2282 ddi_dma_free_handle(&qa_info->qa_dmahdl); in tavor_queue_free()
H A Dtavor_srq.c279 mr_op.mro_bind_dmahdl = srq->srq_wqinfo.qa_dmahdl; in tavor_srq_alloc()
721 status = tavor_mr_mtt_bind(state, &bind, new_srqinfo.qa_dmahdl, &mtt, in tavor_srq_modify()
H A Dtavor_cq.c228 op.mro_bind_dmahdl = cq->cq_cqinfo.qa_dmahdl; in tavor_cq_alloc()
602 op.mro_bind_dmahdl = new_cqinfo.qa_dmahdl; in tavor_cq_resize()
H A Dtavor_qp.c440 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in tavor_qp_alloc()
866 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in tavor_special_qp_alloc()
H A Dtavor_event.c929 op.mro_bind_dmahdl = eq->eq_eqinfo.qa_dmahdl; in tavor_eq_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h348 ddi_dma_handle_t qa_dmahdl; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c281 mr_op.mro_bind_dmahdl = srq->srq_wqinfo.qa_dmahdl; in hermon_srq_alloc()
698 status = hermon_mr_mtt_bind(state, &bind, new_srqinfo.qa_dmahdl, &mtt, in hermon_srq_modify()
H A Dhermon_misc.c2424 &qa_info->qa_dmahdl); in hermon_queue_alloc()
2458 status = ddi_dma_mem_alloc(qa_info->qa_dmahdl, realsize, in hermon_queue_alloc()
2463 ddi_dma_free_handle(&qa_info->qa_dmahdl); in hermon_queue_alloc()
2483 ddi_dma_free_handle(&qa_info->qa_dmahdl); in hermon_queue_alloc()
2541 ddi_dma_free_handle(&qa_info->qa_dmahdl); in hermon_queue_free()
H A Dhermon_cq.c245 op.mro_bind_dmahdl = cq->cq_cqinfo.qa_dmahdl; in hermon_cq_alloc()
671 op.mro_bind_dmahdl = new_cqinfo.qa_dmahdl; in hermon_cq_resize()
H A Dhermon_qp.c561 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in hermon_qp_alloc()
1068 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in hermon_special_qp_alloc()
1665 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in hermon_qp_alloc_range()
H A Dhermon_event.c805 op.mro_bind_dmahdl = eq->eq_eqinfo.qa_dmahdl; in hermon_eq_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h413 ddi_dma_handle_t qa_dmahdl; member