Searched refs:IBT_UD_RQP (Results 1 – 11 of 11) sorted by relevance
/titanic_50/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 | 922 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_reset2init() 1133 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_init2init() 1342 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_init2rtr() 1714 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_rtr2rts() 1985 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_rts2rts() 2277 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_sqd2rts() 2578 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_sqd2sqd() 3020 if (qp->qp_type == IBT_UD_RQP) { in hermon_qp_sqerr2rts() 3245 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()
|
/titanic_50/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibtl_ci_types.h | 209 IBT_UD_RQP = 3 enumerator
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 156 if (((type != IBT_UD_RQP) && (type != IBT_RC_RQP) && in tavor_qp_alloc() 571 } else if (type == IBT_UD_RQP) { in tavor_qp_alloc()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|