Searched defs:remote_hca_guid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c72 * remote_hca_guid - Remote HCA GUID
84 ib_qpn_t remote_qpn, ib_guid_t remote_hca_guid, ibcm_hca_info_t *hcap,
93 "rem_hca_guid = 0x%llX", remote_qpn, remote_hca_guid);
118 info.info_hca_guid = remote_hca_guid;
127 info.info_hca_guid = remote_hca_guid;
193 sp->remote_hca_guid = remote_hca_guid;
300 if (infop->info_hca_guid < statep->remote_hca_guid) {
302 } else if (infop->info_hca_guid > statep->remote_hca_guid) {
339 if (infop->info_hca_guid < statep->remote_hca_guid) {
83 ibcm_lookup_msg(ibcm_event_type_t event_type, ib_com_id_t comid, ib_qpn_t remote_qpn, ib_guid_t remote_hca_guid, ibcm_hca_info_t *hcap, ibcm_state_data_t **rstatep) argument
[all...]
H A Dibcm_sm.c947 ib_guid_t remote_hca_guid; local
971 remote_hca_guid = b2h64(req_msgp->req_local_ca_guid);
981 remote_hca_guid);
1002 local_comid, remote_qpn, remote_hca_guid, hcap, &statep);
1135 remote_comid, 0, remote_hca_guid, hcap, &stale_statep);
1540 statep->remote_hca_guid = b2h64(remote_ca_guid);
1547 "passive hcaguid = %llX", statep, statep->remote_hca_guid);
1556 0, statep->remote_qpn, statep->remote_hca_guid, hcap,
1561 statep->remote_hca_guid, hcap, &stale_comid);
1597 statep->remote_hca_guid, hca
2170 ib_guid_t remote_hca_guid; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h313 * remote_hca_guid : Remote HCA GUID
357 ib_guid_t remote_hca_guid; member in struct:ibcm_state_data_s
483 local_comid local_hca_guid local_qpn remote_comid remote_hca_guid
909 * based on remote_qpn and remote_hca_guid for only incoming REQ message and for
937 * Passive Side CM based on remote_qpn and remote_hca_guid.
941 * remote_hca_guid.
1780 * remote_hca_guid - ONLY VALID FOR incoming REQ.
1794 ib_guid_t remote_hca_guid, ibcm_hca_info_t *hcap,

Completed in 58 milliseconds