Home
last modified time | relevance | path

Searched refs:IB_PR_COMPMASK_SL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/libibmad/
H A Dsa.c104 #define IB_PR_COMPMASK_SL (1ull<<15) macro
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c731 if (comp_mask & IB_PR_COMPMASK_SL) { in pr_rcv_get_path_parms()
821 if ((comp_mask & IB_PR_COMPMASK_SL) && (sl != pr_sl)) { in pr_rcv_get_path_parms()
1587 if ((comp_mask & IB_PR_COMPMASK_SL) && ib_path_rec_sl(p_pr) != sl) { in pr_match_mgrp_attributes()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2583 #define IB_PR_COMPMASK_SL (CL_HTON64(((uint64_t)1)<<15)) macro