Home
last modified time | relevance | path

Searched refs:IBT_UD_RQP (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c125 if (type != IBT_UD_RQP) in hermon_qp_alloc()
140 if (type != IBT_UD_RQP) in hermon_qp_alloc()
186 if (((type != IBT_UD_RQP) && (type != IBT_RC_RQP) && in hermon_qp_alloc()
284 if (type == IBT_UD_RQP) { in hermon_qp_alloc()
334 if (type == IBT_UD_RQP) { in hermon_qp_alloc()
652 } else if (type == IBT_UD_RQP) { in hermon_qp_alloc()
1145 qp->qp_type = IBT_UD_RQP; in hermon_special_qp_alloc()
1314 if (type != IBT_UD_RQP) { in hermon_qp_alloc_range()
1749 qp->qp_type = IBT_UD_RQP; in hermon_qp_alloc_range()
2215 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_query()
H A Dhermon_qpmod.c923 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_reset2init()
1134 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_init2init()
1343 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_init2rtr()
1715 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_rtr2rts()
1986 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_rts2rts()
2278 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_sqd2rts()
2579 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_sqd2sqd()
3021 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_sqerr2rts()
3246 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_reset2err()
H A Dhermon_wr.c829 if (qp->qp_type == IBT_UD_RQP) { in hermon_post_send()
1153 if ((qp->qp_type != IBT_UD_RQP) && in hermon_post_recv()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h209 IBT_UD_RQP = 3 enumerator
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c538 retval = ibt_alloc_qp(hca_hdl, IBT_UD_RQP, &qp_attr, sizes, NULL, in ibt_alloc_ud_channel()
685 IBT_UD_RQP, &qp_attr, sizes, ibc_send_cq, ibc_recv_cq, in ibt_alloc_ud_channel_range()
H A Dibtl_qp.c116 case IBT_UD_RQP: in ibt_alloc_qp()
/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()
531 } else if (type == IBT_UD_RQP) { in tavor_qp_alloc()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1491 ibtstatus = ibt_alloc_qp(cip->ci_ci_handle, IBT_UD_RQP, in ibmf_send_busy()
H A Dibmf_impl.c2436 ibt_status = ibt_alloc_qp(clientp->ic_ci_handle, IBT_UD_RQP, in ibmf_i_alloc_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1152 rtn = ibt_alloc_qp(pd->device->hca_hdl, IBT_UD_RQP, &attrs, in ib_create_qp()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c383 qp_type = IBT_UD_RQP; in sol_uverbs_create_qp()