Searched refs:is_global (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dmarshall.c54 dst->is_global = src->is_global;
H A Dcmd.c736 attr->ah_attr.is_global = resp.dest.is_global;
748 attr->alt_ah_attr.is_global = resp.alt_dest.is_global;
808 cmd->dest.is_global = attr->ah_attr.is_global;
821 cmd->alt_dest.is_global = attr->alt_ah_attr.is_global;
908 cmd.dest.is_global = attr->ah_attr.is_global;
[all...]
H A Dverbs.c531 ah_attr->is_global = 1;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dinit.c71 bool is_global = !building_stmt_tree (); local
76 return is_global;
83 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) argument
89 gcc_assert (!building_stmt_tree () == is_global);
1092 int is_global; local
1138 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
1143 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
2417 bool is_global;
2485 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2652 stmt_expr = finish_init_stmts (is_global, stmt_exp
2414 bool is_global; local
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_user_verbs.h346 __u8 is_global; member in struct:ib_uverbs_ah_attr
434 __u8 is_global; member in struct:ib_uverbs_qp_dest
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dah.c143 if (attr->is_global) {
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_marshall.c47 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Duverbs_cmd.c1255 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
1267 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
1345 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
1357 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
1804 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
2801 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
2813 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
2890 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
2902 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c92 .is_global = 0,
101 attr.ah_attr.is_global = 1;
H A Duc_pingpong.c89 .is_global = 0,
98 attr.ah_attr.is_global = 1;
H A Dud_pingpong.c84 .is_global = 0,
110 ah_attr.is_global = 1;
H A Dsrq_pingpong.c98 .is_global = 0,
107 attr.ah_attr.is_global = 1;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h353 __u8 is_global; member in struct:ib_uverbs_ah_attr
441 __u8 is_global; member in struct:ib_uverbs_qp_dest
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h398 __u8 is_global; member in struct:ibv_kern_ah_attr
485 __u8 is_global; member in struct:ibv_qp_dest
H A Dverbs.h385 uint8_t is_global; member in struct:ibv_ah_attr
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dverbs.c697 if (attr->is_global) {
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c4066 bool is_global = DECL_P (decl) ? is_global_var (decl) : false; local
4109 if (is_global && (!flag_whole_program || !in_ipa_mode))
4209 if (is_global && (!flag_whole_program || !in_ipa_mode))
H A Dtree.h2382 unsigned int is_global:1;
2387 #define MTAG_GLOBAL(NODE) (TREE_MEMORY_TAG_CHECK (NODE)->mtag.is_global)

Completed in 149 milliseconds