Searched refs:p_remote_sw (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_ftree.c | 776 ftree_sw_t *p_remote_sw = p_group->remote_hca_or_sw.p_sw; in set_hops_on_remote_sw() local 780 p_remote_sw->hops[target_lid] = hops; in set_hops_on_remote_sw() 790 if (sw_set_hops(p_remote_sw, target_lid, in set_hops_on_remote_sw() 1529 ftree_sw_t *p_remote_sw; in bfs_fabric_indexing() local 1572 p_remote_sw = in bfs_fabric_indexing() 1575 if (tuple_assigned(p_remote_sw->tuple)) { in bfs_fabric_indexing() 1585 fabric_assign_tuple(p_ftree, p_remote_sw, in bfs_fabric_indexing() 1589 cl_list_insert_tail(&bfs_list, p_remote_sw); in bfs_fabric_indexing() 1608 p_remote_sw = in bfs_fabric_indexing() 1611 if (tuple_assigned(p_remote_sw->tuple)) in bfs_fabric_indexing() [all …]
|
H A D | osm_ucast_dnup.c | 143 osm_switch_t *p_remote_sw; in dnup_bfs_by_node() local 153 p_remote_sw = p_remote_node->sw; in dnup_bfs_by_node() 154 rem_u = p_remote_sw->priv; in dnup_bfs_by_node() 163 osm_switch_get_hop_count(p_remote_sw, lid, pn_rem); in dnup_bfs_by_node() 182 osm_switch_set_hops(p_remote_sw, lid, in dnup_bfs_by_node() 191 osm_switch_set_hops(p_remote_sw, lid, in dnup_bfs_by_node()
|
H A D | osm_ucast_updn.c | 148 osm_switch_t *p_remote_sw; in updn_bfs_by_node() local 158 p_remote_sw = p_remote_node->sw; in updn_bfs_by_node() 159 rem_u = p_remote_sw->priv; in updn_bfs_by_node() 180 osm_switch_get_hop_count(p_remote_sw, lid, pn_rem); in updn_bfs_by_node() 183 osm_switch_set_hops(p_remote_sw, lid, in updn_bfs_by_node()
|
H A D | osm_ucast_cache.c | 409 osm_switch_t *p_remote_sw; in ucast_cache_validate() local 543 p_remote_sw = in ucast_cache_validate() 545 if (p_remote_sw->need_update == 2) { in ucast_cache_validate()
|
H A D | osm_ucast_mgr.c | 132 IN osm_switch_t * p_remote_sw, in ucast_mgr_process_neighbor() argument 148 cl_ntoh64(osm_node_get_node_guid(p_remote_sw->p_node)), in ucast_mgr_process_neighbor() 158 hops = osm_switch_get_least_hops(p_remote_sw, lid_ho); in ucast_mgr_process_neighbor()
|