Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/p54/
Dtxrx.c188 const u16 p54_queue) in p54_tx_qos_accounting_alloc() argument
193 if (WARN_ON(p54_queue >= P54_QUEUE_NUM)) in p54_tx_qos_accounting_alloc()
196 queue = &priv->tx_stats[p54_queue]; in p54_tx_qos_accounting_alloc()
199 if (unlikely(queue->len >= queue->limit && IS_QOS_QUEUE(p54_queue))) { in p54_tx_qos_accounting_alloc()
207 if (unlikely(queue->len == queue->limit && IS_QOS_QUEUE(p54_queue))) { in p54_tx_qos_accounting_alloc()
208 u16 ac_queue = p54_queue - P54_QUEUE_DATA; in p54_tx_qos_accounting_alloc()