Searched refs:pending_frames (Results 1 – 11 of 11) sorted by relevance
88 WARN_ON(atomic_read(&wvif->tx_queue[i].pending_frames)); in wfx_tx_queues_check_empty()140 WARN_ON(!atomic_read(&queue->pending_frames)); in wfx_pending_drop()141 atomic_dec(&queue->pending_frames); in wfx_pending_drop()166 WARN_ON(!atomic_read(&queue->pending_frames)); in wfx_pending_get()167 atomic_dec(&queue->pending_frames); in wfx_pending_get()228 return atomic_read(&queue->pending_frames) * queue->priority; in wfx_tx_queue_get_weight()264 atomic_inc(&queues[i]->pending_frames); in wfx_tx_queues_get_skb()287 atomic_inc(&queues[i]->pending_frames); in wfx_tx_queues_get_skb()299 atomic_inc(&queues[i]->pending_frames); in wfx_tx_queues_get_skb()
21 atomic_t pending_frames; member
465 __entry->hw[j] = atomic_read(&queue->pending_frames);
489 atomic_t pending_frames; member
1307 atomic_set(&sta_info->pending_frames, 0); in carl9170_op_sta_add()1697 if (atomic_read(&sta_info->pending_frames)) in carl9170_op_sta_notify()
192 atomic_t pending_frames; member
451 atomic_inc(&sta_priv->pending_frames); in iwlagn_tx_skb()798 atomic_dec_return(&sta_priv->pending_frames) == 0) in iwlagn_non_agg_tx_status()
220 if (WARN_ON(--txq->pending_frames < 0)) in ath_txq_skb_done()221 txq->pending_frames = 0; in ath_txq_skb_done()260 ++tid->txq->pending_frames; in ath_tid_pull()2364 ++txq->pending_frames; in ath_tx_start()
172 int pending_frames; member
1897 atomic_inc(&sta_priv->pending_frames); in il4965_tx_skb()2437 atomic_dec_return(&sta_priv->pending_frames) == 0) in il4965_non_agg_tx_status()6022 atomic_set(&sta_priv->pending_frames, 0); in il4965_mac_sta_add()
2842 atomic_t pending_frames; member