Searched refs:tx_queue_stats (Results 1 – 8 of 8) sorted by relevance
819 if (unlikely(xradio_queue_stats_init(&hw_priv->tx_queue_stats, in xradio_init_common()826 &hw_priv->tx_queue_stats, i, in xradio_init_common()830 xradio_queue_stats_deinit(&hw_priv->tx_queue_stats); in xradio_init_common()934 xradio_queue_stats_deinit(&hw_priv->tx_queue_stats); in xradio_free_common()
477 if (hw_priv->tx_queue_stats.num_queued[0] + in xradio_wow_suspend()478 hw_priv->tx_queue_stats.num_queued[1]) { in xradio_wow_suspend()
259 struct xradio_queue_stats tx_queue_stats; member
175 xradio_queue_register_post_gc(&hw_priv->tx_queue_stats, &skb_drop); in xradio_skb_post_gc()176 queue_work(hw_priv->workqueue, &hw_priv->tx_queue_stats.gc_work); in xradio_skb_post_gc()
1481 hw_priv->tx_queue_stats.wait_link_id_empty, in __xradio_flush()1482 xradio_queue_stats_is_empty(&hw_priv->tx_queue_stats, in __xradio_flush()1500 if (unlikely(!xradio_queue_stats_is_empty(&hw_priv->tx_queue_stats, in __xradio_flush()
2078 !hw_priv->tx_queue_stats.link_map_cache[priv->if_id][i + 1]) { in xradio_alloc_link_id()
138 for (i = 0; i < priv->hw_priv->tx_queue_stats.map_capacity; ++i) in xradio_debug_print_map()141 priv->hw_priv->tx_queue_stats.map_capacity - 1); in xradio_debug_print_map()
6986 trf_mgmt_stats_t tx_queue_stats[TRF_MGMT_MAX_PRIORITIES]; member