Searched refs:ibt_alloc_pd (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1323 status = ibt_alloc_pd(hca->hca_hdl, IBT_PD_NO_FLAGS,
1326 ISER_LOG(CE_NOTE, "iser_ib_alloc_hca: ibt_alloc_pd "
1385 status = ibt_alloc_pd(hca->hca_hdl, IBT_PD_NO_FLAGS, &hca->hca_pdhdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c144 ret = ibt_alloc_pd(ss->ei_hca_hdl, IBT_PD_NO_FLAGS, &ss->ei_pd_hdl);
147 "ibt_alloc_pd(hca_hdl=0x%llx, "
H A Denx_ibt.c1174 ret = ibt_alloc_pd(hca_hdl, IBT_PD_NO_FLAGS, &pd_hdl);
1176 ENX_DPRINTF_ERR("ibt_alloc_pd(hca_hdl=0x%llx, "
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1441 * ibt_alloc_pd()
1445 ibt_status_t ibt_alloc_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_flags_t flags,
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c468 status = ibt_alloc_pd(ioc->ioc_ibt_hdl, IBT_PD_NO_FLAGS,
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c1421 * ibt_alloc_pd
1435 ibt_alloc_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_flags_t flags, ibt_pd_hdl_t *pd) function
1439 IBTF_DPRINTF_L3(ibtl_chan, "ibt_alloc_pd(%p, %x)", hca_hdl, flags);
1447 IBTF_DPRINTF_L2(ibtl_chan, "ibt_alloc_pd: CI PD Alloc Err");
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c274 ret = ibt_alloc_pd(hcap->hca_hdl, IBT_PD_NO_FLAGS,
278 "ibt_alloc_pd 0x%llx failed: %d", hca_guid, ret);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c832 rtn = ibt_alloc_pd(device->hca_hdl, IBT_PD_NO_FLAGS, &pd->ibt_pd);
846 "ibt_alloc_pd failed w/ 0x%x", device, pd, pd->ibt_pd, rtn);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1471 rc = ibt_alloc_pd(uctxt->hca->hdl, IBT_PD_NO_FLAGS, &upd->pd);
1474 "alloc_pd: ibt_alloc_pd() (rc=%d)", rc);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c750 status = ibt_alloc_pd(hca_handle, pd_flags, &pd);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c841 ibt_status = ibt_alloc_pd(hca->hca_hdl, pd_flags, &hca->pd_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c5471 DERR("pd_alloc: ibt_alloc_pd returned %d\n", status);
8394 DERR("ibt_alloc_pd: resource limit exceeded "
8402 status = ibt_alloc_pd(hca_hdl, flags, pd_hdl_p);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2768 if ((ret = ibt_alloc_pd(state->id_hca_hdl, IBT_PD_NO_FLAGS,
2770 DPRINT(10, "ibd_part_attach: ibt_alloc_pd() failed, ret=%d",

Completed in 124 milliseconds