/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cq.h | 267 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 D | dapl_arbel_hw.c | 611 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 D | dapl_hermon_hw.c | 615 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()
|
H A D | dapl_tavor_hw.c | 840 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()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cq.h | 278 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 D | tavor_cq.c | 839 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 D | tavor_ci.c | 2086 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 D | ibci.h | 314 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 D | hermon_cq.c | 867 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 D | hermon_ci.c | 1756 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()
|