Home
last modified time | relevance | path

Searched refs:bi_bypass (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h146 (((mr)->mr_bindinfo.bi_bypass != TAVOR_BINDMEM_BYPASS) || \
217 uint_t bi_bypass; member
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h96 (((mr)->mr_bindinfo.bi_bypass != HERMON_BINDMEM_BYPASS) || \
167 uint_t bi_bypass; member
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c764 bind.bi_bypass = state->ts_cfg_profile->cp_iommu_bypass; in tavor_srq_modify()
767 bind.bi_bypass = in tavor_srq_modify()
775 bind.bi_bypass = TAVOR_BINDMEM_BYPASS; in tavor_srq_modify()
H A Dtavor_mr.c1336 bh->bi_bypass = bind_type; in tavor_mr_common_reg()
2222 bind->bi_bypass = bind_type; in tavor_mr_rereg_xlat_helper()
2323 bind->bi_bypass = bind_type; in tavor_mr_rereg_xlat_helper()
2562 bind->bi_bypass == TAVOR_BINDMEM_BYPASS) { in tavor_mr_mem_bind()
2571 (bind->bi_bypass == TAVOR_BINDMEM_BYPASS)) { in tavor_mr_mem_bind()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c1649 bh->bi_bypass = bind_type; in hermon_mr_common_reg()
2801 bind->bi_bypass = bind_type; in hermon_mr_rereg_xlat_helper()
2905 bind->bi_bypass = bind_type; in hermon_mr_rereg_xlat_helper()
3120 if (bind->bi_bypass == HERMON_BINDMEM_BYPASS) { in hermon_mr_mem_bind()
H A Dhermon_srq.c696 bind.bi_bypass = state->hs_cfg_profile->cp_iommu_bypass; in hermon_srq_modify()