Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c133 if (comp_mask & IB_SMIR_COMPMASK_PRIORITY) { in sa_smir_by_comp_mask()
282 if ((comp_mask & IB_SMIR_COMPMASK_PRIORITY) && in osm_smir_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2814 #define IB_SMIR_COMPMASK_PRIORITY (CL_HTON64(((uint64_t)1)<<5)) macro