Searched refs:GDMA_EQE_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dgdma_main.c493 uint32_t head = eq->head % (eq->queue_size / GDMA_EQE_SIZE);
568 num_eqe = eq->queue_size / GDMA_EQE_SIZE;
797 log2_num_entries = ilog2(queue->queue_size / GDMA_EQE_SIZE);
H A Dgdma.h273 #define GDMA_EQE_SIZE 16 macro
H A Dhw_channel.c410 eq_size = roundup_pow_of_two(GDMA_EQE_SIZE * q_depth);

Completed in 99 milliseconds