Symbol: IBT_UC_SRV
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
2369
attr_p->qp_info.qp_trans = IBT_UC_SRV;
usr/src/uts/common/io/ib/adapters/hermon/hermon_wr.c
1542
case IBT_UC_SRV:
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
1401
attr_p->qp_info.qp_trans = IBT_UC_SRV;
usr/src/uts/common/io/ib/adapters/tavor/tavor_wr.c
1089
case IBT_UC_SRV:
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1606
return (IBT_UC_SRV);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1111
if (qp_infop->qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1144
if (qp_infop->qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1158
if (qp_infop->qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1174
if (qp_infop->qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1242
if (qp_infop->qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1260
if (qp_infop->qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1417
qp_query_attr.qp_info.qp_trans = IBT_UC_SRV;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1783
if (qp_query_attr.qp_info.qp_trans == IBT_UC_SRV) {
usr/src/uts/common/io/ib/ibtl/ibtl_qp.c
276
case IBT_UC_SRV:
usr/src/uts/common/io/ib/ibtl/ibtl_qp.c
797
case IBT_UC_SRV:
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
1208
if ((trans != IBT_RC_SRV) && (trans != IBT_UC_SRV) &&
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
5672
case IBT_UC_SRV:
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
6611
case IBT_UC_SRV:
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
7032
case IBT_UC_SRV:
usr/src/uts/common/sys/ib/adapters/hermon/hermon_qp.h
142
(qp_trans == IBT_UC_SRV && qp_serv == HERMON_QP_UC))
usr/src/uts/common/sys/ib/adapters/tavor/tavor_qp.h
186
(qp_trans == IBT_UC_SRV && qp_serv == TAVOR_QP_UC))