Searched defs:num_path_plus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c897 uint8_t num_path_plus; local
932 num_path_plus = num_path + 1;
934 num_path_plus = num_path;
937 "- MGID(%016llX%016llX)", num_path_plus,
944 &num_path_plus, &p_arg->paths[rec_found]);
955 rec_found += num_path_plus;
967 num_path_plus = *max_count - rec_found;
970 "%d, UniCastGID present %d", rec_found, num_path_plus,
973 if ((unicast_dgid_present != 0) && (num_path_plus > 0)) {
984 &num_path_plus,
[all...]

Completed in 60 milliseconds