Lines Matching refs:p_mcmr
346 ib_member_rec_t *p_mcmr = data; in dump_multicast_group_record() local
348 ib_member_get_sl_flow_hop(p_mcmr->sl_flow_hop, &sl, NULL, NULL); in dump_multicast_group_record()
356 inet_ntop(AF_INET6, p_mcmr->mgid.raw, gid_str, sizeof gid_str), in dump_multicast_group_record()
357 cl_ntoh16(p_mcmr->mlid), in dump_multicast_group_record()
358 p_mcmr->mtu, cl_ntoh16(p_mcmr->pkey), p_mcmr->rate, sl); in dump_multicast_group_record()
361 static void dump_multicast_member_record(ib_member_rec_t *p_mcmr, in dump_multicast_member_record() argument
367 uint16_t mlid = cl_ntoh16(p_mcmr->mlid); in dump_multicast_member_record()
378 p_mcmr->port_gid.unicast.interface_id) { in dump_multicast_member_record()
391 inet_ntop(AF_INET6, p_mcmr->port_gid.raw, in dump_multicast_member_record()
401 inet_ntop(AF_INET6, p_mcmr->mgid.raw, gid_str, in dump_multicast_member_record()
403 cl_ntoh16(p_mcmr->mlid), in dump_multicast_member_record()
404 inet_ntop(AF_INET6, p_mcmr->port_gid.raw, in dump_multicast_member_record()
406 p_mcmr->scope_state, p_mcmr->proxy_join, node_name); in dump_multicast_member_record()