Home
last modified time | relevance | path

Searched refs:new_sgid (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
2632 new_sgid = attrp->apa_sgid; in ibt_get_alt_path()
2636 new_sgid.gid_prefix = 0; in ibt_get_alt_path()
2637 new_sgid.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()
2671 if ((new_sgid.gid_guid == 0) || ((new_sgid.gid_guid != 0) && in ibt_get_alt_path()
2672 (new_sgid.gid_guid != cur_sgid.gid_guid))) { in ibt_get_alt_path()
2677 retval = ibcm_get_comp_pgids(cur_sgid, new_sgid, in ibt_get_alt_path()
[all …]