Home
last modified time | relevance | path

Searched refs:mr_op (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c75 tavor_mr_options_t mr_op; in tavor_qp_alloc() local
426 mr_op.mro_bind_type = state->ts_cfg_profile->cp_iommu_bypass; in tavor_qp_alloc()
429 mr_op.mro_bind_type = in tavor_qp_alloc()
437 mr_op.mro_bind_type = TAVOR_BINDMEM_BYPASS; in tavor_qp_alloc()
440 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in tavor_qp_alloc()
441 mr_op.mro_bind_override_addr = 1; in tavor_qp_alloc()
442 status = tavor_mr_register(state, pd, &mr_attr, &mr, &mr_op); in tavor_qp_alloc()
615 tavor_mr_options_t mr_op; in tavor_special_qp_alloc() local
864 mr_op.mro_bind_type = TAVOR_BINDMEM_BYPASS; in tavor_special_qp_alloc()
866 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in tavor_special_qp_alloc()
[all …]
H A Dtavor_srq.c68 tavor_mr_options_t mr_op; in tavor_srq_alloc() local
265 mr_op.mro_bind_type = state->ts_cfg_profile->cp_iommu_bypass; in tavor_srq_alloc()
268 mr_op.mro_bind_type = in tavor_srq_alloc()
276 mr_op.mro_bind_type = TAVOR_BINDMEM_BYPASS; in tavor_srq_alloc()
279 mr_op.mro_bind_dmahdl = srq->srq_wqinfo.qa_dmahdl; in tavor_srq_alloc()
280 mr_op.mro_bind_override_addr = 1; in tavor_srq_alloc()
281 status = tavor_mr_register(state, pd, &mr_attr, &mr, &mr_op); in tavor_srq_alloc()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c77 hermon_mr_options_t mr_op; in hermon_qp_alloc() local
558 mr_op.mro_bind_type = in hermon_qp_alloc()
561 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in hermon_qp_alloc()
562 mr_op.mro_bind_override_addr = 1; in hermon_qp_alloc()
564 &mr_op, HERMON_QP_CMPT); in hermon_qp_alloc()
778 hermon_mr_options_t mr_op; in hermon_special_qp_alloc() local
1069 mr_op.mro_bind_override_addr = 1; in hermon_special_qp_alloc()
1237 hermon_mr_options_t mr_op; in hermon_qp_alloc_range() local
1663 mr_op.mro_bind_type = in hermon_qp_alloc_range()
1666 mr_op.mro_bind_override_addr = 1; in hermon_qp_alloc_range()
[all …]
H A Dhermon_srq.c67 hermon_mr_options_t mr_op; in hermon_srq_alloc() local
280 mr_op.mro_bind_type = state->hs_cfg_profile->cp_iommu_bypass; in hermon_srq_alloc()
281 mr_op.mro_bind_dmahdl = srq->srq_wqinfo.qa_dmahdl; in hermon_srq_alloc()
282 mr_op.mro_bind_override_addr = 1; in hermon_srq_alloc()
284 &mr_op, HERMON_SRQ_CMPT); in hermon_srq_alloc()