Home
last modified time | relevance | path

Searched refs:IB_PR_COMPMASK_PKEY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libibmad/
H A Dsa.c102 #define IB_PR_COMPMASK_PKEY (1ull<<13) macro
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c705 if (!(comp_mask & IB_PR_COMPMASK_PKEY)) { in __qos_policy_get_match_rule_by_params()
1051 IB_PR_COMPMASK_PKEY : 0) | in osm_qos_policy_get_qos_level_by_mpr()
H A Dosm_sa_path_record.c626 else if (comp_mask & IB_PR_COMPMASK_PKEY) { in pr_rcv_get_path_parms()
1575 if ((comp_mask & IB_PR_COMPMASK_PKEY) && in pr_match_mgrp_attributes()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2581 #define IB_PR_COMPMASK_PKEY (CL_HTON64(((uint64_t)1)<<13)) macro