Searched refs:get_next_switch (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_lash.c | 171 static inline int get_next_switch(lash_t *p_lash, int sw, int link) in get_next_switch() function 187 i_next_switch = get_next_switch(p_lash, sw, output_link); in remove_semipermanent_depend_for_sp() 203 i_next_next_switch = get_next_switch(p_lash, i_next_switch, next_link); in remove_semipermanent_depend_for_sp() 234 i_next_switch = get_next_switch(p_lash, sw, output_link); in remove_semipermanent_depend_for_sp() 337 next_switch = get_next_switch(p_lash, sw, output_link); in generate_cdg_for_sp() 381 next_switch = get_next_switch(p_lash, sw, output_link); in generate_cdg_for_sp() 398 next_switch = get_next_switch(p_lash, sw, output_link); in set_temp_depend_to_permanent_for_sp() 413 next_switch = get_next_switch(p_lash, sw, output_link); in set_temp_depend_to_permanent_for_sp() 427 next_switch = get_next_switch(p_lash, sw, output_link); in remove_temp_depend_for_sp() 450 next_switch = get_next_switch(p_lash, sw, output_link); in remove_temp_depend_for_sp() [all …]
|