Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dpmc.c76 if (num_descriptors > (1 << WIL_RING_SIZE_ORDER_MAX)) { in wil_pmc_alloc()
79 num_descriptors, 1 << WIL_RING_SIZE_ORDER_MAX); in wil_pmc_alloc()
Dtxrx_edma.h24 #define WIL_SRING_SIZE_ORDER_MAX (WIL_RING_SIZE_ORDER_MAX)
Ddebugfs.c107 if (ring->va && (ring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) { in wil_print_ring()
222 if (sring->va && (sring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) { in wil_print_sring()
Dwil6210.h89 #define WIL_RING_SIZE_ORDER_MAX (15) macro
Dmain.c96 if ((x < WIL_RING_SIZE_ORDER_MIN) || (x > WIL_RING_SIZE_ORDER_MAX)) in ring_order_set()