Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_vlarb_record.c157 comp_mask |= IB_VLA_COMPMASK_OUT_PORT; in sa_vl_arb_by_comp_mask()
160 if (comp_mask & IB_VLA_COMPMASK_OUT_PORT) { in sa_vl_arb_by_comp_mask()
271 (comp_mask & IB_VLA_COMPMASK_OUT_PORT) != 0, in osm_vlarb_rec_rcv_process()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c591 IB_VLA_COMPMASK_LID | IB_VLA_COMPMASK_OUT_PORT | in osmv_query_sa()
H A Dosm_vendor_mlx_sa.c667 IB_VLA_COMPMASK_LID | IB_VLA_COMPMASK_OUT_PORT | in osmv_query_sa()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2602 #define IB_VLA_COMPMASK_OUT_PORT (CL_HTON64(((uint64_t)1)<<1)) macro