Searched refs:ibt_query_hca (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib.c | 81 if (ibt_query_hca(ib_get_ibt_hca_hdl(device), dev_attr)) {
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_ibt.c | 317 ret = ibt_query_hca(info->ti_hca, &hca_attr); 319 ENX_DPRINTF_ERR("ibt_query_hca(hca_hdl=0x%llx) failed, ret=%d", 1162 if ((ret = ibt_query_hca(hca_hdl, &hca_attr)) != IBT_SUCCESS) { 1163 ENX_DPRINTF_ERR("ibt_query_hca(hca_hdl=0x%llx, "
|
H A D | eib_ibt.c | 104 ret = ibt_query_hca(ss->ei_hca_hdl, ss->ei_hca_attrs); 107 "ibt_query_hca(hca_hdl=0x%llx, "
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 235 rtn = ibt_query_hca(device->hca_hdl, &hattr); 415 rtn = ibt_query_hca(device->hca_hdl, &hattr); 421 "ibt_query_hca() failed w/ %d", 728 if ((rtn = ibt_query_hca(device->hca_hdl, &hattr)) != IBT_SUCCESS) { 732 "ibt_query_hca failed w/ 0x%x", device, rtn); 1658 rtn = ibt_query_hca(qp->device->hca_hdl, &hattr); 1663 "ibt_query_hca() failed w/ %d",
|
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_hca.c | 601 * ibt_query_hca 614 ibt_query_hca(ibt_hca_hdl_t hca_hdl, ibt_hca_attr_t *hca_attrs) function 616 IBTF_DPRINTF_L3(ibtf_hca, "ibt_query_hca(%p)", hca_hdl);
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 743 * ibt_query_hca() 747 ibt_status_t ibt_query_hca(ibt_hca_hdl_t hca_hdl, ibt_hca_attr_t *hca_attrs);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 302 status = ibt_query_hca(mod_ctxt->hcas[hca_ndx].hdl, 306 "hca_open: ibt_query_hca() failed " 1662 rc = ibt_query_hca(uctxt->hca->hdl, &hca_attr); 1665 "query_device: ibt_query_hca() (rc=%d)", rc);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 1299 status = ibt_query_hca(hca->hca_hdl, &hca->hca_attr); 1301 ISER_LOG(CE_NOTE, "iser_ib_alloc_hca: ibt_query_hca "
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 494 * - Determines how many port this hca has by calling ibt_query_hca 512 rc = ibt_query_hca(hca->hca_handle, &hca->hca_attr);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 242 ret = ibt_query_hca(hcap->hca_hdl, &hcap->hca_attr);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 2430 ibt_status = ibt_query_hca(state->id_hca_hdl, &hca_attrs); 5375 ret = ibt_query_hca(state->id_hca_hdl, &hca_attrs);
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_impl.c | 738 status = ibt_query_hca(hca_handle, &hca_attrs);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 830 ibt_status = ibt_query_hca(hca->hca_hdl, &hca->hca_attrs);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 721 status = ibt_query_hca(hca->hca_hdl, &hca->hca_attr); 723 DERR("ibt_query_hca returned %d (hca_guid 0x%llx)\n",
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 957 /* ibt_query_hca always returns IBT_SUCCESS */ 958 (void) ibt_query_hca(hca_hdl, hca_attr);
|
Completed in 1436 milliseconds