Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_lash.h77 int *dij_channels; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c279 sw->dij_channels[sw->used_channels++] = swi->id; in shortest_path()
296 next_switch = sw->dij_channels[i]; in generate_routing_func_for_mst()
625 sw->dij_channels = malloc(num_ports * sizeof(int)); in switch_create()
626 if (!sw->dij_channels) { in switch_create()
635 free(sw->dij_channels); in switch_create()
645 if (sw->dij_channels) in switch_delete()
646 free(sw->dij_channels); in switch_delete()