Searched refs:ibt_poll_cq (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cq.c211 * ibt_poll_cq()
227 ibt_poll_cq(ibt_cq_hdl_t ibt_cq, ibt_wc_t *work_completions, uint_t num_wc, function
230 IBTF_DPRINTF_L4(ibtf_cq, "ibt_poll_cq(%p)", ibt_cq);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c330 status = ibt_poll_cq(cq_handle, &cqe, 1, NULL);
335 * either which can return from ibt_poll_cq(). In other
341 "an error status (0x%x) from ibt_poll_cq.",
358 status = ibt_poll_cq(cq_handle, &cqe, 1, NULL);
363 * either which can return from ibt_poll_cq(). In other
369 "an error status (0x%x) from ibt_poll_cq.",
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c101 status = ibt_poll_cq(cq_hdl, wc, ISER_IB_SCQ_POLL_MAX, &npoll);
106 ISER_LOG(CE_NOTE, "iser_ib_sendcq_handler: ibt_poll_cq "
357 status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
366 "ibt_poll_cq error (%d)", status);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c322 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) ==
334 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) ==
386 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_cq), &wc[0],
406 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_cq), &wc[0],
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c394 while (ibt_poll_cq(ch->ch_rcq_hdl, &wc, 1, NULL) ==
620 status = ibt_poll_cq(cq_hdl, &wc[0], SRPT_SEND_WC_POLL_SIZE,
728 status = ibt_poll_cq(cq_hdl, &wc[0], SRPT_RECV_WC_POLL_SIZE,
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c142 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
H A Deib_ctl.c119 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
H A Deib_data.c148 while ((ret = ibt_poll_cq(chan->ch_rcv_cq_hdl, chan->ch_rcv_wc,
195 * by pooling them here, once per ibt_poll_cq(). The accuracy
254 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
H A Denx_hdlrs.c629 while ((ret = ibt_poll_cq(info->ti_cq_hdl, info->ti_wc, info->ti_cq_sz,
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c637 ret = ibt_poll_cq(cq, &wc, 1, &npolled);
640 RDS_DPRINTF2(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
643 RDS_DPRINTF5(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
882 ret = ibt_poll_cq(cq, &wc, 1, &npolled);
885 RDS_DPRINTF2(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
888 RDS_DPRINTF5(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
1036 ret = ibt_poll_cq(cq, wc, RDS_NUM_DATA_SEND_WCS, &nret);
1040 "ibt_poll_cq returned: %d", ep, cq, ret);
1043 "ibt_poll_cq returned: IBT_CQ_EMPTY",
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c697 rc = ibt_poll_cq(ucq->cq, completions, cmd.ne, &resp.count);
700 "poll_cq: ibt_poll_cq() (rc=%d)", rc);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1118 * ibt_poll_cq()
1123 ibt_status_t ibt_poll_cq(ibt_cq_hdl_t ibt_cq, ibt_wc_t *work_completions,
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1022 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1115 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1194 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1334 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1689 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &real_numwcs) == IBT_SUCCESS) {
2181 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &real_numwcs) == IBT_SUCCESS) {
H A Dibd.c7513 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
7568 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c2280 /* only one thread per cq is allowed during ibt_poll_cq() */
2284 rtn = ibt_poll_cq(cq->ibt_cq, &ibt_wc, 1, NULL);
2300 "ibt_poll_cq failed w/ %d, npolled = %d",

Completed in 102 milliseconds