Home
last modified time | relevance | path

Searched refs:qp_pd_hdl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c126 qp_attr.qp_pd_hdl = chan_attrs.rc_pd; in ibt_alloc_rc_channel()
144 qp_attr.qp_pd_hdl = args->rc_pd; in ibt_alloc_rc_channel()
254 chan_attrs->rc_pd = rc_chan->ch_qp.qp_pd_hdl; in ibt_query_rc_channel()
498 qp_attr.qp_pd_hdl = chan_attrs.ud_pd; in ibt_alloc_ud_channel()
516 qp_attr.qp_pd_hdl = args->ud_pd; in ibt_alloc_ud_channel()
663 qp_attr.qp_pd_hdl = args->ud_pd; in ibt_alloc_ud_channel_range()
732 chanp->ch_qp.qp_pd_hdl = qp_attr.qp_pd_hdl; in ibt_alloc_ud_channel_range()
801 ud_chan_attrs->ud_pd = ud_chan->ch_qp.qp_pd_hdl; in ibt_query_ud_channel()
H A Dibtl_qp.c182 chanp->ch_qp.qp_pd_hdl = qp_attrp->qp_pd_hdl; in ibt_alloc_qp()
390 chanp->ch_qp.qp_pd_hdl = qp_attrp->qp_pd_hdl; in ibt_alloc_special_qp()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h248 ibt_pd_hdl_t qp_pd_hdl; /* PD handle. */ member
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c164 if (attr_p->qp_pd_hdl == NULL) { in tavor_qp_alloc()
167 pd = (tavor_pdhdl_t)attr_p->qp_pd_hdl; in tavor_qp_alloc()
666 if (attr_p->qp_pd_hdl == NULL) { in tavor_special_qp_alloc()
669 pd = (tavor_pdhdl_t)attr_p->qp_pd_hdl; in tavor_special_qp_alloc()
H A Dtavor_ioctl.c2208 comm->tlc_qp_attr.qp_pd_hdl = (ibt_pd_hdl_t)lstate->tls_pd_hdl; in tavor_loopback_alloc_qps()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c196 if (attr_p->qp_pd_hdl == NULL) { in hermon_qp_alloc()
200 pd = (hermon_pdhdl_t)attr_p->qp_pd_hdl; in hermon_qp_alloc()
822 if (attr_p->qp_pd_hdl == NULL) { in hermon_special_qp_alloc()
826 pd = (hermon_pdhdl_t)attr_p->qp_pd_hdl; in hermon_special_qp_alloc()
1321 if (attr_p->qp_pd_hdl == NULL) { in hermon_qp_alloc_range()
1324 pd = (hermon_pdhdl_t)attr_p->qp_pd_hdl; in hermon_qp_alloc_range()
H A Dhermon_ioctl.c2959 comm->hlc_qp_attr.qp_pd_hdl = (ibt_pd_hdl_t)lstate->hls_pd_hdl; in hermon_loopback_alloc_qps()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h355 ibc_pd_hdl_t qp_pd_hdl; /* CI PD Hdl */ member
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1482 qp_attrs.qp_pd_hdl = cip->ci_pd; in ibmf_send_busy()
H A Dibmf_impl.c1796 qp_attrs.qp_pd_hdl = ibmf_cip->ci_pd; in ibmf_i_init_qp()
2427 qp_attrs.qp_pd_hdl = ibmf_cip->ci_pd; in ibmf_i_alloc_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1138 attrs.qp_pd_hdl = pd->ibt_pd; in ib_create_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c450 qp_attr.qp_pd_hdl = upd->pd; in sol_uverbs_create_qp()