Home
last modified time | relevance | path

Searched refs:cq_refcnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h219 uint_t cq_refcnt; member
254 tavor_sw_cq_s::cq_refcnt
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h220 uint_t cq_refcnt; member
259 hermon_sw_cq_s::cq_refcnt
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c301 cq->cq_refcnt = 0; in tavor_cq_alloc()
401 if (cq->cq_refcnt != 0) { in tavor_cq_free()
1115 if (cq->cq_refcnt == 0) { in tavor_cq_refcnt_inc()
1123 cq->cq_refcnt++; in tavor_cq_refcnt_inc()
1138 cq->cq_refcnt--; in tavor_cq_refcnt_dec()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c344 cq->cq_refcnt = 0; in hermon_cq_alloc()
445 if (cq->cq_refcnt != 0) { in hermon_cq_free()
1162 if (cq->cq_refcnt == 0) { in hermon_cq_refcnt_inc()
1170 cq->cq_refcnt++; in hermon_cq_refcnt_inc()
1185 cq->cq_refcnt--; in hermon_cq_refcnt_dec()