Home
last modified time | relevance | path

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, in dapli_arbel_cq_poll() argument
646 &wc_p[polled_cnt++]); in dapli_arbel_cq_poll()
704 dapli_arbel_cq_poll_one(ib_cq_handle_t cq, ibt_wc_t *wc_p) in dapli_arbel_cq_poll_one() argument
728 status = dapli_arbel_cq_cqe_consume(cq, cqe, wc_p); in dapli_arbel_cq_poll_one()
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
876 &wc_p[polled_cnt++]); in dapli_tavor_cq_poll()
941 dapli_tavor_cq_poll_one(ib_cq_handle_t cq, ibt_wc_t *wc_p) in dapli_tavor_cq_poll_one() argument
965 status = dapli_tavor_cq_cqe_consume(cq, cqe, wc_p); in dapli_tavor_cq_poll_one()
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
650 &wc_p[polled_cnt++]); in dapli_hermon_cq_poll()
707 dapli_hermon_cq_poll_one(ib_cq_handle_t cq, ibt_wc_t *wc_p) in dapli_hermon_cq_poll_one() argument
737 status = dapli_hermon_cq_cqe_consume(cq, cqe, wc_p); in dapli_hermon_cq_poll_one()
/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/io/ib/adapters/tavor/
H A Dtavor_cq.c839 tavor_cq_poll(tavor_state_t *state, tavor_cqhdl_t cq, ibt_wc_t *wc_p, in tavor_cq_poll() argument
886 &wc_p[polled_cnt++]); in tavor_cq_poll()
H A Dtavor_ci.c2086 tavor_ci_poll_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, ibt_wc_t *wc_p, in tavor_ci_poll_cq() argument
2094 ASSERT(wc_p != NULL); 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);
/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, in hermon_cq_poll() argument
936 hermon_cq_cqe_consume(state, cq, cqe, &wc_p[polled_cnt++]); in hermon_cq_poll()
H A Dhermon_ci.c1756 hermon_ci_poll_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, ibt_wc_t *wc_p, in hermon_ci_poll_cq() argument
1763 ASSERT(wc_p != NULL); in hermon_ci_poll_cq()
1775 status = hermon_cq_poll(state, cqhdl, wc_p, num_wc, num_polled); in hermon_ci_poll_cq()