Home
last modified time | relevance | path

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

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