Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c139 if (comp_mask & IB_SMIR_COMPMASK_SMSTATE) { in sa_smir_by_comp_mask()
286 if ((comp_mask & IB_SMIR_COMPMASK_SMSTATE) && in osm_smir_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2815 #define IB_SMIR_COMPMASK_SMSTATE (CL_HTON64(((uint64_t)1)<<6)) macro