Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c767 { "m_key_protection_level", OPT_OFFSET(m_key_protect_bits), opts_parse_uint8, NULL, 1 },
1539 p_opt->m_key_protect_bits = 0; in osm_subn_set_default_opt()
2136 if (p_opts->m_key_protect_bits > 3) { in osm_subn_verify_config()
2139 "instead\n", p_opts->m_key_protect_bits, 2); in osm_subn_verify_config()
2140 p_opts->m_key_protect_bits = 2; in osm_subn_verify_config()
2142 if (p_opts->m_key_protect_bits && p_opts->m_key_lease_period) { in osm_subn_verify_config()
2409 p_opts->m_key_protect_bits, in osm_subn_output_conf()
H A Dosm_link_mgr.c262 ib_port_info_set_mpb(p_pi, sm->p_subn->opt.m_key_protect_bits); in link_mgr_set_physp_pi()
H A Dosm_lid_mgr.c921 ib_port_info_set_mpb(p_pi, p_mgr->p_subn->opt.m_key_protect_bits); in lid_mgr_set_physp_pi()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h255 uint8_t m_key_protect_bits; member