Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1603 if ((p_sa_mad->comp_mask & IB_MPR_COMPMASK_SERVICEID) != 0 && in osm_mpr_rcv_process()
1604 (p_sa_mad->comp_mask & IB_MPR_COMPMASK_SERVICEID) != in osm_mpr_rcv_process()
1605 IB_MPR_COMPMASK_SERVICEID) { in osm_mpr_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2805 #define IB_MPR_COMPMASK_SERVICEID (IB_MPR_COMPMASK_SERVICEID_MSB | \ macro