Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h287 int hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c237 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()
H A Dhermon_cq.c1152 hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special) in hermon_cq_refcnt_inc() function