Searched refs:WIL_RING_SIZE_ORDER_MAX (Results 1 – 5 of 5) sorted by relevance
65 if (num_descriptors > (1 << WIL_RING_SIZE_ORDER_MAX)) { in wil_pmc_alloc()68 num_descriptors, 1 << WIL_RING_SIZE_ORDER_MAX); in wil_pmc_alloc()
13 #define WIL_SRING_SIZE_ORDER_MAX (WIL_RING_SIZE_ORDER_MAX)
112 if (ring->va && (ring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) { in wil_print_ring()230 if (sring->va && (sring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) { in wil_print_sring()
81 #define WIL_RING_SIZE_ORDER_MAX (15) macro
86 if ((x < WIL_RING_SIZE_ORDER_MIN) || (x > WIL_RING_SIZE_ORDER_MAX)) in ring_order_set()