Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c177 int dest_switch, int lane) in remove_semipermanent_depend_for_sp() argument
186 output_link = switches[sw]->routing_table[dest_switch].out_link; in remove_semipermanent_depend_for_sp()
189 while (sw != dest_switch) { in remove_semipermanent_depend_for_sp()
200 if (i_next_switch != dest_switch) { in remove_semipermanent_depend_for_sp()
202 switches[i_next_switch]->routing_table[dest_switch].out_link; in remove_semipermanent_depend_for_sp()
231 output_link = switches[sw]->routing_table[dest_switch].out_link; in remove_semipermanent_depend_for_sp()
233 if (sw != dest_switch) in remove_semipermanent_depend_for_sp()
327 static int generate_cdg_for_sp(lash_t * p_lash, int sw, int dest_switch, in generate_cdg_for_sp() argument
336 output_link = switches[sw]->routing_table[dest_switch].out_link; in generate_cdg_for_sp()
339 while (sw != dest_switch) { in generate_cdg_for_sp()
[all …]