Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h65 uint32_t cq_log_cqsz; member
H A Ddapl_hermon_hw.c45 ((cq->cq_consindx & cq->cq_size) >> cq->cq_log_cqsz))
602 cq->cq_log_cqsz = i; in dapli_hermon_cq_resize_helper()
1631 cq->cq_log_cqsz = i; in dapli_hermon_cq_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c342 cq->cq_log_cqsz = log_cq_size; in hermon_cq_alloc()
755 resize_hdl->cq_log_cqsz = log_cq_size; in hermon_cq_resize()
889 shift = cq->cq_log_cqsz; in hermon_cq_poll()
1630 cq->cq_log_cqsz = resize_hdl->cq_log_cqsz; in hermon_cq_resize_helper()
1674 shift = cq->cq_log_cqsz; in hermon_cq_entries_flush()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h219 uint32_t cq_log_cqsz; member