Searched refs:mr_op (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 75 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 857 mr_op.mro_bind_type = state->ts_cfg_profile->cp_iommu_bypass; in tavor_special_qp_alloc() 864 mr_op.mro_bind_type = TAVOR_BINDMEM_BYPASS; in tavor_special_qp_alloc() [all …]
|
H A D | tavor_srq.c | 68 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 D | hermon_qp.c | 77 hermon_mr_options_t mr_op; in hermon_qp_alloc() local 555 mr_op.mro_bind_type = state->hs_cfg_profile->cp_iommu_bypass; in hermon_qp_alloc() 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 1067 mr_op.mro_bind_type = state->hs_cfg_profile->cp_iommu_bypass; in hermon_special_qp_alloc() 1068 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in hermon_special_qp_alloc() 1069 mr_op.mro_bind_override_addr = 1; in hermon_special_qp_alloc() [all …]
|
H A D | hermon_srq.c | 67 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()
|