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

/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c71 osm_dr_path_t *p_found_dr_path; local
78 p_found_dr_path = &(p_pkt_rand->fault_dr_paths[ind1]);
82 if (p_found_dr_path->hop_count > p_dr_path->hop_count)
87 for (ind2 = 0; ind2 <= p_found_dr_path->hop_count; ind2++)
88 if (p_found_dr_path->path[ind2] !=

Completed in 51 milliseconds