Home
last modified time | relevance | path

Searched refs:WIL_RING_SIZE_ORDER_MAX (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dpmc.c65 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()
Dtxrx_edma.h13 #define WIL_SRING_SIZE_ORDER_MAX (WIL_RING_SIZE_ORDER_MAX)
Ddebugfs.c112 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()
Dwil6210.h81 #define WIL_RING_SIZE_ORDER_MAX (15) macro
Dmain.c86 if ((x < WIL_RING_SIZE_ORDER_MIN) || (x > WIL_RING_SIZE_ORDER_MAX)) in ring_order_set()