Home
last modified time | relevance | path

Searched refs:P54_QUEUE_NUM (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intersil/p54/
Dmain.c213 for (i = 0; i < P54_QUEUE_NUM; i++) { in p54_stop()
654 BUILD_BUG_ON(P54_QUEUE_NUM > ARRAY_SIZE(priv->tx_stats)); in p54_flush_count()
661 for (i = P54_QUEUE_MGMT; i < P54_QUEUE_NUM; i++) in p54_flush_count()
Dlmac.h242 P54_QUEUE_NUM = 8, enumerator
Dtxrx.c192 if (WARN_ON(p54_queue >= P54_QUEUE_NUM)) in p54_tx_qos_accounting_alloc()