Home
last modified time | relevance | path

Searched refs:IBT_PD_NO_FLAGS (Results 1 – 12 of 12) 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, in iser_ib_alloc_hca()
1385 status = ibt_alloc_pd(hca->hca_hdl, IBT_PD_NO_FLAGS, &hca->hca_pdhdl); in iser_ib_free_hca()
/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); in eib_ibt_hca_init()
H A Denx_ibt.c1174 ret = ibt_alloc_pd(hca_hdl, IBT_PD_NO_FLAGS, &pd_hdl); in eibnx_prepare_hca()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h242 IBT_PD_NO_FLAGS = 0, enumerator
/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, in srpt_ioc_init()
/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, in rdsib_init_hca()
/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); in ib_alloc_pd()
/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); in sol_uverbs_alloc_pd()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c704 ibt_pd_flags_t pd_flags = IBT_PD_NO_FLAGS; in ibmf_i_init_ci()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c793 ibt_pd_flags_t pd_flags = IBT_PD_NO_FLAGS; in rpcib_open_hcas()
/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, in ibd_part_attach()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c5469 IBT_PD_NO_FLAGS, &pd_rp->pd_hdl); in daplka_pd_alloc()