Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_ucast_cache.c158 uint16_t remote_lid_ho, boolean_t is_ca) in __cache_add_sw_link() argument
170 lid_ho, p->port_num, remote_lid_ho, (is_ca) ? "CA/RTR" : "SW"); in __cache_add_sw_link()
192 if (is_ca) in __cache_add_sw_link()
198 p_cache_sw->ports[p->port_num].is_leaf = is_ca; in __cache_add_sw_link()
273 boolean_t is_ca) in __cache_remove_port() argument
311 if ((p_cache_sw->ports[port_num].is_leaf && !is_ca) || in __cache_remove_port()
312 (!p_cache_sw->ports[port_num].is_leaf && is_ca)) { in __cache_remove_port()