Home
last modified time | relevance | path

Searched defs:log2_num_entries (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mana/
H A Dgdma_main.c792 uint32_t log2_num_entries; in mana_gd_create_eq() local
838 uint32_t log2_num_entries = ilog2(spec->queue_size / GDMA_CQE_SIZE); in mana_gd_create_cq() local
H A Dgdma.h541 #define INITIALIZED_OWNER_BIT(log2_num_entries) (1UL << (log2_num_entries)) argument