/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_cq.c | 67 status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION); in iser_ib_sendcq_handler() 330 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()
|
/titanic_50/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() 641 (void) ibt_enable_cq_notify(ch->ch_scq_hdl, in srpt_ch_scq_hdlr() 750 (void) ibt_enable_cq_notify(ch->ch_rcq_hdl, in srpt_ch_rcq_hdlr()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1008 ret = ibt_enable_cq_notify(cq, rds_wc_signal); in rds_recvcq_handler() 1160 ret = ibt_enable_cq_notify(cq, IBT_NEXT_COMPLETION); in rds_sendcq_handler() 1301 ret = ibt_enable_cq_notify(ep->ep_sendcq, in rds_ep_alloc_rc_channel() 1330 ret = ibt_enable_cq_notify(ep->ep_recvcq, rds_wc_signal); in rds_ep_alloc_rc_channel()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 332 (void) ibt_enable_cq_notify(RDSV3_CQ2CQHDL(ic->i_snd_cq), in rdsv3_ib_snd_tasklet_fn() 404 (void) ibt_enable_cq_notify(RDSV3_CQ2CQHDL(ic->i_cq), in rdsv3_ib_tasklet_fn()
|
/titanic_50/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() 1734 if (ibt_enable_cq_notify(chan->rcq_hdl, IBT_NEXT_COMPLETION) != in ibd_rc_rcq_handler() 2348 if (ibt_enable_cq_notify(chan->scq_hdl, IBT_NEXT_COMPLETION) != in ibd_rc_tx_recycle() 3109 result = ibt_enable_cq_notify(ace->ac_chan->rcq_hdl, in ibd_rc_handle_act_estab() 3139 result = ibt_enable_cq_notify(chan->rcq_hdl, in ibd_rc_handle_pas_estab()
|
H A D | ibd.c | 5963 if ((ret = ibt_enable_cq_notify(state->id_scq_hdl, in ibd_start() 6023 if ((ret = ibt_enable_cq_notify(state->id_rcq_hdl, 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()
|
/titanic_50/usr/src/uts/common/io/warlock/ |
H A D | ibtl.wlcmd | 58 root ibt_enable_cq_notify
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 623 rc = ibt_enable_cq_notify(ucq->cq, flag); in sol_uverbs_req_notify_cq()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1099 ibt_status_t ibt_enable_cq_notify(ibt_cq_hdl_t ibt_cq,
|
/titanic_50/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_handlers.c | 1399 ibt_enable_cq_notify(ibt_cq_hdl_t ibtl_cq, ibt_cq_notify_flags_t notify_type) in ibt_enable_cq_notify() function
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 1336 rtn = ibt_enable_cq_notify(cq->ibt_cq, notify_type); in ib_req_notify_cq()
|