Searched refs:ibt_close_hca (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1304 (void) ibt_close_hca(hca->hca_hdl);
1317 (void) ibt_close_hca(hca->hca_hdl);
1329 (void) ibt_close_hca(hca->hca_hdl);
1368 status = ibt_close_hca(hca->hca_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c1167 if ((ret = ibt_close_hca(hca_hdl)) != IBT_SUCCESS) {
1168 ENX_DPRINTF_WARN("ibt_close_hca(hca_hdl=0x%llx) "
1180 if ((ret = ibt_close_hca(hca_hdl)) != IBT_SUCCESS) {
1181 ENX_DPRINTF_WARN("ibt_close_hca(hca_hdl=0x%llx) "
1252 if ((ret = ibt_close_hca(hca->hc_hdl)) != IBT_SUCCESS) {
1253 ENX_DPRINTF_WARN("ibt_close_hca(hca_hdl=0x%lx) failed, "
H A Deib_ibt.c698 ret = ibt_close_hca(ss->ei_hca_hdl);
701 "ibt_close_hca(hca_hdl=0x%lx) failed, "
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c246 ret = ibt_close_hca(hcap->hca_hdl);
262 ret = ibt_close_hca(hcap->hca_hdl);
281 ret = ibt_close_hca(hcap->hca_hdl);
418 ret = ibt_close_hca(hcap->hca_hdl);
1674 ret = ibt_close_hca(hcap->hca_hdl);
1677 "ibt_close_hca failed: %d", ret);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c238 rtn = ibt_close_hca(device->hca_hdl);
275 rtn = ibt_close_hca(device->hca_hdl);
466 rtn = ibt_close_hca(device->hca_hdl);
540 rtn = ibt_close_hca(device->hca_hdl);
545 "ibt_close_hca failed %d",
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c630 status = ibt_close_hca(ioc->ioc_ibt_hdl);
713 status = ibt_close_hca(ioc->ioc_ibt_hdl);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c740 (void) ibt_close_hca(hca_handle);
752 (void) ibt_close_hca(hca_handle);
777 (void) ibt_close_hca(cip->ci_ci_handle);
792 (void) ibt_close_hca(cip->ci_ci_handle);
872 (void) ibt_close_hca(cip->ci_ci_handle);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c462 rc = ibt_close_hca(hca->hca_handle);
465 "umad_release_hca: ibt_close_hca() returned %d\n",
469 (void) ibt_close_hca(hca->hca_handle);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c186 * ibt_close_hca
199 ibt_close_hca(ibt_hca_hdl_t hca_hdl) function
206 IBTF_DPRINTF_L3(ibtf_hca, "ibt_close_hca(%p)", hca_hdl);
222 IBTF_DPRINTF_L2(ibtf_hca, "ibt_close_hca: "
260 IBTF_DPRINTF_L2(ibtf_hca, "ibt_close_hca: "
280 IBTF_DPRINTF_L2(ibtf_hca, "ibt_close_hca: "
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c559 status = ibt_close_hca(hca->ih_ibt_hdl);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h730 * ibt_close_hca() once. ibt_open_hca() takes a client's ibt handle
739 ibt_status_t ibt_close_hca(ibt_hca_hdl_t hca_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c367 (void) ibt_close_hca(mod_ctxt->
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c979 (void) ibt_close_hca(hca->hca_hdl);
4817 (void) ibt_close_hca(hca->hca_hdl);
4909 * ibt_close_hca()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c759 (void) ibt_close_hca(hca->hca_hdl);
805 status = ibt_close_hca(hca->hca_hdl);
807 DERR("ibt_close_hca returned %d"
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2053 * mac handle is guaranteed to exist since driver does ibt_close_hca()
2318 * done ibt_open_hca() but not yet done ibt_close_hca().
2338 * done ibt_open_hca() but not yet done ibt_close_hca().
2618 if ((ret = ibt_close_hca(state->id_hca_hdl)) !=
8839 if ((ret = ibt_close_hca(state->id_hca_hdl)) !=
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c969 (void) ibt_close_hca(hca_hdl);
1168 if (ibt_close_hca(head->hl_hca_hdl) != IBT_SUCCESS) {
1170 "ibt_close_hca() failed");

Completed in 174 milliseconds