Home
last modified time | relevance | path

Searched refs:IB_PR_COMPMASK_NUMBPATH (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libibmad/
H A Dsa.c101 #define IB_PR_COMPMASK_NUMBPATH (1ull<<12) macro
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c612 (IB_PR_COMPMASK_DGID | IB_PR_COMPMASK_SGID | IB_PR_COMPMASK_NUMBPATH); in osmv_query_sa()
630 (IB_PR_COMPMASK_DGID | IB_PR_COMPMASK_SGID | IB_PR_COMPMASK_NUMBPATH); in osmv_query_sa()
H A Dosm_vendor_mlx_sa.c688 (IB_PR_COMPMASK_DGID | IB_PR_COMPMASK_SGID | IB_PR_COMPMASK_NUMBPATH); in osmv_query_sa()
706 (IB_PR_COMPMASK_DGID | IB_PR_COMPMASK_SGID | IB_PR_COMPMASK_NUMBPATH); in osmv_query_sa()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c1152 else if (comp_mask & IB_PR_COMPMASK_NUMBPATH) in pr_rcv_get_port_pair_paths()
1595 if ((comp_mask & IB_PR_COMPMASK_NUMBPATH) && in pr_match_mgrp_attributes()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2580 #define IB_PR_COMPMASK_NUMBPATH (CL_HTON64(((uint64_t)1)<<12)) macro