Symbol: ibt_poll_cq
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
394
while (ibt_poll_cq(ch->ch_rcq_hdl, &wc, 1, NULL) ==
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
620
status = ibt_poll_cq(cq_hdl, &wc[0], SRPT_SEND_WC_POLL_SIZE,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
728
status = ibt_poll_cq(cq_hdl, &wc[0], SRPT_RECV_WC_POLL_SIZE,
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
142
while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
119
while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
148
while ((ret = ibt_poll_cq(chan->ch_rcv_cq_hdl, chan->ch_rcv_wc,
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
254
while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
usr/src/uts/common/io/ib/clients/eoib/enx_hdlrs.c
629
while ((ret = ibt_poll_cq(info->ti_cq_hdl, info->ti_wc, info->ti_cq_sz,
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7513
while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7568
while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1688
while (ibt_poll_cq(cq_hdl, wcs, numwcs, &real_numwcs) == IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2180
while (ibt_poll_cq(cq_hdl, wcs, numwcs, &real_numwcs) == IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/iser/iser_cq.c
102
status = ibt_poll_cq(cq_hdl, wc, ISER_IB_SCQ_POLL_MAX, &npoll);
usr/src/uts/common/io/ib/clients/iser/iser_cq.c
358
status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
2286
rtn = ibt_poll_cq(cq->ibt_cq, &ibt_wc, 1, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
697
rc = ibt_poll_cq(ucq->cq, completions, cmd.ne, &resp.count);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1036
ret = ibt_poll_cq(cq, wc, RDS_NUM_DATA_SEND_WCS, &nret);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
637
ret = ibt_poll_cq(cq, &wc, 1, &npolled);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
882
ret = ibt_poll_cq(cq, &wc, 1, &npolled);
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
322
while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) ==
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
334
while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) ==
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
386
while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_cq), &wc[0],
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
406
while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_cq), &wc[0],
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
330
status = ibt_poll_cq(cq_handle, &cqe, 1, NULL);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_handlers.c
358
status = ibt_poll_cq(cq_handle, &cqe, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
1022
ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
1115
ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
1194
ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
usr/src/uts/common/rpc/rpcib.c
1334
ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1123
ibt_status_t ibt_poll_cq(ibt_cq_hdl_t ibt_cq, ibt_wc_t *work_completions,