WIL_RING_SIZE_ORDER_MAX
if (ring->va && (ring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) {
if (sring->va && (sring->size <= (1 << WIL_RING_SIZE_ORDER_MAX))) {
if ((x < WIL_RING_SIZE_ORDER_MIN) || (x > WIL_RING_SIZE_ORDER_MAX))
if (num_descriptors > (1 << WIL_RING_SIZE_ORDER_MAX)) {
num_descriptors, 1 << WIL_RING_SIZE_ORDER_MAX);
#define WIL_SRING_SIZE_ORDER_MAX (WIL_RING_SIZE_ORDER_MAX)