Home
last modified time | relevance | path

Searched refs:ibt_cqhdl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h258 int tavor_cq_alloc(tavor_state_t *state, ibt_cq_hdl_t ibt_cqhdl,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h267 int hermon_cq_alloc(hermon_state_t *state, ibt_cq_hdl_t ibt_cqhdl,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c63 tavor_cq_alloc(tavor_state_t *state, ibt_cq_hdl_t ibt_cqhdl, in tavor_cq_alloc() argument
311 cq->cq_hdlrarg = (void *)ibt_cqhdl; in tavor_cq_alloc()
H A Dtavor_ci.c972 tavor_ci_alloc_cq(ibc_hca_hdl_t hca, ibt_cq_hdl_t ibt_cqhdl, in tavor_ci_alloc_cq() argument
988 status = tavor_cq_alloc(state, ibt_cqhdl, attr_p, actual_size, in tavor_ci_alloc_cq()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c68 hermon_cq_alloc(hermon_state_t *state, ibt_cq_hdl_t ibt_cqhdl, in hermon_cq_alloc() argument
352 cq->cq_hdlrarg = (void *)ibt_cqhdl; in hermon_cq_alloc()
H A Dhermon_ci.c850 hermon_ci_alloc_cq(ibc_hca_hdl_t hca, ibt_cq_hdl_t ibt_cqhdl, in hermon_ci_alloc_cq() argument
860 status = hermon_cq_alloc(state, ibt_cqhdl, attr_p, actual_size, in hermon_ci_alloc_cq()