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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h259 ibt_cq_attr_t *attr_p, uint_t *actual_size, tavor_cqhdl_t *cqhdl,
261 int tavor_cq_free(tavor_state_t *state, tavor_cqhdl_t *cqhdl,
263 int tavor_cq_resize(tavor_state_t *state, tavor_cqhdl_t cqhdl,
265 int tavor_cq_notify(tavor_state_t *state, tavor_cqhdl_t cqhdl,
267 int tavor_cq_poll(tavor_state_t *state, tavor_cqhdl_t cqhdl, ibt_wc_t *wc_p,
H A Dtavor_wr.h303 uint64_t tavor_wrid_get_entry(tavor_cqhdl_t cqhdl, tavor_hw_cqe_t *cqe,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h268 ibt_cq_attr_t *attr_p, uint_t *actual_size, hermon_cqhdl_t *cqhdl,
270 int hermon_cq_free(hermon_state_t *state, hermon_cqhdl_t *cqhdl,
272 int hermon_cq_resize(hermon_state_t *state, hermon_cqhdl_t cqhdl,
274 int hermon_cq_modify(hermon_state_t *state, hermon_cqhdl_t cqhdl,
276 int hermon_cq_notify(hermon_state_t *state, hermon_cqhdl_t cqhdl,
278 int hermon_cq_poll(hermon_state_t *state, hermon_cqhdl_t cqhdl, ibt_wc_t *wc_p,
H A Dhermon_wr.h186 ibt_wrid_t hermon_wrid_get_entry(hermon_cqhdl_t cqhdl, hermon_hw_cqe_t *cqe);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c854 hermon_cqhdl_t cqhdl; local
861 &cqhdl, HERMON_NOSLEEP);
867 *cq_p = (ibc_cq_hdl_t)cqhdl;
882 hermon_cqhdl_t cqhdl; local
887 cqhdl = (hermon_cqhdl_t)cq;
891 status = hermon_cq_free(state, &cqhdl, HERMON_NOSLEEP);
906 hermon_cqhdl_t cqhdl; local
910 cqhdl = (hermon_cqhdl_t)cq;
913 *entries_p = cqhdl->cq_bufsz;
914 *count_p = cqhdl
933 hermon_cqhdl_t cqhdl; local
959 hermon_cqhdl_t cqhdl; local
1760 hermon_cqhdl_t cqhdl; local
1790 hermon_cqhdl_t cqhdl; local
[all...]
H A Dhermon_cq.c69 ibt_cq_attr_t *cq_attr, uint_t *actual_size, hermon_cqhdl_t *cqhdl,
356 * "actual_size" and "cqhdl" and return success
376 *cqhdl = cq;
413 hermon_cq_free(hermon_state_t *state, hermon_cqhdl_t *cqhdl, uint_t sleepflag) argument
431 cq = *cqhdl;
564 /* Set the cqhdl pointer to NULL and return success */
565 *cqhdl = NULL;
68 hermon_cq_alloc(hermon_state_t *state, ibt_cq_hdl_t ibt_cqhdl, ibt_cq_attr_t *cq_attr, uint_t *actual_size, hermon_cqhdl_t *cqhdl, uint_t sleepflag) argument
H A Dhermon_rsrc.c2443 hermon_cqhdl_t cqhdl; local
2446 cqhdl = (hermon_cqhdl_t)cq;
2449 mutex_init(&cqhdl->cq_lock, NULL, MUTEX_DRIVER,
2464 hermon_cqhdl_t cqhdl; local
2466 cqhdl = (hermon_cqhdl_t)cq;
2468 mutex_destroy(&cqhdl->cq_lock);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c1135 tavor_cqhdl_t cqhdl; local
1153 &cqhdl, TAVOR_NOSLEEP);
1162 *cq_p = (ibc_cq_hdl_t)cqhdl;
1178 tavor_cqhdl_t cqhdl; local
1202 cqhdl = (tavor_cqhdl_t)cq;
1205 status = tavor_cq_free(state, &cqhdl, TAVOR_NOSLEEP);
1227 tavor_cqhdl_t cqhdl; local
1248 cqhdl = (tavor_cqhdl_t)cq;
1251 *entries_p = cqhdl->cq_bufsz;
1273 tavor_cqhdl_t cqhdl; local
2490 tavor_cqhdl_t cqhdl; local
2564 tavor_cqhdl_t cqhdl; local
[all...]
H A Dtavor_cq.c64 ibt_cq_attr_t *cq_attr, uint_t *actual_size, tavor_cqhdl_t *cqhdl,
336 * "actual_size" and "cqhdl" and return success
357 *cqhdl = cq;
396 tavor_cq_free(tavor_state_t *state, tavor_cqhdl_t *cqhdl, uint_t sleepflag) argument
416 cq = *cqhdl;
534 /* Set the cqhdl pointer to NULL and return success */
535 *cqhdl = NULL;
63 tavor_cq_alloc(tavor_state_t *state, ibt_cq_hdl_t ibt_cqhdl, ibt_cq_attr_t *cq_attr, uint_t *actual_size, tavor_cqhdl_t *cqhdl, uint_t sleepflag) argument
H A Dtavor_rsrc.c2614 tavor_cqhdl_t cqhdl; local
2619 cqhdl = (tavor_cqhdl_t)cq;
2622 mutex_init(&cqhdl->cq_lock, NULL, MUTEX_DRIVER,
2624 mutex_init(&cqhdl->cq_wrid_wqhdr_lock, NULL, MUTEX_DRIVER,
2640 tavor_cqhdl_t cqhdl; local
2644 cqhdl = (tavor_cqhdl_t)cq;
2646 mutex_destroy(&cqhdl->cq_wrid_wqhdr_lock);
2647 mutex_destroy(&cqhdl->cq_lock);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c752 dapli_arbel_cq_cqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe, argument
773 status = dapli_arbel_cq_errcqe_consume(cqhdl, cqe, wc);
781 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, cqe,
861 dapli_arbel_cq_errcqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe, argument
877 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, cqe,
H A Ddapl_tavor_hw.c991 dapli_tavor_cq_cqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe, argument
1008 status = dapli_tavor_cq_errcqe_consume(cqhdl, cqe, wc);
1016 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, cqe,
1096 dapli_tavor_cq_errcqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe, argument
1114 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, cqe,
H A Ddapl_hermon_hw.c759 dapli_hermon_cq_cqe_consume(ib_cq_handle_t cqhdl, uint32_t *cqe, argument
775 status = dapli_hermon_cq_errcqe_consume(cqhdl, cqe, wc);
785 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, (tavor_hw_cqe_t *)cqe,
862 dapli_hermon_cq_errcqe_consume(ib_cq_handle_t cqhdl, uint32_t *cqe, argument
886 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, (tavor_hw_cqe_t *)cqe,

Completed in 127 milliseconds