Searched defs:log2_num_entries (Results 1 – 2 of 2) sorted by relevance
561 u32 log2_num_entries; in mana_gd_create_eq() local605 u32 log2_num_entries = ilog2(spec->queue_size / GDMA_CQE_SIZE); in mana_gd_create_cq() local
462 #define INITIALIZED_OWNER_BIT(log2_num_entries) (1UL << (log2_num_entries)) argument