Home
last modified time | relevance | path

Searched refs:IBT_RC_RQP (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c148 if (((type != IBT_UD_RQP) && (type != IBT_RC_RQP) && in tavor_qp_alloc()
157 if (qp_srq_en && type != IBT_RC_RQP) { in tavor_qp_alloc()
265 if (type == IBT_RC_RQP) { in tavor_qp_alloc()
529 if (type == IBT_RC_RQP) { in tavor_qp_alloc()
566 if (type == IBT_RC_RQP) { in tavor_qp_alloc()
H A Dtavor_ioctl.c2214 qpinfo.qpi_type = IBT_RC_RQP; in tavor_loopback_alloc_qps()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h206 IBT_RC_RQP = 0, enumerator
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c119 case IBT_RC_RQP: in ibt_alloc_qp()
H A Dibtl_chan.c176 retval = ibt_alloc_qp(hca_hdl, IBT_RC_RQP, &qp_attr, sizes, NULL, in ibt_alloc_rc_channel()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c186 if (((type != IBT_UD_RQP) && (type != IBT_RC_RQP) && in hermon_qp_alloc()
650 if (type == IBT_RC_RQP) { in hermon_qp_alloc()
H A Dhermon_ioctl.c2965 qpinfo.qpi_type = IBT_RC_RQP; in hermon_loopback_alloc_qps()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1148 rtn = ibt_alloc_qp(pd->device->hca_hdl, IBT_RC_RQP, &attrs, in ib_create_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c386 qp_type = IBT_RC_RQP; in sol_uverbs_create_qp()