Home
last modified time | relevance | path

Searched refs:tavor_cq_refcnt_inc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h273 int tavor_cq_refcnt_inc(tavor_cqhdl_t cq, uint_t is_special);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c194 status = tavor_cq_refcnt_inc(sq_cq, TAVOR_CQ_IS_NORMAL); in tavor_qp_alloc()
198 status = tavor_cq_refcnt_inc(rq_cq, TAVOR_CQ_IS_NORMAL); in tavor_qp_alloc()
689 status = tavor_cq_refcnt_inc(sq_cq, TAVOR_CQ_IS_SPECIAL); in tavor_special_qp_alloc()
693 status = tavor_cq_refcnt_inc(rq_cq, TAVOR_CQ_IS_SPECIAL); in tavor_special_qp_alloc()
H A Dtavor_cq.c1105 tavor_cq_refcnt_inc(tavor_cqhdl_t cq, uint_t is_special) in tavor_cq_refcnt_inc() function