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