Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c2585 ib_gid_t *sgids_p = NULL, *dgids_p = NULL; in ibt_get_alt_path() local
2691 retval = ibcm_get_comp_pgids(cur_dgid, new_dgid, 0, &dgids_p, in ibt_get_alt_path()
2703 dgids_p[j].gid_prefix) { in ibt_get_alt_path()
2704 new_dgid = dgids_p[j]; in ibt_get_alt_path()
2728 dgids_p[j].gid_prefix) { in ibt_get_alt_path()
2729 new_dgid = dgids_p[j]; in ibt_get_alt_path()
2737 if (dgids_p[i].gid_prefix == in ibt_get_alt_path()
2739 new_dgid = dgids_p[i]; in ibt_get_alt_path()
2992 if ((dnum) && (dgids_p)) in ibt_get_alt_path()
2993 kmem_free(dgids_p, dnum * sizeof (ib_gid_t)); in ibt_get_alt_path()
[all …]