Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c133 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_adm_comp_handler()
220 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_adm_setup_cq()
H A Deib_ctl.c110 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_ctl_comp_handler()
199 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_ctl_setup_cq()
H A Deib_data.c132 ret = ibt_enable_cq_notify(chan->ch_rcv_cq_hdl, IBT_NEXT_COMPLETION); in eib_data_rx_comp_handler()
245 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_data_tx_comp_handler()
665 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_data_setup_cqs()
682 ret = ibt_enable_cq_notify(chan->ch_rcv_cq_hdl, IBT_NEXT_COMPLETION); in eib_data_setup_cqs()
H A Denx_hdlrs.c620 ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION); in eibnx_comp_handler()
H A Denx_ibt.c645 ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION); in eibnx_setup_cq_handler()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c120 (void) ibt_enable_cq_notify(ch->ch_scq_hdl, IBT_NEXT_COMPLETION); in srpt_ch_alloc()
121 (void) ibt_enable_cq_notify(ch->ch_rcq_hdl, IBT_NEXT_COMPLETION); in srpt_ch_alloc()
642 IBT_NEXT_COMPLETION); in srpt_ch_scq_hdlr()
751 IBT_NEXT_COMPLETION); in srpt_ch_rcq_hdlr()
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c68 status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in iser_ib_sendcq_handler()
331 status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in iser_ib_recvcq_handler()
H A Diser_ib.c523 (void) ibt_enable_cq_notify(chan->ic_sendcq, IBT_NEXT_COMPLETION); in iser_ib_alloc_rc_channel()
537 (void) ibt_enable_cq_notify(chan->ic_recvcq, IBT_NEXT_COMPLETION); in iser_ib_alloc_rc_channel()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c351 (void) ibt_enable_cq_notify(cq_handle, IBT_NEXT_COMPLETION); in ibmf_i_mad_completions()
H A Dibmf_impl.c808 (void) ibt_enable_cq_notify(cip->ci_cq_handle, IBT_NEXT_COMPLETION); in ibmf_i_init_ci()
809 (void) ibt_enable_cq_notify(cip->ci_alt_cq_handle, IBT_NEXT_COMPLETION); in ibmf_i_init_ci()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c670 result = ibt_enable_cq_notify(chan->scq_hdl, IBT_NEXT_COMPLETION); in ibd_rc_alloc_chan()
1733 if (ibt_enable_cq_notify(chan->rcq_hdl, IBT_NEXT_COMPLETION) != in ibd_rc_rcq_handler()
2347 if (ibt_enable_cq_notify(chan->scq_hdl, IBT_NEXT_COMPLETION) != in ibd_rc_tx_recycle()
3109 IBT_NEXT_COMPLETION); in ibd_rc_handle_act_estab()
3139 IBT_NEXT_COMPLETION); in ibd_rc_handle_pas_estab()
H A Dibd.c5964 IBT_NEXT_COMPLETION)) != IBT_SUCCESS) { in ibd_start()
6024 IBT_NEXT_COMPLETION)) != IBT_SUCCESS) { in ibd_start()
7660 if (ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION) != in ibd_poll_scq()
7715 if (ibt_enable_cq_notify(rcq, IBT_NEXT_COMPLETION) != in ibd_poll_rcq()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c617 flag = IBT_NEXT_COMPLETION; in sol_uverbs_req_notify_cq()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1160 ret = ibt_enable_cq_notify(cq, IBT_NEXT_COMPLETION); in rds_sendcq_handler()
1302 IBT_NEXT_COMPLETION); in rds_ep_alloc_rc_channel()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c751 status = ibt_enable_cq_notify(cq->rib_cq_hdl, IBT_NEXT_COMPLETION); in rib_create_cq()
1017 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in rib_clnt_scq_handler()
1110 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in rib_svc_scq_handler()
1189 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in rib_clnt_rcq_handler()
1329 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in rib_svc_rcq_handler()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h842 IBT_NEXT_COMPLETION = 1, enumerator
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c333 IBT_NEXT_COMPLETION); in rdsv3_ib_snd_tasklet_fn()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c818 if (flags == IBT_NEXT_COMPLETION) { in tavor_cq_notify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c849 if (flags == IBT_NEXT_COMPLETION) { in hermon_cq_notify()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1325 notify_type = IBT_NEXT_COMPLETION; in ib_req_notify_cq()