Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c187 const u16 p54_queue) in p54_tx_qos_accounting_alloc() argument
192 if (WARN_ON(p54_queue >= P54_QUEUE_NUM)) in p54_tx_qos_accounting_alloc()
195 queue = &priv->tx_stats[p54_queue]; in p54_tx_qos_accounting_alloc()
198 if (unlikely(queue->len >= queue->limit && IS_QOS_QUEUE(p54_queue))) { in p54_tx_qos_accounting_alloc()
206 if (unlikely(queue->len == queue->limit && IS_QOS_QUEUE(p54_queue))) { in p54_tx_qos_accounting_alloc()
207 u16 ac_queue = p54_queue - P54_QUEUE_DATA; in p54_tx_qos_accounting_alloc()