Home
last modified time | relevance | path

Searched refs:tx_queue_stopped (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dtx.c498 if (wl->tx_queue_stopped && in wl1251_tx_complete()
504 wl->tx_queue_stopped = false; in wl1251_tx_complete()
Dwl1251.h320 bool tx_queue_stopped; member
Dmain.c377 wl->tx_queue_stopped = true; in wl1251_op_tx()
482 wl->tx_queue_stopped = false; in wl1251_op_stop()
1622 wl->tx_queue_stopped = false; in wl1251_alloc_hw()
Ddebugfs.c243 if (wl->tx_queue_stopped) in tx_queue_status_read()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h83 u64 tx_queue_stopped; member
Den_stats.c70 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_queue_stopped) },
193 s->tx_queue_stopped += sq_stats->stopped; in mlx5e_grp_sw_update_stats()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Ddma.c1177 dev->wl->tx_queue_stopped[skb_mapping] = 1; in b43legacy_dma_tx()
1291 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43legacy_dma_handle_txstatus()
1292 dev->wl->tx_queue_stopped[ring->queue_prio] = 0; in b43legacy_dma_handle_txstatus()
Db43legacy.h637 bool tx_queue_stopped[B43legacy_QOS_QUEUE_NUM]; member
Dmain.c2500 wl->tx_queue_stopped[queue_num] = 1; in b43legacy_tx_work()
2511 wl->tx_queue_stopped[queue_num] = 0; in b43legacy_tx_work()
2531 if (!wl->tx_queue_stopped[skb->queue_mapping]) in b43legacy_op_tx()
3869 wl->tx_queue_stopped[queue_num] = 0; in b43legacy_wireless_init()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddma.c1465 dev->wl->tx_queue_stopped[skb_mapping] = 1; in b43_dma_tx()
1630 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43_dma_handle_txstatus()
1631 dev->wl->tx_queue_stopped[ring->queue_prio] = 0; in b43_dma_handle_txstatus()
Db43.h964 bool tx_queue_stopped[B43_QOS_QUEUE_NUM]; member
Dmain.c3628 wl->tx_queue_stopped[queue_num] = 1; in b43_tx_work()
3639 wl->tx_queue_stopped[queue_num] = 0; in b43_tx_work()
3662 if (!wl->tx_queue_stopped[skb->queue_mapping]) { in b43_op_tx()
5633 wl->tx_queue_stopped[queue_num] = 0; in b43_wireless_init()