Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c108 if ((comp_mask & IB_MPR_COMPMASK_MTUSELEC) && in sa_multipath_rec_apply_tavor_mtu_limit()
464 if ((comp_mask & IB_MPR_COMPMASK_MTUSELEC) && in mpr_rcv_get_path_parms()
1592 if ((p_sa_mad->comp_mask & IB_MPR_COMPMASK_MTUSELEC) && in osm_mpr_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2792 #define IB_MPR_COMPMASK_MTUSELEC (CL_HTON64(((uint64_t)1)<<10)) macro