Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_pkey_record.c125 if (comp_mask & IB_PKEY_COMPMASK_BLOCK) { in sa_pkey_check_physp()
292 (comp_mask & IB_PKEY_COMPMASK_BLOCK) != 0); in osm_pkey_rec_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2612 #define IB_PKEY_COMPMASK_BLOCK (CL_HTON64(((uint64_t)1)<<1)) macro