Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h229 uint_t cq_intmod_count; member
263 hermon_sw_cq_s::cq_intmod_count
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c144 cq->cq_intmod_count = 0; in hermon_cq_alloc()
796 if (count != cq->cq_intmod_count || in hermon_cq_modify()
813 cq->cq_intmod_count = count; in hermon_cq_modify()
H A Dhermon_ci.c914 *count_p = cqhdl->cq_intmod_count; in hermon_ci_query_cq()