Searched refs:next_switch (Results 1 – 1 of 1) sorted by relevance
290 int i, next_switch; in generate_routing_func_for_mst() local296 next_switch = sw->dij_channels[i]; in generate_routing_func_for_mst()297 if (generate_routing_func_for_mst(p_lash, next_switch, &dest)) in generate_routing_func_for_mst()307 get_phys_connection(sw, next_switch); in generate_routing_func_for_mst()333 int next_switch, output_link, j, exists; in generate_cdg_for_sp() local337 next_switch = get_next_switch(p_lash, sw, output_link); in generate_cdg_for_sp()341 if (cdg_vertex_matrix[lane][sw][next_switch] == NULL) { in generate_cdg_for_sp()346 v->to = next_switch; in generate_cdg_for_sp()348 cdg_vertex_matrix[lane][sw][next_switch] = v; in generate_cdg_for_sp()350 v = cdg_vertex_matrix[lane][sw][next_switch]; in generate_cdg_for_sp()[all …]