Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c67 uint16_t remote_lid_ho; member
83 return p_sw->ports[0].remote_lid_ho; in cache_sw_get_base_lid_ho()
109 p_cache_sw->ports[0].remote_lid_ho = lid_ho; in cache_sw_new()
145 uint16_t remote_lid_ho, boolean_t is_ca) in cache_add_sw_link() argument
152 if (!lid_ho || !remote_lid_ho || !p->port_num) in cache_add_sw_link()
157 lid_ho, p->port_num, remote_lid_ho, (is_ca) ? "CA/RTR" : "SW"); in cache_add_sw_link()
182 if (p_cache_sw->ports[p->port_num].remote_lid_ho == 0) { in cache_add_sw_link()
184 p_cache_sw->ports[p->port_num].remote_lid_ho = remote_lid_ho; in cache_add_sw_link()
209 if (p_sw->ports[port_num].remote_lid_ho) in cache_cleanup_switches()
250 uint8_t port_num, uint16_t remote_lid_ho, in cache_remove_port() argument
[all …]