Lines Matching refs:reason
3586 void ath10k_mac_tx_lock(struct ath10k *ar, int reason)
3590 WARN_ON(reason >= ATH10K_TX_PAUSE_MAX);
3591 ar->tx_paused |= BIT(reason);
3607 void ath10k_mac_tx_unlock(struct ath10k *ar, int reason)
3611 WARN_ON(reason >= ATH10K_TX_PAUSE_MAX);
3612 ar->tx_paused &= ~BIT(reason);
3625 void ath10k_mac_vif_tx_lock(struct ath10k_vif *arvif, int reason)
3631 WARN_ON(reason >= BITS_PER_LONG);
3632 arvif->tx_paused |= BIT(reason);
3636 void ath10k_mac_vif_tx_unlock(struct ath10k_vif *arvif, int reason)
3642 WARN_ON(reason >= BITS_PER_LONG);
3643 arvif->tx_paused &= ~BIT(reason);
4562 * firmware fails to deliver the event (for whatever reason) it is