Home
last modified time | relevance | path

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

/src/contrib/ofed/opensm/opensm/
H A Dosm_ucast_mgr.c95 if (sm->p_subn->opt.use_ucast_cache) in osm_ucast_mgr_init()
989 CL_ASSERT(p_mgr->p_subn->opt.use_ucast_cache && in set_lft_block()
1141 if (p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_mgr_process()
H A Dmain.c1018 opt.use_ucast_cache = TRUE; in main()
H A Dosm_subnet.c809 { "use_ucast_cache", OPT_OFFSET(use_ucast_cache), opts_parse_boolean, NULL, 0 },
1628 p_opt->use_ucast_cache = FALSE; in osm_subn_set_default_opt()
2511 p_opts->use_ucast_cache ? "TRUE" : "FALSE"); in osm_subn_output_conf()
H A Dosm_ucast_cache.c1030 if (!p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_cache_process()
H A Dosm_mcast_mgr.c677 if (sm->ucast_mgr.p_subn->opt.use_ucast_cache && in mcast_mgr_branch()
H A Dosm_state_mgr.c1349 if (sm->p_subn->opt.use_ucast_cache && in do_sweep()
H A Dosm_ucast_dfsssp.c2604 if (p_mgr->p_subn->opt.use_ucast_cache && p_mgr->cache_valid) { in dfsssp_do_mcast_routing()
/src/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h310 boolean_t use_ucast_cache; member