Searched refs:tavor_cq_refcnt_inc (Results 1 – 3 of 3) sorted by relevance
273 int tavor_cq_refcnt_inc(tavor_cqhdl_t cq, uint_t is_special);
194 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()
1105 tavor_cq_refcnt_inc(tavor_cqhdl_t cq, uint_t is_special) in tavor_cq_refcnt_inc() function