Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1311 if (comp_mask & IB_MPR_COMPMASK_SGIDCOUNT) { in mpr_rcv_get_end_points()
1575 if (!(p_sa_mad->comp_mask & IB_MPR_COMPMASK_SGIDCOUNT) || in osm_mpr_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2801 #define IB_MPR_COMPMASK_SGIDCOUNT (CL_HTON64(((uint64_t)1)<<19)) macro