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.c220 * num_wc Size of the Work completion array. The
227 ibt_poll_cq(ibt_cq_hdl_t ibt_cq, ibt_wc_t *work_completions, uint_t num_wc, argument
233 ibt_cq->cq_ibc_cq_hdl, work_completions, num_wc, num_polled));
/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; local
142 num_wc = (chan->ch_rcv_cq_sz < EIB_MAX_RX_PKTS_ONINTR) ?
149 num_wc, &polled)) == IBT_SUCCESS) {
220 num_wc -= polled;
/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, argument
662 if (polled_cnt >= num_wc) {
H A Ddapl_tavor_hw.c840 dapli_tavor_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, argument
892 if (polled_cnt >= num_wc) {
H A Ddapl_hermon_hw.c615 dapli_hermon_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, argument
666 if (polled_cnt >= num_wc) {
/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.h1120 * If the CQ contains completed WRs, up to num_wc of them are returned.
1124 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)
948 if (polled_cnt >= num_wc) {
867 hermon_cq_poll(hermon_state_t *state, hermon_cqhdl_t cq, ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled) argument
H A Dhermon_ci.c1757 uint_t num_wc, uint_t *num_polled)
1765 /* Check for valid num_wc field */
1766 if (num_wc == 0) {
1775 status = hermon_cq_poll(state, cqhdl, wc_p, num_wc, num_polled);
1756 hermon_ci_poll_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c908 uint_t num_wc, uint_t *num_polled)
981 if (polled_cnt >= num_wc) {
907 tavor_cq_poll(tavor_state_t *state, tavor_cqhdl_t cq, ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled) argument
H A Dtavor_ci.c2487 uint_t num_wc, uint_t *num_polled)
2514 /* Check for valid num_wc field */
2515 if (num_wc == 0) {
2527 status = tavor_cq_poll(state, cqhdl, wc_p, num_wc, &polled);
2486 tavor_ci_poll_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled) argument

Completed in 109 milliseconds