Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c108 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_register()
148 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_register_buf()
651 attr->mr_sync_required = (mr->mr_bindinfo.bi_flags & in tavor_mr_query()
683 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_reregister()
722 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_reregister_buf()
1051 flags = bind->bi_flags; in tavor_mr_common_reg()
1521 sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_mtt_bind()
1644 flags = bind->bi_flags; in tavor_mr_common_rereg()
1996 if (TAVOR_MR_REUSE_DMAHDL(mr, bind->bi_flags)) { in tavor_mr_rereg_xlat_helper()
2088 if (TAVOR_MR_REUSE_DMAHDL(mr, bind->bi_flags)) { in tavor_mr_rereg_xlat_helper()
[all …]
H A Dtavor_srq.c704 bind.bi_flags = sleepflag == TAVOR_SLEEP ? IBT_MR_SLEEP : in tavor_srq_modify()
715 bind.bi_flags |= IBT_MR_NONCOHERENT; in tavor_srq_modify()
H A Dtavor_ci.c1316 mr_desc->md_sync_required = (mrhdl->mr_bindinfo.bi_flags & in tavor_ci_register_mr()
1397 mr_desc->md_sync_required = (mrhdl->mr_bindinfo.bi_flags & in tavor_ci_register_buf()
1558 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in tavor_ci_register_shared_mr()
1629 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in tavor_ci_reregister_mr()
1700 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in tavor_ci_reregister_buf()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c79 long bi_flags; member
115 sflags = ((struct bf_info *) info)->bi_flags;
248 info.bi_flags = flags;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c122 bind.bi_flags = mr_attr->mr_flags; in hermon_mr_register()
162 bind.bi_flags = mr_attr->mr_flags; in hermon_mr_register_buf()
1063 attr->mr_sync_required = (mr->mr_bindinfo.bi_flags & in hermon_mr_query()
1095 bind.bi_flags = mr_attr->mr_flags; in hermon_mr_reregister()
1133 bind.bi_flags = mr_attr->mr_flags; in hermon_mr_reregister_buf()
1508 flags = bind->bi_flags; in hermon_mr_common_reg()
2279 sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ? in hermon_mr_mtt_bind()
2409 flags = bind->bi_flags; in hermon_mr_common_rereg()
2780 if (HERMON_MR_REUSE_DMAHDL(mr, bind->bi_flags)) { in hermon_mr_rereg_xlat_helper()
2880 if (HERMON_MR_REUSE_DMAHDL(mr, bind->bi_flags)) { in hermon_mr_rereg_xlat_helper()
[all …]
H A Dhermon_ci.c1161 mr_desc->md_sync_required = (mrhdl->mr_bindinfo.bi_flags & in hermon_ci_register_mr()
1233 mr_desc->md_sync_required = (mrhdl->mr_bindinfo.bi_flags & in hermon_ci_register_buf()
1352 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in hermon_ci_register_shared_mr()
1413 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in hermon_ci_reregister_mr()
1474 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in hermon_ci_reregister_buf()
2807 mem_desc_p->pmd_sync_required = (mrhdl->mr_bindinfo.bi_flags & in hermon_ci_register_physical_fmr()
H A Dhermon_srq.c694 bind.bi_flags = sleepflag == HERMON_SLEEP ? IBT_MR_SLEEP : in hermon_srq_modify()
/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h96 uint_t bi_flags; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h216 uint_t bi_flags; member
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c727 if (!(bip->bi_flags & BIF_SHUTDOWN) && in bridge_find_name()
758 if (bip != NULL && (bip->bi_flags & BIF_SHUTDOWN)) { in bridge_create()
799 bip->bi_flags |= BIF_SHUTDOWN; in bridge_create()
808 ASSERT(bip->bi_flags & BIF_SHUTDOWN); in bridge_unref()
994 if (!(bip->bi_flags & BIF_SHUTDOWN) && in fwd_insert()
1070 if ((bip->bi_flags & BIF_SHUTDOWN) || in fwd_update_local()
1232 if (bip->bi_flags & BIF_SHUTDOWN) { in shutdown_inst()
1243 bip->bi_flags |= BIF_SHUTDOWN; in shutdown_inst()
1421 if (bip->bi_flags & BIF_SHUTDOWN) in bridge_timer()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h166 uint_t bi_flags; member
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c1265 __ram_add(dbc, recnop, data, flags, bi_flags) in __ram_add() argument
1269 u_int32_t flags, bi_flags;
1319 &h, &indx, NULL, data, exact ? DB_CURRENT : DB_BEFORE, bi_flags)) {