Lines Matching refs:queue
189 struct p54_tx_queue_stats *queue; in p54_tx_qos_accounting_alloc() local
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()
203 queue->len++; in p54_tx_qos_accounting_alloc()
204 queue->count++; in p54_tx_qos_accounting_alloc()
206 if (unlikely(queue->len == queue->limit && IS_QOS_QUEUE(p54_queue))) { in p54_tx_qos_accounting_alloc()
684 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, in p54_tx_80211_header() argument
703 *queue = skb_get_queue_mapping(skb) + P54_QUEUE_DATA; in p54_tx_80211_header()
723 *queue = P54_QUEUE_CAB; in p54_tx_80211_header()
747 *queue = P54_QUEUE_BEACON; in p54_tx_80211_header()
786 u8 rate, queue = 0, crypt_offset = 0; in p54_tx_80211() local
793 p54_tx_80211_header(priv, skb, info, control->sta, &queue, &extra_len, in p54_tx_80211()
796 if (p54_tx_qos_accounting_alloc(priv, skb, queue)) { in p54_tx_80211()
920 txhdr->hw_queue = queue; in p54_tx_80211()
921 txhdr->backlog = priv->tx_stats[queue].len - 1; in p54_tx_80211()