Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c227 if (comp_mask & IB_SR_COMPMASK_SID) { in get_matching_sr()
532 if ((comp_mask & (IB_SR_COMPMASK_SID | IB_SR_COMPMASK_SGID)) != in sr_rcv_process_set_method()
533 (IB_SR_COMPMASK_SID | IB_SR_COMPMASK_SGID)) { in sr_rcv_process_set_method()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c544 sa_mad_data.comp_mask = IB_SR_COMPMASK_SID; in osmv_query_sa()
H A Dosm_vendor_mlx_sa.c620 sa_mad_data.comp_mask = IB_SR_COMPMASK_SID; in osmv_query_sa()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2648 #define IB_SR_COMPMASK_SID (CL_HTON64(((uint64_t)1)<<0)) macro