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

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c505 int min_filled_lane, max_filled_lane, medium_filled_lane, trials; local
514 max_filled_lane = 0;
517 if (max_filled_lane > 1)
518 medium_filled_lane = max_filled_lane - 1;
520 trials = num_mst_in_lane[max_filled_lane];
528 while (virtual_location[src][dest][max_filled_lane] != 1) {
536 && virtual_location[src][dest][max_filled_lane]
544 if (virtual_location[src][dest][max_filled_lane] != 1) {
583 virtual_location[src][dest][max_filled_lane] = 2;
584 virtual_location[dest][src][max_filled_lane]
[all...]

Completed in 236 milliseconds