Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dtx.c501 if (wl->tx_queue_stopped && in wl1251_tx_complete()
507 wl->tx_queue_stopped = false; in wl1251_tx_complete()
Dwl1251.h320 bool tx_queue_stopped; member
Dmain.c383 wl->tx_queue_stopped = true; in wl1251_op_tx()
484 wl->tx_queue_stopped = false; in wl1251_op_stop()
1546 wl->tx_queue_stopped = false; in wl1251_alloc_hw()
Ddebugfs.c243 if (wl->tx_queue_stopped) in tx_queue_status_read()
/linux-4.4.14/drivers/net/wireless/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.h636 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()
3865 wl->tx_queue_stopped[queue_num] = 0; in b43legacy_wireless_init()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den.h137 u64 tx_queue_stopped; member
Den_main.c145 s->tx_queue_stopped = 0; in mlx5e_update_stats()
168 s->tx_queue_stopped += sq_stats->stopped; in mlx5e_update_stats()
/linux-4.4.14/drivers/net/wireless/b43/
Ddma.c1465 dev->wl->tx_queue_stopped[skb_mapping] = 1; in b43_dma_tx()
1628 if (dev->wl->tx_queue_stopped[ring->queue_prio]) { in b43_dma_handle_txstatus()
1629 dev->wl->tx_queue_stopped[ring->queue_prio] = 0; in b43_dma_handle_txstatus()
Db43.h963 bool tx_queue_stopped[B43_QOS_QUEUE_NUM]; member
Dmain.c3621 wl->tx_queue_stopped[queue_num] = 1; in b43_tx_work()
3632 wl->tx_queue_stopped[queue_num] = 0; in b43_tx_work()
3655 if (!wl->tx_queue_stopped[skb->queue_mapping]) { in b43_op_tx()
5644 wl->tx_queue_stopped[queue_num] = 0; in b43_wireless_init()