Home
last modified time | relevance | path

Searched refs:tx_paused (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h589 unsigned long tx_paused; /* arbitrary values defined by target */ member
1236 unsigned long tx_paused; /* see ATH10K_TX_PAUSE_ */ member
H A Dmac.c3593 ar->tx_paused |= BIT(reason); in ath10k_mac_tx_lock()
3603 if (arvif->tx_paused) in ath10k_mac_tx_unlock_iter()
3614 ar->tx_paused &= ~BIT(reason); in ath10k_mac_tx_unlock()
3616 if (ar->tx_paused) in ath10k_mac_tx_unlock()
3634 arvif->tx_paused |= BIT(reason); in ath10k_mac_vif_tx_lock()
3645 arvif->tx_paused &= ~BIT(reason); in ath10k_mac_vif_tx_unlock()
3647 if (ar->tx_paused) in ath10k_mac_vif_tx_unlock()
3650 if (arvif->tx_paused) in ath10k_mac_vif_tx_unlock()
4800 ar->tx_paused = 0; in ath10k_halt()
5867 if (!ar->tx_paused) in ath10k_add_interface()