P54_QUEUE_NUM
for (i = 0; i < P54_QUEUE_NUM; i++) {
BUILD_BUG_ON(P54_QUEUE_NUM > ARRAY_SIZE(priv->tx_stats));
for (i = P54_QUEUE_MGMT; i < P54_QUEUE_NUM; i++)
if (WARN_ON(p54_queue >= P54_QUEUE_NUM))