Searched refs:p_mgrp (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_multicast.h246 static inline boolean_t osm_mgrp_is_guid(IN const osm_mgrp_t * p_mgrp, argument
249 return (cl_qmap_get(&p_mgrp->mcm_port_tbl, port_guid) !=
250 cl_qmap_end(&p_mgrp->mcm_port_tbl));
255 * p_mgrp
280 static inline boolean_t osm_mgrp_is_empty(IN const osm_mgrp_t * p_mgrp) argument
282 return (cl_qmap_count(&p_mgrp->mcm_port_tbl) == 0);
287 * p_mgrp
309 static inline ib_net16_t osm_mgrp_get_mlid(IN const osm_mgrp_t * p_mgrp) argument
311 return p_mgrp->mlid;
316 * p_mgrp
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c77 void mgrp_delete(IN osm_mgrp_t * p_mgrp) argument
82 CL_ASSERT(p_mgrp);
85 (osm_mcm_alias_guid_t *) cl_qmap_head(&p_mgrp->mcm_alias_port_tbl);
87 (osm_mcm_alias_guid_t *) cl_qmap_end(&p_mgrp->mcm_alias_port_tbl)) {
95 (osm_mcm_port_t *) cl_qmap_head(&p_mgrp->mcm_port_tbl);
97 (osm_mcm_port_t *) cl_qmap_end(&p_mgrp->mcm_port_tbl)) {
104 free(p_mgrp);
122 osm_mgrp_t *p_mgrp; local
125 p_mgrp = (osm_mgrp_t *) malloc(sizeof(*p_mgrp));
443 osm_mgrp_get_mcm_port(IN const osm_mgrp_t * p_mgrp, IN ib_net64_t port_guid) argument
452 osm_mgrp_get_mcm_alias_guid(IN const osm_mgrp_t * p_mgrp, IN ib_net64_t port_guid) argument
[all...]
H A Dosm_sa_mcmember_record.c91 osm_mgrp_t * p_mgrp,
241 const osm_mgrp_t * p_mgrp,
257 mtu_mgrp = (uint8_t) (p_mgrp->mcmember_rec.mtu & 0x3F);
296 rate_mgrp = (uint8_t) (p_mgrp->mcmember_rec.rate & 0x3F);
338 const osm_mgrp_t * p_mgrp,
349 mtu_mgrp = (uint8_t) (p_mgrp->mcmember_rec.mtu & 0x3F);
360 rate_mgrp = (uint8_t) (p_mgrp->mcmember_rec.rate & 0x3F);
382 static boolean_t validate_modify(IN osm_sa_t * sa, IN osm_mgrp_t * p_mgrp, argument
394 *pp_mcm_alias_guid = osm_mgrp_get_mcm_alias_guid(p_mgrp, portguid);
444 if (!osm_physp_has_pkey(sa->p_log, p_mgrp
240 validate_more_comp_fields(osm_log_t * p_log, const osm_mgrp_t * p_mgrp, const ib_member_rec_t * p_recvd_mcmember_rec, ib_net64_t comp_mask) argument
337 validate_port_caps(osm_log_t * p_log, const osm_mgrp_t * p_mgrp, const osm_physp_t * p_physp) argument
477 validate_delete(IN osm_sa_t * sa, IN osm_mgrp_t * p_mgrp, IN osm_mad_addr_t * p_mad_addr, IN ib_member_rec_t * p_recvd_mcmember_rec, OUT osm_mcm_alias_guid_t ** pp_mcm_alias_guid) argument
964 osm_mgrp_t *p_mgrp; local
1049 validate_other_comp_fields(osm_log_t * p_log, ib_net64_t comp_mask, const ib_member_rec_t * p_mcmr, osm_mgrp_t * p_mgrp, osm_log_level_t log_level) argument
1137 osm_mgrp_t *p_mgrp = NULL; local
1456 mcmr_by_comp_mask(osm_sa_t * sa, const ib_member_rec_t * p_rcvd_rec, ib_net64_t comp_mask, osm_mgrp_t * p_mgrp, const osm_physp_t * p_req_physp, boolean_t trusted_req, cl_qlist_t * list) argument
1591 osm_mgrp_t *p_mgrp; local
[all...]
H A Dosm_sa.c623 static void sa_dump_one_mgrp(osm_mgrp_t *p_mgrp, void *cxt) argument
635 cl_ntoh16(p_mgrp->mlid),
636 p_mgrp->well_known ? " (well known)" : "",
637 cl_ntoh64(p_mgrp->mcmember_rec.mgid.unicast.prefix),
638 cl_ntoh64(p_mgrp->mcmember_rec.mgid.unicast.interface_id),
639 cl_ntoh64(p_mgrp->mcmember_rec.port_gid.unicast.prefix),
640 cl_ntoh64(p_mgrp->mcmember_rec.port_gid.unicast.interface_id),
641 cl_ntoh32(p_mgrp->mcmember_rec.qkey),
642 cl_ntoh16(p_mgrp->mcmember_rec.mlid),
643 p_mgrp
798 osm_mgrp_t *p_mgrp; local
841 osm_mgrp_t *p_mgrp; local
1093 sa_db_file_load_handle_mgrp(osm_opensm_t * p_osm, osm_mgrp_t * p_mgrp) argument
[all...]
H A Dosm_sa_path_record.c1531 IN const osm_mgrp_t * p_mgrp)
1543 if ((comp_mask & IB_PR_COMPMASK_DLID) && p_mgrp->mlid != p_pr->dlid) {
1546 cl_ntoh16(p_pr->dlid), cl_ntoh16(p_mgrp->mlid));
1552 if (!osm_mgrp_get_mcm_alias_guid(p_mgrp,
1565 if (!port || !osm_mgrp_get_mcm_port(p_mgrp, port->guid)) {
1576 p_pr->pkey != p_mgrp->mcmember_rec.pkey) {
1580 cl_ntoh16(p_mgrp->mcmember_rec.pkey));
1584 ib_member_get_sl_flow_hop(p_mgrp->mcmember_rec.sl_flow_hop,
1622 p_pr->tclass != p_mgrp->mcmember_rec.tclass) {
1625 p_pr->tclass, p_mgrp
1529 pr_match_mgrp_attributes(IN osm_sa_t * sa, IN const ib_sa_mad_t * sa_mad, IN const osm_mgrp_t * p_mgrp) argument
[all...]
H A Dosm_inform.c378 osm_mgrp_t *p_mgrp; local
413 p_mgrp = osm_get_mgrp_by_mgid(p_subn, &source_gid);
414 if (!p_mgrp) {
423 p_mgrp->mcmember_rec.pkey,
H A Dosm_mcast_mgr.c817 void osm_mcast_mgr_set_table(osm_sm_t * sm, IN const osm_mgrp_t * p_mgrp,
829 mlid_ho = cl_ntoh16(osm_mgrp_get_mlid(p_mgrp));

Completed in 200 milliseconds