Searched defs:qp_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c362 ibt_qp_type_t qp_type; local
378 switch (cmd.qp_type) {
380 qp_type = IBT_UC_RQP;
383 qp_type = IBT_UD_RQP;
386 qp_type = IBT_RC_RQP;
462 uqp->ofa_qp_type = cmd.qp_type;
468 rc = ibt_alloc_qp(uctxt->hca->hdl, qp_type, &qp_attr, &qp_sizes,
1394 "%x, cur_state %x, new_state %x, qp_type %x, attr_mask %x", uqp->qp,
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c110 ibt_tran_srv_t qp_type; local
117 qp_type = IBT_UD_SRV;
120 qp_type = IBT_RC_SRV;
171 chanp->ch_qp.qp_type = qp_type;
230 if (ibt_qp->ch_qp.qp_type != modify_attrp->qp_trans) {
233 ibt_qp->ch_qp.qp_type, modify_attrp->qp_trans);
380 chanp->ch_qp.qp_type = sqp_type;
421 if (ibt_qp->ch_qp.qp_type == IBT_RC_SRV) {
440 modify_attr.qp_trans = ibt_qp->ch_qp.qp_type;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c1760 ibt_sqp_type_t qp_type; local
1791 qp_type = IBT_SMI_SQP;
1793 qp_type = IBT_GSI_SQP;
1806 qpp->iq_port_num, qp_type, &qp_attrs, NULL, &qp_handle);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h248 ibt_qp_type_t qp_type; member in struct:hermon_sw_qp_s
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h352 ibt_tran_srv_t qp_type; /* QP type */ member in struct:ibtl_qp_s
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h460 uint8_t qp_type; member in struct:ib_uverbs_create_qp
H A Dib_verbs.h455 enum ib_qp_type qp_type; member in struct:ib_qp_init_attr
615 enum ib_qp_type qp_type; member in struct:ib_qp

Completed in 87 milliseconds