Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c2587 ib_gid_t new_dgid, new_sgid; in ibt_get_alt_path() local
2631 new_dgid = attrp->apa_dgid; in ibt_get_alt_path()
2634 new_dgid.gid_prefix = 0; in ibt_get_alt_path()
2635 new_dgid.gid_guid = 0; in ibt_get_alt_path()
2640 if ((new_dgid.gid_prefix != 0) && (new_sgid.gid_prefix != 0) && in ibt_get_alt_path()
2641 (new_dgid.gid_prefix != new_sgid.gid_prefix)) { in ibt_get_alt_path()
2644 "SNprefix: %llX", new_sgid.gid_prefix, new_dgid.gid_prefix); in ibt_get_alt_path()
2684 if ((new_dgid.gid_guid == 0) || ((new_dgid.gid_guid != 0) && in ibt_get_alt_path()
2685 (new_dgid.gid_guid != cur_dgid.gid_guid))) { in ibt_get_alt_path()
2691 retval = ibcm_get_comp_pgids(cur_dgid, new_dgid, 0, &dgids_p, in ibt_get_alt_path()
[all …]