Searched refs:wc_p (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h267 int tavor_cq_poll(tavor_state_t *state, tavor_cqhdl_t cqhdl, ibt_wc_t *wc_p,
/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
646 &wc_p[polled_cnt++]);
704 dapli_arbel_cq_poll_one(ib_cq_handle_t cq, ibt_wc_t *wc_p) argument
728 status = dapli_arbel_cq_cqe_consume(cq, cqe, wc_p);
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
876 &wc_p[polled_cnt++]);
941 dapli_tavor_cq_poll_one(ib_cq_handle_t cq, ibt_wc_t *wc_p) argument
965 status = dapli_tavor_cq_cqe_consume(cq, cqe, wc_p);
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
650 &wc_p[polled_cnt++]);
707 dapli_hermon_cq_poll_one(ib_cq_handle_t cq, ibt_wc_t *wc_p) argument
737 status = dapli_hermon_cq_cqe_consume(cq, cqe, wc_p);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h278 int hermon_cq_poll(hermon_state_t *state, hermon_cqhdl_t cqhdl, ibt_wc_t *wc_p,
/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);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c867 hermon_cq_poll(hermon_state_t *state, hermon_cqhdl_t cq, ibt_wc_t *wc_p, argument
936 hermon_cq_cqe_consume(state, cq, cqe, &wc_p[polled_cnt++]);
H A Dhermon_ci.c1756 hermon_ci_poll_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, ibt_wc_t *wc_p, argument
1763 ASSERT(wc_p != NULL);
1775 status = hermon_cq_poll(state, cqhdl, wc_p, num_wc, num_polled);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c907 tavor_cq_poll(tavor_state_t *state, tavor_cqhdl_t cq, ibt_wc_t *wc_p, argument
959 &wc_p[polled_cnt++]);
H A Dtavor_ci.c2486 tavor_ci_poll_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, ibt_wc_t *wc_p, argument
2496 ASSERT(wc_p != NULL);
2527 status = tavor_cq_poll(state, cqhdl, wc_p, num_wc, &polled);

Completed in 111 milliseconds