Searched refs:hermon_cq_refcnt_inc (Results 1 – 3 of 3) sorted by relevance
287 int hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special);
237 status = hermon_cq_refcnt_inc(sq_cq, HERMON_CQ_IS_NORMAL); in hermon_qp_alloc()242 status = hermon_cq_refcnt_inc(rq_cq, HERMON_CQ_IS_NORMAL); in hermon_qp_alloc()847 status = hermon_cq_refcnt_inc(sq_cq, HERMON_CQ_IS_SPECIAL); in hermon_special_qp_alloc()852 status = hermon_cq_refcnt_inc(rq_cq, HERMON_CQ_IS_SPECIAL); in hermon_special_qp_alloc()1398 status = hermon_cq_refcnt_inc(sq_cq, HERMON_CQ_IS_NORMAL); in hermon_qp_alloc_range()1403 status = hermon_cq_refcnt_inc(rq_cq, HERMON_CQ_IS_NORMAL); in hermon_qp_alloc_range()
1152 hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special) in hermon_cq_refcnt_inc() function