Symbol: ibt_enable_cq_notify
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
120
(void) ibt_enable_cq_notify(ch->ch_scq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
121
(void) ibt_enable_cq_notify(ch->ch_rcq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
641
(void) ibt_enable_cq_notify(ch->ch_scq_hdl,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
750
(void) ibt_enable_cq_notify(ch->ch_rcq_hdl,
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
133
ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
220
ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
110
ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
199
ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
132
ret = ibt_enable_cq_notify(chan->ch_rcv_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
245
ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
665
ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
682
ret = ibt_enable_cq_notify(chan->ch_rcv_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/enx_hdlrs.c
620
ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
645
ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5963
if ((ret = ibt_enable_cq_notify(state->id_scq_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6023
if ((ret = ibt_enable_cq_notify(state->id_rcq_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7660
if (ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION) !=
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7715
if (ibt_enable_cq_notify(rcq, IBT_NEXT_COMPLETION) !=
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1733
if (ibt_enable_cq_notify(chan->rcq_hdl, IBT_NEXT_COMPLETION) !=
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2347
if (ibt_enable_cq_notify(chan->scq_hdl, IBT_NEXT_COMPLETION) !=
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
3108
result = ibt_enable_cq_notify(ace->ac_chan->rcq_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
3138
result = ibt_enable_cq_notify(chan->rcq_hdl,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
670
result = ibt_enable_cq_notify(chan->scq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/iser/iser_cq.c
331
status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/iser/iser_cq.c
68
status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
523
(void) ibt_enable_cq_notify(chan->ic_sendcq, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
537
(void) ibt_enable_cq_notify(chan->ic_recvcq, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
1338
rtn = ibt_enable_cq_notify(cq->ibt_cq, notify_type);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
623
rc = ibt_enable_cq_notify(ucq->cq, flag);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1008
ret = ibt_enable_cq_notify(cq, rds_wc_signal);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1160
ret = ibt_enable_cq_notify(cq, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1301
ret = ibt_enable_cq_notify(ep->ep_sendcq,
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1330
ret = ibt_enable_cq_notify(ep->ep_recvcq, rds_wc_signal);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
332
(void) ibt_enable_cq_notify(RDSV3_CQ2CQHDL(ic->i_snd_cq),
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
404
(void) ibt_enable_cq_notify(RDSV3_CQ2CQHDL(ic->i_cq),
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
351
(void) ibt_enable_cq_notify(cq_handle, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
808
(void) ibt_enable_cq_notify(cip->ci_cq_handle, IBT_NEXT_COMPLETION);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
809
(void) ibt_enable_cq_notify(cip->ci_alt_cq_handle, IBT_NEXT_COMPLETION);
usr/src/uts/common/rpc/rpcib.c
1017
(void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/rpc/rpcib.c
1110
(void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/rpc/rpcib.c
1189
(void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/rpc/rpcib.c
1329
(void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/rpc/rpcib.c
751
status = ibt_enable_cq_notify(cq->rib_cq_hdl, IBT_NEXT_COMPLETION);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1099
ibt_status_t ibt_enable_cq_notify(ibt_cq_hdl_t ibt_cq,