Home
last modified time | relevance | path

Searched refs:p_mcmr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c346 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()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_helper.c1576 static void osm_dump_mc_record_to_buf(IN const ib_member_rec_t * p_mcmr, in osm_dump_mc_record_to_buf() argument
1579 if(!buf || !p_mcmr) in osm_dump_mc_record_to_buf()
1599 inet_ntop(AF_INET6, p_mcmr->mgid.raw, gid_str, in osm_dump_mc_record_to_buf()
1601 inet_ntop(AF_INET6, p_mcmr->port_gid.raw, gid_str2, in osm_dump_mc_record_to_buf()
1603 cl_ntoh32(p_mcmr->qkey), cl_ntoh16(p_mcmr->mlid), in osm_dump_mc_record_to_buf()
1604 p_mcmr->mtu, p_mcmr->tclass, cl_ntoh16(p_mcmr->pkey), in osm_dump_mc_record_to_buf()
1605 p_mcmr->rate, p_mcmr->pkt_life, in osm_dump_mc_record_to_buf()
1606 cl_ntoh32(p_mcmr->sl_flow_hop), in osm_dump_mc_record_to_buf()
1607 p_mcmr->scope_state, p_mcmr->proxy_join); in osm_dump_mc_record_to_buf()
1611 void osm_dump_mc_record(IN osm_log_t * p_log, IN const ib_member_rec_t * p_mcmr, in osm_dump_mc_record() argument
[all …]
H A Dosm_sa_mcmember_record.c90 const ib_member_rec_t * p_mcmr,
1050 const ib_member_rec_t * p_mcmr, in validate_other_comp_fields() argument
1057 p_mcmr->qkey != p_mgrp->mcmember_rec.qkey) { in validate_other_comp_fields()
1060 cl_ntoh32(p_mcmr->qkey), in validate_other_comp_fields()
1066 if (!(ib_pkey_is_full_member(p_mcmr->pkey) || in validate_other_comp_fields()
1070 cl_ntoh16(p_mcmr->pkey), in validate_other_comp_fields()
1074 if (ib_pkey_get_base(p_mcmr->pkey) != in validate_other_comp_fields()
1078 cl_ntoh16(p_mcmr->pkey), in validate_other_comp_fields()
1085 p_mcmr->tclass != p_mgrp->mcmember_rec.tclass) { in validate_other_comp_fields()
1088 p_mcmr->tclass, p_mgrp->mcmember_rec.tclass); in validate_other_comp_fields()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_helper.h331 void osm_dump_mc_record(IN osm_log_t * p_log, IN const ib_member_rec_t * p_mcmr,
334 void osm_dump_mc_record_v2(IN osm_log_t * p_log, IN const ib_member_rec_t * p_mcmr,