Searched refs:ibt_open_hca (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c88 ret = ibt_open_hca(ss->ei_ibt_hdl, ss->ei_props->ep_hca_guid,
92 "ibt_open_hca(hca_guid=0x%llx) "
549 * since we don't do ibt_open_hca() until plumb time. However,
H A Denx_ibt.c1154 ret = ibt_open_hca(ss->nx_ibt_hdl, hca_guid, &hca_hdl);
1156 ENX_DPRINTF_ERR("ibt_open_hca(hca_guid=0x%llx) "
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c43 * ibt_open_hca
63 ibt_open_hca(ibt_clnt_hdl_t ibt_hdl, ib_guid_t hca_guid, function
69 IBTF_DPRINTF_L3(ibtf_hca, "ibt_open_hca(%p, %llX)", ibt_hdl, hca_guid);
84 IBTF_DPRINTF_L2(ibtf_hca, "ibt_open_hca: "
110 IBTF_DPRINTF_L2(ibtf_hca, "ibt_open_hca: "
129 "ibt_open_hca: Already Open");
H A Dibtl_handlers.c1472 (void) ibt_open_hca(clntp, 0ULL, &hca_hdl);
1728 * As IBCM doesn't perform ibt_open_hca(), IBCM will not be
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c445 status = ibt_open_hca(ibdma->ms_ibt_hdl, guid, &hca->ih_ibt_hdl);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h729 * ibt_open_hca() - Open/Close a HCA. HCA can only be opened/closed
730 * ibt_close_hca() once. ibt_open_hca() takes a client's ibt handle
736 ibt_status_t ibt_open_hca(ibt_clnt_hdl_t ibt_hdl, ib_guid_t hca_guid,
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c226 rtn = ibt_open_hca(ofs_client->ibt_hdl, event->ev_hca_guid,
407 rtn = ibt_open_hca(ofs_client->ibt_hdl, guidp[i],
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c462 status = ibt_open_hca(srpt_ctxt->sc_ibt_hdl, guid, &ioc->ioc_ibt_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1287 status = ibt_open_hca(iser_state->is_ibhdl, guid, &hca->hca_hdl);
1289 ISER_LOG(CE_NOTE, "iser_ib_alloc_hca: ibt_open_hca failed:"
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c493 * - It calls ibt_open_hca to get handle associated wit this hca
508 rc = ibt_open_hca(info->info_clnt_hdl, hca->hca_guid, &hca->hca_handle);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c225 ret = ibt_open_hca(rdsib_statep->rds_ibhdl, hca_guid,
230 "ibt_open_hca: 0x%llx returned IBT_HCA_IN_USE",
234 "ibt_open_hca: 0x%llx failed: %d", hca_guid, ret);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c269 status = ibt_open_hca(mod_ctxt->clnt_hdl,
274 "hca_open: ibt_open_hca() returned %d",
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2318 * done ibt_open_hca() but not yet done ibt_close_hca().
2320 * events for other ports on the hca we have ibt_open_hca'ed
2322 * before we do an ibt_open_hca() in ibd_attach().
2338 * done ibt_open_hca() but not yet done ibt_close_hca().
2340 * events for other ports on the hca we have ibt_open_hca'ed
2342 * before we do an ibt_open_hca() in ibd_attach().
2740 if ((ret = ibt_open_hca(state->id_ibt_hdl, state->id_hca_guid,
2742 DPRINT(10, "ibd_part_attach: ibt_open_hca() failed, ret=%d",
8793 if ((ret = ibt_open_hca(state->id_ibt_hdl, state->id_hca_guid,
8795 DPRINT(10, "ibd_port_attach: ibt_open_hca() faile
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c725 status = ibt_open_hca(ibmf_statep->ibmf_ibt_handle, ci_guid,
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c817 ibt_status = ibt_open_hca(ribstat->ibt_clnt_hdl,
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c707 status = ibt_open_hca(dp->daplka_clnt_hdl, hca_guid, &hca->hca_hdl);
710 DERR("ibt_open_hca() returned IBT_HCA_IN_USE\n");
712 DERR("ibt_open_hca() returned %d\n", status);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c948 if ((status = ibt_open_hca(ibdm.ibdm_ibt_clnt_hdl, hca_guid,

Completed in 157 milliseconds