Searched refs:GET_HW_QUEUE (Results 1 – 2 of 2) sorted by relevance
139 unlikely(GET_HW_QUEUE(skb) == P54_QUEUE_BEACON)) in p54_assign_address()222 priv->tx_stats[GET_HW_QUEUE(skb)].len--; in p54_tx_qos_accounting_free()225 if (unlikely(GET_HW_QUEUE(skb) == P54_QUEUE_BEACON)) { in p54_tx_qos_accounting_free()
98 #define GET_HW_QUEUE(skb) \ macro