Home
last modified time | relevance | path

Searched refs:qp_ibc_rcq_hdl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c183 (attr_p->qp_ibc_rcq_hdl == NULL)) { in tavor_qp_alloc()
187 rq_cq = (tavor_cqhdl_t)attr_p->qp_ibc_rcq_hdl; in tavor_qp_alloc()
678 (attr_p->qp_ibc_rcq_hdl == NULL)) { in tavor_special_qp_alloc()
682 rq_cq = (tavor_cqhdl_t)attr_p->qp_ibc_rcq_hdl; in tavor_special_qp_alloc()
H A Dtavor_ioctl.c2212 comm->tlc_qp_attr.qp_ibc_rcq_hdl = (ibt_opaque1_t)comm->tlc_cqhdl[1]; in tavor_loopback_alloc_qps()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c143 qp_attrp->qp_ibc_rcq_hdl = (qp_attrp->qp_rcq_hdl == NULL) ? NULL : in ibt_alloc_qp()
361 qp_attrp->qp_ibc_rcq_hdl = qp_attrp->qp_rcq_hdl->cq_ibc_cq_hdl; in ibt_alloc_special_qp()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c223 if ((attr_p->qp_ibc_rcq_hdl == NULL)) { in hermon_qp_alloc()
230 rq_cq = (hermon_cqhdl_t)attr_p->qp_ibc_rcq_hdl; in hermon_qp_alloc()
835 (attr_p->qp_ibc_rcq_hdl == NULL)) { in hermon_special_qp_alloc()
840 rq_cq = (hermon_cqhdl_t)attr_p->qp_ibc_rcq_hdl; in hermon_special_qp_alloc()
H A Dhermon_ioctl.c2963 comm->hlc_qp_attr.qp_ibc_rcq_hdl = (ibt_opaque1_t)comm->hlc_cqhdl[1]; in hermon_loopback_alloc_qps()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h84 #define qp_ibc_rcq_hdl qp_opaque2 macro