Searched refs:ibtl_cm_get_hca_port (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl_cm.h61 * ibtl_cm_get_hca_port() helper function will retrieve these for the
75 * ibtl_cm_get_hca_port()
86 ibt_status_t ibtl_cm_get_hca_port(ib_gid_t sgid, ib_guid_t hca_guid,
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c1940 retval = ibtl_cm_get_hca_port(attr->ud_addr->av_sgid, 0, &port);
1943 "ibtl_cm_get_hca_port failed: %d", retval);
2702 /* Call ibtl_cm_get_hca_port to get the port number and the HCA GUID. */
2703 if ((status = ibtl_cm_get_hca_port(gid, 0, &port)) != IBT_SUCCESS) {
2705 "ibtl_cm_get_hca_port failed: %d", status);
2950 if ((status = ibtl_cm_get_hca_port(sbindp->sbind_gid, 0, &port))
2953 "ibtl_cm_get_hca_port failed: %d", status);
3269 if ((s1 = ibtl_cm_get_hca_port(arp->ar_gid, 0, &cm_port))
3522 if (ibtl_cm_get_hca_port(*sgid, 0, &cm_port) != IBT_SUCCESS ||
4935 retval = ibtl_cm_get_hca_port(mcg_ar
[all...]
H A Dibcm_path.c2649 retval = ibtl_cm_get_hca_port(cur_sgid, 0, &c_hp);
2757 retval = ibtl_cm_get_hca_port(new_sgid, 0, &n_hp);
4327 retval = ibtl_cm_get_hca_port(cur_sgid, 0, &c_hp);
4434 retval = ibtl_cm_get_hca_port(new_sgid, 0, &n_hp);
H A Dibcm_sm.c5773 if ((status = ibtl_cm_get_hca_port(gid, 0, &port)) == IBT_SUCCESS) {
5787 "ibtl_cm_get_hca_port() primary port failed = %d", statep,
5829 if ((status = ibtl_cm_get_hca_port(agid,
5832 "ibcm_verify_req_gids: ibtl_cm_get_hca_port"
8175 if ((status = ibtl_cm_get_hca_port(adds->av_sgid,
8179 " ibtl_cm_get_hca_port failed status %d", status);
8570 if ((status = ibtl_cm_get_hca_port(adds->av_sgid,
8573 "ibtl_cm_get_hca_port failed status = %d", status);
8575 " ibtl_cm_get_hca_port sgid guid %llX",
8578 " ibtl_cm_get_hca_port sgi
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/warlock/
H A Dibtl.wlcmd200 root ibtl_cm_get_hca_port
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c163 * ibtl_cm_get_hca_port
178 ibtl_cm_get_hca_port(ib_gid_t gid, ib_guid_t hca_guid, function
192 IBTF_DPRINTF_L3(ibtf_cm, "ibtl_cm_get_hca_port(%llX:%llX, %llX)",
196 IBTF_DPRINTF_L2(ibtf_cm, "ibtl_cm_get_hca_port: "
208 IBTF_DPRINTF_L3(ibtf_cm, "ibtl_cm_get_hca_port: "

Completed in 289 milliseconds