Home
last modified time | relevance | path

Searched refs:IB_DEFAULT_PARTIAL_PKEY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c166 if (ib_pkey_get_base(pkey) != IB_DEFAULT_PARTIAL_PKEY) { in pkey_mgr_process_physical_port()
174 ib_pkey_get_base(pkey) == IB_DEFAULT_PARTIAL_PKEY)) { in pkey_mgr_process_physical_port()
465 ib_pkey_get_base(p_pending->pkey) == IB_DEFAULT_PARTIAL_PKEY))) { in pkey_mgr_update_port()
493 ib_pkey_get_base(p_pending->pkey) != IB_DEFAULT_PARTIAL_PKEY)) { in pkey_mgr_update_port()
H A Dosm_prtn.c299 while (global_pkey_counter < cl_ntoh16(IB_DEFAULT_PARTIAL_PKEY) - 1) { in generate_pkey()
365 IB_DEFAULT_PARTIAL_PKEY); in prtn_make_default()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h403 #define IB_DEFAULT_PARTIAL_PKEY (CL_HTON16(0x7FFF)) macro