Searched refs:i_next_switch (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c181 int i_next_switch, output_link, i, next_link, i_next_next_switch, local
187 i_next_switch = get_next_switch(p_lash, sw, output_link);
190 v = cdg_vertex_matrix[lane][sw][i_next_switch];
195 cdg_vertex_matrix[lane][sw][i_next_switch] = NULL;
200 if (i_next_switch != dest_switch) {
202 switches[i_next_switch]->routing_table[dest_switch].out_link;
203 i_next_next_switch = get_next_switch(p_lash, i_next_switch, next_link);
208 cdg_vertex_matrix[lane][i_next_switch]
230 sw = i_next_switch;
234 i_next_switch
793 int stop = 0, output_link, i_next_switch; local
[all...]

Completed in 105 milliseconds