Home
last modified time | relevance | path

Searched refs:mc_rec (Results 1 – 3 of 3) sorted by last modified time

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mcmember_record.c71 #define SA_MCM_RESP_SIZE SA_ITEM_RESP_SIZE(mc_rec)
216 item->resp.mc_rec = *p_mcmember_rec; in mcmr_rcv_respond()
219 item->resp.mc_rec.mtu &= 0x3f; in mcmr_rcv_respond()
220 item->resp.mc_rec.mtu |= IB_PATH_SELECTOR_EXACTLY << 6; in mcmr_rcv_respond()
221 item->resp.mc_rec.rate &= 0x3f; in mcmr_rcv_respond()
222 item->resp.mc_rec.rate |= IB_PATH_SELECTOR_EXACTLY << 6; in mcmr_rcv_respond()
223 item->resp.mc_rec.pkt_life &= 0x3f; in mcmr_rcv_respond()
224 item->resp.mc_rec.pkt_life |= IB_PATH_SELECTOR_EXACTLY << 6; in mcmr_rcv_respond()
1445 p_rec_item->resp.mc_rec = *p_rcvd_rec; in mcmr_rcv_new_mcmr()
1652 ib_member_set_join_state(&item->resp.mc_rec, 0); in mcmr_query_mgrp()
[all …]
H A Dosm_prtn.c251 ib_member_rec_t mc_rec; in osm_prtn_add_mcgroup() local
263 memset(&mc_rec, 0, sizeof(mc_rec)); in osm_prtn_add_mcgroup()
265 mc_rec.mgid = *mgid; in osm_prtn_add_mcgroup()
267 mc_rec.qkey = CL_HTON32(Q_Key); in osm_prtn_add_mcgroup()
268 mc_rec.mtu = mtu | (IB_PATH_SELECTOR_EXACTLY << 6); in osm_prtn_add_mcgroup()
269 mc_rec.tclass = tclass; in osm_prtn_add_mcgroup()
270 mc_rec.pkey = pkey; in osm_prtn_add_mcgroup()
271 mc_rec.rate = rate | (IB_PATH_SELECTOR_EXACTLY << 6); in osm_prtn_add_mcgroup()
272 mc_rec.pkt_life = p_subn->opt.subnet_timeout; in osm_prtn_add_mcgroup()
275 mc_rec.scope_state = in osm_prtn_add_mcgroup()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_sa.h140 ib_member_rec_t mc_rec; member