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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h209 IBT_UD_RQP = 3 enumerator in enum:ibt_qp_type_e
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c125 if (type != IBT_UD_RQP)
140 if (type != IBT_UD_RQP)
186 if (((type != IBT_UD_RQP) && (type != IBT_RC_RQP) &&
284 if (type == IBT_UD_RQP) {
334 if (type == IBT_UD_RQP) {
652 } else if (type == IBT_UD_RQP) {
1145 qp->qp_type = IBT_UD_RQP;
1314 if (type != IBT_UD_RQP) {
1749 qp->qp_type = IBT_UD_RQP;
2215 if (qp->qp_type == IBT_UD_RQP) {
[all...]
H A Dhermon_qpmod.c922 if (qp->qp_type == IBT_UD_RQP) {
1133 if (qp->qp_type == IBT_UD_RQP) {
1342 if (qp->qp_type == IBT_UD_RQP) {
1714 if (qp->qp_type == IBT_UD_RQP) {
1985 if (qp->qp_type == IBT_UD_RQP) {
2277 if (qp->qp_type == IBT_UD_RQP) {
2578 if (qp->qp_type == IBT_UD_RQP) {
3020 if (qp->qp_type == IBT_UD_RQP) {
3245 if (qp->qp_type == IBT_UD_RQP) {
H A Dhermon_wr.c829 if (qp->qp_type == IBT_UD_RQP) {
1153 if ((qp->qp_type != IBT_UD_RQP) &&
/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,
685 IBT_UD_RQP, &qp_attr, sizes, ibc_send_cq, ibc_recv_cq,
H A Dibtl_qp.c116 case IBT_UD_RQP:
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c156 if (((type != IBT_UD_RQP) && (type != IBT_RC_RQP) &&
571 } else if (type == IBT_UD_RQP) {
/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,
H A Dibmf_impl.c2436 ibt_status = ibt_alloc_qp(clientp->ic_ci_handle, IBT_UD_RQP,
/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,
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c383 qp_type = IBT_UD_RQP;

Completed in 106 milliseconds