Searched refs:mr_op (Results 1 – 4 of 4) sorted by relevance
/titanic_50/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 464 mr_op.mro_bind_type = state->ts_cfg_profile->cp_iommu_bypass; in tavor_qp_alloc() 467 mr_op.mro_bind_type = in tavor_qp_alloc() 475 mr_op.mro_bind_type = TAVOR_BINDMEM_BYPASS; in tavor_qp_alloc() 478 mr_op.mro_bind_dmahdl = qp->qp_wqinfo.qa_dmahdl; in tavor_qp_alloc() 479 mr_op.mro_bind_override_addr = 1; in tavor_qp_alloc() 480 status = tavor_mr_register(state, pd, &mr_attr, &mr, &mr_op); in tavor_qp_alloc() 659 tavor_mr_options_t mr_op; in tavor_special_qp_alloc() local 926 mr_op.mro_bind_type = state->ts_cfg_profile->cp_iommu_bypass; in tavor_special_qp_alloc() 933 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 282 mr_op.mro_bind_type = state->ts_cfg_profile->cp_iommu_bypass; in tavor_srq_alloc() 285 mr_op.mro_bind_type = in tavor_srq_alloc() 293 mr_op.mro_bind_type = TAVOR_BINDMEM_BYPASS; in tavor_srq_alloc() 296 mr_op.mro_bind_dmahdl = srq->srq_wqinfo.qa_dmahdl; in tavor_srq_alloc() 297 mr_op.mro_bind_override_addr = 1; in tavor_srq_alloc() 298 status = tavor_mr_register(state, pd, &mr_attr, &mr, &mr_op); in tavor_srq_alloc()
|
/titanic_50/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()
|