Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c63 #define REMOTE_VOL(s, ip) (((s) && ((ip->bi_flags)&DSW_SHDEXPORT)) || \
64 (!(s)&&((ip->bi_flags)&DSW_SHDIMPORT)))
417 if ((devs&(MST|MSTR)) != 0 && (ip->bi_flags&DSW_SHDIMPORT) == 0) {
424 if ((devs&(SHD|SHDR)) != 0 && (ip->bi_flags&DSW_SHDEXPORT) == 0) {
534 (ip->bi_flags&DSW_SHDIMPORT) == 0) { in _ii_rsrv_devs()
556 (ip->bi_flags&DSW_SHDEXPORT) == 0) { in _ii_rsrv_devs()
849 exported = ip->bi_flags & DSW_SHDEXPORT; in ii_register_ok()
1040 kp->flags.value.ul = ip->bi_flags; in ii_set_stats_update()
1094 if ((ip->bi_flags) & DSW_TREEMAP) { in ii_set_stats_update()
1364 DSW_NAMELEN) || ((!(ip->bi_flags&DSW_SHDIMPORT)) && in _ii_config()
[all …]
H A Dii_tree.c403 if ((ip->bi_flags & (DSW_VOVERFLOW | DSW_FRECLAIM)) == 0) { in ii_reclaim_overflow()
439 if ((ip->bi_flags & DSW_VOVERFLOW) == DSW_VOVERFLOW) { in ii_reclaim_overflow()
491 if ((ip->bi_flags&DSW_VOVERFLOW) == 0) { in ii_alloc_overflow()
H A Ddsw_dev.h357 uint_t bi_flags; /* Flags */ member
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c110 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_register()
159 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_register_buf()
712 attr->mr_sync_required = (mr->mr_bindinfo.bi_flags & in tavor_mr_query()
747 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_reregister()
795 bind.bi_flags = mr_attr->mr_flags; in tavor_mr_reregister_buf()
1181 flags = bind->bi_flags; in tavor_mr_common_reg()
1681 sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP; in tavor_mr_mtt_bind()
1824 flags = bind->bi_flags; in tavor_mr_common_rereg()
2201 if (TAVOR_MR_REUSE_DMAHDL(mr, bind->bi_flags)) { in tavor_mr_rereg_xlat_helper()
2298 if (TAVOR_MR_REUSE_DMAHDL(mr, bind->bi_flags)) { in tavor_mr_rereg_xlat_helper()
[all …]
H A Dtavor_srq.c761 bind.bi_flags = sleepflag == TAVOR_SLEEP ? IBT_MR_SLEEP : in tavor_srq_modify()
772 bind.bi_flags |= IBT_MR_NONCOHERENT; in tavor_srq_modify()
H A Dtavor_ci.c1544 mr_desc->md_sync_required = (mrhdl->mr_bindinfo.bi_flags & in tavor_ci_register_mr()
1640 mr_desc->md_sync_required = (mrhdl->mr_bindinfo.bi_flags & in tavor_ci_register_buf()
1843 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in tavor_ci_register_shared_mr()
1926 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in tavor_ci_reregister_mr()
2009 mr_desc->md_sync_required = (mrhdl_new->mr_bindinfo.bi_flags & in tavor_ci_reregister_buf()
/titanic_41/usr/src/common/net/wanboot/
H A Dbootinfo.c68 int bi_flags; /* BI_F_BYTES or zero */ member
310 (bip->bi_flags & BI_F_BYTES)) ? BI_E_SUCCESS : BI_E_ERROR); in bi_putval_chosen()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dbf.c81 long bi_flags; member
117 sflags = ((struct bf_info *) info)->bi_flags;
250 info.bi_flags = flags;
/titanic_41/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()
723 mr->mr_bindinfo.bi_flags = mem_pattr_p->pmr_flags & IBT_MR_NONCOHERENT; in hermon_mr_register_physical_fmr()
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()
[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()
/titanic_41/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c263 ii_info.bi_flags, ii_info.bi_flags, bi_flags_bits); in ii_info()
/titanic_41/usr/src/uts/common/net/
H A Dbridge_impl.h96 uint_t bi_flags; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h216 uint_t bi_flags; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h166 uint_t bi_flags; member
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c724 if (!(bip->bi_flags & BIF_SHUTDOWN) && in bridge_find_name()
755 if (bip != NULL && (bip->bi_flags & BIF_SHUTDOWN)) { in bridge_create()
796 bip->bi_flags |= BIF_SHUTDOWN; in bridge_create()
805 ASSERT(bip->bi_flags & BIF_SHUTDOWN); in bridge_unref()
991 if (!(bip->bi_flags & BIF_SHUTDOWN) && in fwd_insert()
1067 if ((bip->bi_flags & BIF_SHUTDOWN) || in fwd_update_local()
1229 if (bip->bi_flags & BIF_SHUTDOWN) { in shutdown_inst()
1240 bip->bi_flags |= BIF_SHUTDOWN; in shutdown_inst()
1418 if (bip->bi_flags & BIF_SHUTDOWN) in bridge_timer()
/titanic_41/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)) {