Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c2586 ib_gid_t *sgids_p = NULL, *dgids_p = NULL; in ibt_get_alt_path() local
2692 retval = ibcm_get_comp_pgids(cur_dgid, new_dgid, 0, &dgids_p, in ibt_get_alt_path()
2704 dgids_p[j].gid_prefix) { in ibt_get_alt_path()
2705 new_dgid = dgids_p[j]; in ibt_get_alt_path()
2729 dgids_p[j].gid_prefix) { in ibt_get_alt_path()
2730 new_dgid = dgids_p[j]; in ibt_get_alt_path()
2738 if (dgids_p[i].gid_prefix == in ibt_get_alt_path()
2740 new_dgid = dgids_p[i]; in ibt_get_alt_path()
2993 if ((dnum) && (dgids_p)) in ibt_get_alt_path()
2994 kmem_free(dgids_p, dnum * sizeof (ib_gid_t)); in ibt_get_alt_path()
[all …]