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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c293 reachable_dest_t *dest, *i_dest, *concat_dest = NULL, *prev; local
300 i_dest = dest;
301 prev = i_dest;
303 while (i_dest != NULL) {
304 if (sw->routing_table[i_dest->switch_id].out_link ==
306 sw->routing_table[i_dest->switch_id].out_link =
309 prev = i_dest;
310 i_dest = i_dest->next;
318 i_dest
[all...]

Completed in 113 milliseconds