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);
242 status = hermon_cq_refcnt_inc(rq_cq, HERMON_CQ_IS_NORMAL);
847 status = hermon_cq_refcnt_inc(sq_cq, HERMON_CQ_IS_SPECIAL);
852 status = hermon_cq_refcnt_inc(rq_cq, HERMON_CQ_IS_SPECIAL);
1398 status = hermon_cq_refcnt_inc(sq_cq, HERMON_CQ_IS_NORMAL);
1403 status = hermon_cq_refcnt_inc(rq_cq, HERMON_CQ_IS_NORMAL);
H A Dhermon_cq.c1148 * hermon_cq_refcnt_inc()
1152 hermon_cq_refcnt_inc(hermon_cqhdl_t cq, uint_t is_special) function

Completed in 68 milliseconds