Home
last modified time | relevance | path

Searched refs:IB_SR_COMPMASK_SPKEY (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c104 if ((comp_mask & IB_SR_COMPMASK_SPKEY) == IB_SR_COMPMASK_SPKEY) { in match_service_pkey_with_ports_pkey()
238 if (comp_mask & IB_SR_COMPMASK_SPKEY) { in get_matching_sr()
592 if ((comp_mask & IB_SR_COMPMASK_SPKEY) != IB_SR_COMPMASK_SPKEY) in sr_rcv_process_set_method()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2650 #define IB_SR_COMPMASK_SPKEY (CL_HTON64(((uint64_t)1)<<2)) macro