Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dgdma.h272 #define GDMA_CQE_SIZE 64 macro
H A Dgdma_main.c482 uint32_t num_cqe = cq->queue_size / GDMA_CQE_SIZE; in mana_gd_ring_cq()
838 uint32_t log2_num_entries = ilog2(spec->queue_size / GDMA_CQE_SIZE); in mana_gd_create_cq()
H A Dhw_channel.c414 cq_size = roundup_pow_of_two(GDMA_CQE_SIZE * q_depth); in mana_hwc_create_cq()