Searched refs:mc_rec (Results 1 – 3 of 3) sorted by relevance
251 ib_member_rec_t mc_rec; in osm_prtn_add_mcgroup() local263 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()273 mc_rec.sl_flow_hop = ib_member_set_sl_flow_hop(sl, FlowLabel, hop_limit); in osm_prtn_add_mcgroup()[all …]
71 #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()1651 memset(&item->resp.mc_rec.port_gid, 0, sizeof(ib_gid_t)); in mcmr_query_mgrp()[all …]
140 ib_member_rec_t mc_rec; member