Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/p54/
Dlmac.h245 #define IS_QOS_QUEUE(n) (n >= P54_QUEUE_DATA) macro
Dtxrx.c198 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()