/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_adm.c | 133 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 D | eib_ctl.c | 110 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 D | eib_data.c | 132 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 D | enx_hdlrs.c | 620 ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION); in eibnx_comp_handler()
|
H A D | enx_ibt.c | 645 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 D | srpt_ch.c | 120 (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 D | iser_cq.c | 68 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 D | iser_ib.c | 523 (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 D | ibmf_handlers.c | 351 (void) ibt_enable_cq_notify(cq_handle, IBT_NEXT_COMPLETION); in ibmf_i_mad_completions()
|
H A D | ibmf_impl.c | 808 (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 D | ibd_cm.c | 670 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 D | ibd.c | 5964 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 D | sol_uverbs_comp.c | 617 flag = IBT_NEXT_COMPLETION; in sol_uverbs_req_notify_cq()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1160 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 D | rpcib.c | 751 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 D | ibtl_types.h | 842 IBT_NEXT_COMPLETION = 1, enumerator
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 333 IBT_NEXT_COMPLETION); in rdsv3_ib_snd_tasklet_fn()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 818 if (flags == IBT_NEXT_COMPLETION) { in tavor_cq_notify()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 849 if (flags == IBT_NEXT_COMPLETION) { in hermon_cq_notify()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 1325 notify_type = IBT_NEXT_COMPLETION; in ib_req_notify_cq()
|