Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/ofed/libibverbs/
H A Dmarshall.c52 dst->is_global = src->is_global; in ibv_copy_ah_attr_from_kern()
H A Dcmd.c1283 attr->ah_attr.is_global = resp.dest.is_global; in ibv_cmd_query_qp()
1295 attr->alt_ah_attr.is_global = resp.alt_dest.is_global; in ibv_cmd_query_qp()
1346 cmd->dest.is_global = attr->ah_attr.is_global; in copy_modify_qp_fields()
1379 cmd->alt_dest.is_global = attr->alt_ah_attr.is_global; in copy_modify_qp_fields()
1675 cmd.attr.is_global = attr->is_global; in ibv_cmd_create_ah()
H A Dkern-abi.h575 __u8 is_global; member
702 __u8 is_global; member
H A Dverbs.c891 ah_attr->is_global = 1; in ibv_init_ah_from_wc()
H A Dverbs.h633 uint8_t is_global; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h39 Property(llvm::StringRef name, llvm::StringRef desc, bool is_global,
H A DOptionValueProperties.h133 bool is_global, const lldb::OptionValueSP &value_sp);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp232 Property::Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, in Property() argument
235 m_is_global(is_global) {} in Property()
H A DOptionValueProperties.cpp44 llvm::StringRef desc, bool is_global, in AppendProperty() argument
46 Property property(name, desc, is_global, value_sp); in AppendProperty()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dspectral.c480 int *is_global) in create_buf_file_handler() argument
489 *is_global = 1; in create_buf_file_handler()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c51 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0; in ib_copy_ah_attr_to_user()
H A Dib_uverbs_cmd.c1633 uverb_attr->is_global = !!(rdma_attr->ah_flags & IB_AH_GRH); in copy_ah_attr_to_uverbs()
1634 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1741 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2431 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c89 .is_global = 0, in pp_connect_ctx()
98 attr.ah_attr.is_global = 1; in pp_connect_ctx()
H A Dud_pingpong.c84 .is_global = 0, in pp_connect_ctx()
110 ah_attr.is_global = 1; in pp_connect_ctx()
H A Drc_pingpong.c106 .is_global = 0, in pp_connect_ctx()
115 attr.ah_attr.is_global = 1; in pp_connect_ctx()
H A Dsrq_pingpong.c98 .is_global = 0, in pp_connect_ctx()
107 attr.ah_attr.is_global = 1; in pp_connect_ctx()
H A Dxsrq_pingpong.c462 attr->is_global = 1; in set_ah_attr()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h523 __u8 is_global; member
672 __u8 is_global; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c373 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument
382 *is_global = 1; in create_buf_file_cb()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dspectral.c133 int *is_global) in create_buf_file_handler() argument
139 *is_global = 1; in create_buf_file_handler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h37 ThreadProperties(bool is_global);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c586 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument
595 *is_global = 1; in create_buf_file_cb()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp101 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() argument
102 if (is_global) { in ThreadProperties()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c1682 if (unlikely((!attr->is_global) && is_eth)) { in mlx5_create_ah()
1710 if (attr->is_global) { in mlx5_create_ah()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c1229 if (attr->is_global) { in mlx4_create_ah()

12