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 D | hermon_qp.c | 125 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 D | hermon_qpmod.c | 923 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 D | hermon_wr.c | 829 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 D | ibtl_ci_types.h | 209 IBT_UD_RQP = 3 enumerator
|
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_chan.c | 538 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 D | ibtl_qp.c | 116 case IBT_UD_RQP: in ibt_alloc_qp()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 148 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 D | ibmf_recv.c | 1491 ibtstatus = ibt_alloc_qp(cip->ci_ci_handle, IBT_UD_RQP, in ibmf_send_busy()
|
H A D | ibmf_impl.c | 2436 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 D | sol_kverbs.c | 1152 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 D | sol_uverbs_qp.c | 383 qp_type = IBT_UD_RQP; in sol_uverbs_create_qp()
|