Searched refs:SGID (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/
H A Dib_pkt_hdrs.h63 ib_gid_t SGID; /* GID of the source port */ member in struct:_ib_grh_t
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c752 "(%llX:%d), SGID %llX:%llX", p_arg->attr.pa_hca_guid,
981 * request is for one SGID to one DGID.
1096 if (pr_resp->SGID.gid_guid == sl[s].p_sgid.gid_guid) {
1237 /* SGID */
1238 pathrec_req.SGID = sl[i].p_sgid;
1247 if (pathrec_req.SGID.gid_prefix !=
1252 pathrec_req.SGID.gid_prefix,
1276 pathrec_req.SGID.gid_prefix,
1277 pathrec_req.SGID.gid_guid,
1414 * SGID (sgid_cn
[all...]
H A Dibcm_utils.c1868 IBTF_DPRINTF_L5(cmlog, "SGID: (sn_prefix) %016llX",
1869 path_rec->SGID.gid_prefix);
1870 IBTF_DPRINTF_L5(cmlog, "SGID: (GUID) %016llX",
1871 path_rec->SGID.gid_guid);
/illumos-gate/usr/src/cmd/id/
H A Did.c47 UID, EUID, GID, EGID, SGID enumerator in enum:TYPE
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c355 ntohll(grh->SGID.gid_prefix);
567 new_gw_sn_prefix = ntohll(grh->SGID.gid_prefix);
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h440 ib_gid_t SGID; /* source gid of path */ member in struct:sa_path_record_s
470 ib_gid_t SGID; /* source gid of path */ member in struct:sa_path_record_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c478 gid.gid_prefix = b2h64(ib_grh->SGID.gid_prefix);
479 gid.gid_guid = b2h64(ib_grh->SGID.gid_guid);
883 b2h64(ib_grh->SGID.gid_prefix);
885 b2h64(ib_grh->SGID.gid_guid);
H A Dibmf_saa.c968 path_record.SGID = sgid;
1083 path_record.SGID = sgid;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c1238 adds_vect.av_dgid.gid_prefix = b2h64(grh->SGID.gid_prefix);
1239 adds_vect.av_dgid.gid_guid = b2h64(grh->SGID.gid_guid);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c1466 * SGID and update the global ibdm structure.
2037 gid_info->gl_sgid_hi = precp->SGID.gid_prefix;
2038 gid_info->gl_sgid_lo = precp->SGID.gid_guid;
4530 gid_info->gl_sgid_hi = path->SGID.gid_prefix;
4531 gid_info->gl_sgid_lo = path->SGID.gid_guid;
6878 gidinfo->gl_sgid_hi = path->SGID.gid_prefix;
6879 gidinfo->gl_sgid_lo = path->SGID.gid_guid;
7169 IBTF_DPRINTF_L4("ibdm", "\t SGID hi : %llx\tSGID lo : %llx",
7170 path->SGID.gid_prefix, path->SGID
[all...]

Completed in 203 milliseconds