WIL_RING_SIZE_ORDER_MAX  123 drivers/net/wireless/ath/wil6210/debugfs.c 	if (ring->va && (ring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) {
WIL_RING_SIZE_ORDER_MAX  241 drivers/net/wireless/ath/wil6210/debugfs.c 	if (sring->va && (sring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) {
WIL_RING_SIZE_ORDER_MAX   97 drivers/net/wireless/ath/wil6210/main.c 	if ((x < WIL_RING_SIZE_ORDER_MIN) || (x > WIL_RING_SIZE_ORDER_MAX))
WIL_RING_SIZE_ORDER_MAX   77 drivers/net/wireless/ath/wil6210/pmc.c 	if (num_descriptors > (1 << WIL_RING_SIZE_ORDER_MAX)) {
WIL_RING_SIZE_ORDER_MAX   80 drivers/net/wireless/ath/wil6210/pmc.c 			num_descriptors, 1 << WIL_RING_SIZE_ORDER_MAX);
WIL_RING_SIZE_ORDER_MAX   24 drivers/net/wireless/ath/wil6210/txrx_edma.h #define WIL_SRING_SIZE_ORDER_MAX	(WIL_RING_SIZE_ORDER_MAX)