Home
last modified time | relevance | path

Searched refs:use_ucast_cache (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_ucast_mgr.c99 if (sm->p_subn->opt.use_ucast_cache) in osm_ucast_mgr_init()
395 CL_ASSERT(p_mgr->p_subn->opt.use_ucast_cache && in osm_ucast_mgr_set_fwd_table()
858 if (p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_mgr_process()
HDosm_subnet.c454 p_opt->use_ucast_cache = FALSE; in osm_subn_set_default_opt()
1176 p_key, p_val, &p_opts->use_ucast_cache); in osm_subn_parse_conf_file()
1494 p_opts->use_ucast_cache ? "TRUE" : "FALSE"); in osm_subn_output_conf()
HDmain.c847 opt.use_ucast_cache = TRUE; in main()
HDosm_ucast_cache.c1064 if (!p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_cache_process()
HDosm_state_mgr.c1090 if (sm->p_subn->opt.use_ucast_cache && in do_sweep()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_subnet.h187 boolean_t use_ucast_cache; member