Searched refs:num_polled (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cq.c223 * num_polled The actual number of completions returned.
228 uint_t *num_polled)
233 ibt_cq->cq_ibc_cq_hdl, work_completions, num_wc, num_polled));
227 ibt_poll_cq(ibt_cq_hdl_t ibt_cq, ibt_wc_t *work_completions, uint_t num_wc, uint_t *num_polled) argument
/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/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c612 uint_t *num_polled)
691 if (num_polled != NULL) {
692 *num_polled = polled_cnt;
611 dapli_arbel_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled) argument
H A Ddapl_tavor_hw.c841 uint_t *num_polled)
928 if (num_polled != NULL) {
929 *num_polled = polled_cnt;
840 dapli_tavor_cq_poll(ib_cq_handle_t cq, ibt_wc_t *wc_p, uint_t num_wc, uint_t *num_polled) argument
H A Ddapl_hermon_hw.c616 uint_t *num_polled)
694 if (num_polled != NULL) {
695 *num_polled = polled_cnt;
615 dapli_hermon_cq_poll(ib_cq_handle_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/hermon/
H A Dhermon_cq.c868 uint_t num_wc, uint_t *num_polled)
975 /* Set "num_polled" (if necessary) */
976 if (num_polled != NULL) {
977 *num_polled = polled_cnt;
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)
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)
1018 /* Set "num_polled" (if necessary) */
1019 if (num_polled != NULL) {
1020 *num_polled = polled_cnt;
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)
2529 /* First fill in "num_polled" argument (only when valid) */
2530 if (num_polled) {
2531 *num_polled = 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
/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/clients/ibd/
H A Dibd.c7510 uint_t num_polled; local
7513 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
7515 for (i = 0, wc = wcs; i < num_polled; i++, wc++) {
7564 uint_t num_polled; local
7568 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
7570 for (i = 0, wc = wcs; i < num_polled; i++, wc++) {
7609 if (atomic_add_32_nv(&state->id_rx_list.dl_cnt, -num_polled) <

Completed in 134 milliseconds