Home
last modified time | relevance | path

Searched refs:p_mcm_rec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mcmember_record.c568 IN const ib_member_rec_t * p_mcm_rec) in validate_requested_mgid() argument
576 if (p_mcm_rec->mgid.multicast.header[0] != 0xFF) { in validate_requested_mgid()
580 cl_ntoh16(p_mcm_rec->mgid.multicast.header[0])); in validate_requested_mgid()
618 if (p_mcm_rec->mgid.multicast.header[1] & 0xE0) { in validate_requested_mgid()
629 (p_mcm_rec->mgid.multicast.header[1] & 0x0F) == in validate_requested_mgid()
656 IN ib_member_rec_t * p_mcm_rec, in mgrp_request_is_realizable() argument
686 (mtu_sel = (p_mcm_rec->mtu >> 6)) == 3) in mgrp_request_is_realizable()
689 mtu_required = (uint8_t) (p_mcm_rec->mtu & 0x3F); in mgrp_request_is_realizable()
727 p_mcm_rec->mtu = (mtu_sel << 6) | mtu; in mgrp_request_is_realizable()
737 || (rate_sel = (p_mcm_rec->rate >> 6)) == 3) in mgrp_request_is_realizable()
[all …]
H A Dosm_sa.c838 ib_member_rec_t * p_mcm_rec) in load_mcgroup() argument
845 p_mgrp = osm_get_mgrp_by_mgid(&p_osm->subn, &p_mcm_rec->mgid); in load_mcgroup()
863 p_mcm_rec)) || in load_mcgroup()
868 cl_ntoh64(p_mcm_rec->mgid.unicast.prefix), in load_mcgroup()
869 cl_ntoh64(p_mcm_rec->mgid.unicast.interface_id)); in load_mcgroup()