Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c899 uint8_t extra, idx, rec_found = 0; in ibcm_saa_path_rec() local
945 &num_path_plus, &p_arg->paths[rec_found]); in ibcm_saa_path_rec()
956 rec_found += num_path_plus; in ibcm_saa_path_rec()
958 if (rec_found == *max_count) in ibcm_saa_path_rec()
968 num_path_plus = *max_count - rec_found; in ibcm_saa_path_rec()
971 "%d, UniCastGID present %d", rec_found, num_path_plus, in ibcm_saa_path_rec()
985 &num_path_plus, &p_arg->paths[rec_found]); in ibcm_saa_path_rec()
991 &num_path_plus, &p_arg->paths[rec_found]); in ibcm_saa_path_rec()
1004 &p_arg->paths[rec_found]); in ibcm_saa_path_rec()
1011 rec_found += num_path_plus; in ibcm_saa_path_rec()
[all …]