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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c624 status = ibt_free_pd(ioc->ioc_ibt_hdl, ioc->ioc_pd_hdl);
705 status = ibt_free_pd(ioc->ioc_ibt_hdl,
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c412 ret = ibt_free_pd(hcap->hca_hdl, hcap->hca_pdhdl);
1666 ret = ibt_free_pd(hcap->hca_hdl, hcap->hca_pdhdl);
1669 "ibt_free_pd failed: %d", ret);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c675 ret = ibt_free_pd(ss->ei_hca_hdl, ss->ei_pd_hdl);
679 "ibt_free_pd(hca_hdl=0x%lx, pd_hdl=0x%lx) "
H A Denx_ibt.c1246 if ((ret = ibt_free_pd(hca->hc_hdl, hca->hc_pd)) != IBT_SUCCESS) {
1247 ENX_DPRINTF_WARN("ibt_free_pd(hca_hdl=0x%lx, pd_hd=0x%lx) "
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1442 * ibt_free_pd()
1447 ibt_status_t ibt_free_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_hdl_t pd);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1537 (void) ibt_free_pd(uctxt->hca->hdl, upd->pd);
1553 rc = ibt_free_pd(uctxt->hca->hdl, upd->pd);
1556 "uverbs_upd_free: ibt_free_pd() failed %d", rc);
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1361 status = ibt_free_pd(hca->hca_hdl, hca->hca_pdhdl);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c1459 * ibt_free_pd
1475 ibt_free_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_hdl_t pd) function
1479 IBTF_DPRINTF_L3(ibtl_chan, "ibt_free_pd(%p, %p)", hca_hdl, pd);
1485 IBTF_DPRINTF_L2(ibtl_chan, "ibt_free_pd: CI Free PD Failed");
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c773 (void) ibt_free_pd(cip->ci_ci_handle, cip->ci_pd);
788 (void) ibt_free_pd(cip->ci_ci_handle, cip->ci_pd);
869 (void) ibt_free_pd(cip->ci_ci_handle, cip->ci_pd);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c876 rtn = ibt_free_pd(pd->device->hca_hdl, pd->ibt_pd);
888 "ib_dealloc_pd: pd: 0x%p => ibt_free_pd failed w/ 0x%x",
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c977 (void) ibt_free_pd(hca->hca_hdl, hca->pd_hdl);
4816 (void) ibt_free_pd(hca->hca_hdl, hca->pd_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c5538 DERR("pd_destroy: ibt_free_pd returned %d\n", status);
8420 status = ibt_free_pd(hca_hdl, pd_hdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2608 if ((ret = ibt_free_pd(state->id_hca_hdl,

Completed in 162 milliseconds