/freebsd/contrib/ofed/libibverbs/ |
H A D | marshall.c | 52 dst->is_global = src->is_global; in ibv_copy_ah_attr_from_kern()
|
H A D | cmd.c | 1283 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 D | kern-abi.h | 575 __u8 is_global; member 702 __u8 is_global; member
|
H A D | verbs.c | 899 ah_attr->is_global = 1; in ibv_init_ah_from_wc()
|
H A D | verbs.h | 635 uint8_t is_global; member
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Property.cpp | 232 Property::Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, in Property() argument 235 m_is_global(is_global) {} in Property()
|
H A D | OptionValueProperties.cpp | 44 llvm::StringRef desc, bool is_global, in AppendProperty() argument 46 Property property(name, desc, is_global, value_sp); in AppendProperty()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | Property.h | 39 Property(llvm::StringRef name, llvm::StringRef desc, bool is_global,
|
H A D | OptionValueProperties.h | 133 bool is_global, const lldb::OptionValueSP &value_sp);
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | spectral.c | 480 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 D | ib_uverbs_marshall.c | 51 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0; in ib_copy_ah_attr_to_user()
|
H A D | ib_uverbs_cmd.c | 1633 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 D | uc_pingpong.c | 89 .is_global = 0, in pp_connect_ctx() 98 attr.ah_attr.is_global = 1; in pp_connect_ctx()
|
H A D | ud_pingpong.c | 84 .is_global = 0, in pp_connect_ctx() 110 ah_attr.is_global = 1; in pp_connect_ctx()
|
H A D | rc_pingpong.c | 106 .is_global = 0, in pp_connect_ctx() 115 attr.ah_attr.is_global = 1; in pp_connect_ctx()
|
H A D | srq_pingpong.c | 98 .is_global = 0, in pp_connect_ctx() 107 attr.ah_attr.is_global = 1; in pp_connect_ctx()
|
H A D | xsrq_pingpong.c | 462 attr->is_global = 1; in set_ah_attr()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 523 __u8 is_global; member 672 __u8 is_global; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 373 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 D | spectral.c | 133 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 D | Thread.h | 39 ThreadProperties(bool is_global);
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | debugfs.c | 586 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 D | Thread.cpp | 101 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() argument 102 if (is_global) { in ThreadProperties()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 1682 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 D | verbs.c | 1229 if (attr->is_global) { in mlx4_create_ah()
|