Searched refs:ibtl_cm_get_hca_port (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/ |
H A D | ibtl_cm.h | 61 * 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,
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 1940 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 D | ibcm_path.c | 2649 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 D | ibcm_sm.c | 5773 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...] |
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cm.c | 163 * 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 97 milliseconds