Home
last modified time | relevance | path

Searched refs:IBT_UD_SRV (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c548 qp_modify_attr.qp_trans = IBT_UD_SRV; in ibt_alloc_ud_channel()
694 qp_modify_attr.qp_trans = IBT_UD_SRV; in ibt_alloc_ud_channel_range()
701 chanp->ch_qp.qp_type = IBT_UD_SRV; in ibt_alloc_ud_channel_range()
780 if (ud_chan->ch_qp.qp_type != IBT_UD_SRV) { in ibt_query_ud_channel()
853 if (ud_chan->ch_qp.qp_type != IBT_UD_SRV) { in ibt_modify_ud_channel()
877 qp_info.qp_trans = IBT_UD_SRV; in ibt_modify_ud_channel()
928 if (ud_chan->ch_qp.qp_type != IBT_UD_SRV) { in ibt_recover_ud_channel()
1225 if (ud_chan->ch_qp.qp_type != IBT_UD_SRV) { in ibt_modify_reply_ud_dest()
1330 if (ud_chan->ch_qp.qp_type != IBT_UD_SRV) { in ibt_update_channel_qkey()
1338 qp_info.qp_trans = IBT_UD_SRV; in ibt_update_channel_qkey()
H A Dibtl_qp.c117 qp_type = IBT_UD_SRV; in ibt_alloc_qp()
248 case IBT_UD_SRV: in ibt_initialize_qp()
336 sqp_type = IBT_UD_SRV; in ibt_alloc_special_qp()
846 if (ibt_qp->ch_qp.qp_type == IBT_UD_SRV) { in ibt_modify_qp()
1064 if (ud_chan->ch_qp.qp_type != IBT_UD_SRV) { in ibt_recycle_ud()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h184 ((qp_trans == IBT_UD_SRV && qp_serv == TAVOR_QP_UD) || \
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h139 (qp_trans == IBT_UD_SRV && (qp_serv == HERMON_QP_UD || \
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c1067 if (qp_infop->qp_trans == IBT_UD_SRV) { in uverbs_modify_update()
1092 if (qp_infop->qp_trans == IBT_UD_SRV) { in uverbs_modify_update()
1101 if (qp_infop->qp_trans == IBT_UD_SRV) { in uverbs_modify_update()
1171 if (qp_infop->qp_trans == IBT_UD_SRV) { in uverbs_modify_update()
1420 qp_query_attr.qp_info.qp_trans = IBT_UD_SRV; in sol_uverbs_modify_qp()
1794 if (qp_query_attr.qp_info.qp_trans == IBT_UD_SRV) { in sol_uverbs_query_qp()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c148 if (wr->wr_trans != IBT_UD_SRV) { in hermon_post_send_ud()
186 if (wr->wr_trans != IBT_UD_SRV) { in hermon_post_send_ud()
1332 case IBT_UD_SRV: in hermon_wqe_send_build()
2049 } else if (wr->wr_trans == IBT_UD_SRV) { in hermon_wr_get_immediate()
H A Dhermon_qp.c2226 attr_p->qp_info.qp_trans = IBT_UD_SRV; in hermon_qp_query()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1503 qp_modify_attr.qp_trans = IBT_UD_SRV; in ibmf_send_busy()
1592 swrp->wr_trans = IBT_UD_SRV; in ibmf_send_busy()
H A Dibmf_impl.c1821 qp_modify_attr.qp_trans = IBT_UD_SRV; in ibmf_i_init_qp()
2448 qp_modify_attr.qp_trans = IBT_UD_SRV; in ibmf_i_alloc_qp()
2777 qp_mod.qp_trans = IBT_UD_SRV; in ibmf_i_modify_qp()
2801 qp_mod.qp_trans = IBT_UD_SRV; in ibmf_i_modify_qp()
H A Dibmf_wqe.c876 swrp->wr_trans = IBT_UD_SRV; in ibmf_i_init_send_wqe()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c866 qp_attr.qp_trans = IBT_UD_SRV; in eib_ibt_chan_pkey()
H A Deib_rsrc.c605 wqe->qe_wr.send.wr_trans = IBT_UD_SRV; in eib_rsrc_setup_txbufs()
H A Denx_ibt.c495 swqe->qe_wr.send.wr_trans = IBT_UD_SRV; in eibnx_setup_txbufs()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h755 #define IBT_UD_SRV 3 macro
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c923 case IBT_UD_SRV: in tavor_wqe_send_build()
1943 } else if (wr->wr_trans == IBT_UD_SRV) { in tavor_wr_get_immediate()
H A Dtavor_qp.c1298 attr_p->qp_info.qp_trans = IBT_UD_SRV; in tavor_qp_query()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1600 return (IBT_UD_SRV); in of2ibtf_qp_type()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c4141 (qp_attr.qp_info.qp_trans != IBT_UD_SRV)) { in ibt_cm_ud_proceed()
H A Dibcm_sm.c7641 } else if (qp_attr.qp_info.qp_trans != IBT_UD_SRV) { in ibcm_sidr_req_ud_handler()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c3687 swqe->w_swr.wr_trans = IBT_UD_SRV; in ibd_init_txlist()