Searched refs:scope_state (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mcm_port.c54 IN const uint8_t scope_state,
63 p_mcm->scope_state = scope_state;
53 osm_mcm_port_new(IN const ib_gid_t * const p_port_gid, IN const uint8_t scope_state, IN const boolean_t proxy_join) argument
H A Dosm_sa_mcmember_record.c200 p_recvd_mcmember_rec->scope_state,
528 if (!(p_recvd_mcmember_rec->scope_state & 0x0F &
529 (*pp_mcm_port)->scope_state)) {
537 if (((p_recvd_mcmember_rec->scope_state & 0x0F) |
538 (0x0F & (*pp_mcm_port)->scope_state)) !=
539 (0x0F & (*pp_mcm_port)->scope_state)) {
543 (p_recvd_mcmember_rec->scope_state & 0x0F),
544 (0x0F & (*pp_mcm_port)->scope_state));
864 scope_state, &scope, NULL);
1088 mcmember_rec.scope_state
1412 uint8_t scope_state; local
[all...]
H A Dosm_multicast.c165 ib_member_get_scope_state(p_mcm_port->scope_state, &prev_scope,
167 p_mcm_port->scope_state =
199 port_join_state = mcm->scope_state & 0x0F;
203 mcm->scope_state = new_join_state | (mcm->scope_state & 0xf0);
H A Dosm_sa.c558 "scope_state=0x%02x proxy_join=0x%x" "\n\n",
561 p_mcm_port->scope_state, p_mcm_port->proxy_join);
575 " scope_state=0x%02x proxy_join=0x%x" "\n\n",
590 p_mgrp->mcmember_rec.scope_state,
985 PARSE_AHEAD(p, net8, " scope_state=0x",
986 &mcm_rec.scope_state);
997 uint8_t scope_state; local
1004 PARSE_AHEAD(p, net8, " scope_state=0x", &scope_state);
1014 scope_state, proxy_joi
[all...]
H A Dosm_prtn.c216 mc_rec.scope_state = ib_member_set_scope_state(scope, IB_MC_REC_STATE_FULL_MEMBER);
238 mc_rec.scope_state = ib_member_set_scope_state(scope, IB_MC_REC_STATE_FULL_MEMBER);
H A Dosm_helper.c1228 p_mcmr->scope_state, p_mcmr->proxy_join);
/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_mcm_port.h75 uint8_t scope_state; member in struct:osm_mcm_port
86 * scope_state
110 IN const uint8_t scope_state,
117 * scope_state
/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c417 p_mc_req->scope_state = ib_member_set_scope_state(0x02, 0);
626 (mc_req_rec.scope_state & 0x0F),
1609 mc_req_rec.scope_state = mc_req_rec.scope_state & 0x2F; /* local scope */
1746 mc_req_rec.scope_state = 0x22; /* link-local scope, non-member state */
1767 mc_req_rec.scope_state = 0x23; /* link-local scope, non member and full member */
1799 mc_req_rec.scope_state = 0x24; /* link-local scope, send only member */
1822 mc_req_rec.scope_state = 0x2F; /* link-local scope, Full member with all other bits turned on */
1867 if ((p_mc_res->scope_state & 0x7) != 0x7) {
1871 p_mc_res->scope_state);
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h6827 uint8_t scope_state;
6866 * scope_state
6977 ib_member_get_scope_state(IN const uint8_t scope_state,
6984 *p_state = (uint8_t) (scope_state & 0x0f);
6986 tmp_scope_state = scope_state >> 4;
6995 * scope_state
7023 uint8_t scope_state;
7025 scope_state = scope;
7026 scope_state = scope_state <<
[all...]
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c399 p_mcmr->scope_state, p_mcmr->proxy_join, node_name);

Completed in 71 milliseconds