Home
last modified time | relevance | path

Searched refs:num_wc (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cq.c227 ibt_poll_cq(ibt_cq_hdl_t ibt_cq, ibt_wc_t *work_completions, uint_t num_wc, in ibt_poll_cq() argument
233 ibt_cq->cq_ibc_cq_hdl, work_completions, num_wc, num_polled)); in ibt_poll_cq()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h268 uint_t num_wc, uint_t *num_polled);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h279 uint_t num_wc, uint_t *num_polled);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c124 uint_t num_wc; in eib_data_rx_comp_handler() local
142 num_wc = (chan->ch_rcv_cq_sz < EIB_MAX_RX_PKTS_ONINTR) ? in eib_data_rx_comp_handler()
149 num_wc, &polled)) == IBT_SUCCESS) { in eib_data_rx_comp_handler()
220 num_wc -= polled; in eib_data_rx_comp_handler()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c611 dapli_arbel_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, in dapli_arbel_cq_poll() argument
662 if (polled_cnt >= num_wc) { in dapli_arbel_cq_poll()
H A Ddapl_tavor_hw.c840 dapli_tavor_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, in dapli_tavor_cq_poll() argument
892 if (polled_cnt >= num_wc) { in dapli_tavor_cq_poll()
H A Ddapl_hermon_hw.c615 dapli_hermon_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, in dapli_hermon_cq_poll() argument
666 if (polled_cnt >= num_wc) { in dapli_hermon_cq_poll()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c840 uint_t num_wc, uint_t *num_polled) in tavor_cq_poll() argument
908 if (polled_cnt >= num_wc) { in tavor_cq_poll()
H A Dtavor_ci.c2087 uint_t num_wc, uint_t *num_polled) in tavor_ci_poll_cq() argument
2107 if (num_wc == 0) { in tavor_ci_poll_cq()
2116 status = tavor_cq_poll(state, cqhdl, wc_p, num_wc, &polled); in tavor_ci_poll_cq()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h314 ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled);
H A Dibti_common.h1124 uint_t num_wc, uint_t *num_polled);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c868 uint_t num_wc, uint_t *num_polled) in hermon_cq_poll() argument
948 if (polled_cnt >= num_wc) { in hermon_cq_poll()
H A Dhermon_ci.c1757 uint_t num_wc, uint_t *num_polled) in hermon_ci_poll_cq() argument
1766 if (num_wc == 0) { in hermon_ci_poll_cq()
1775 status = hermon_cq_poll(state, cqhdl, wc_p, num_wc, num_polled); in hermon_ci_poll_cq()