Lines Matching refs:htt

2991 	lockdep_assert_held(&ar->htt.tx_lock);  in ath10k_mac_tx_lock()
3012 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_tx_unlock()
3032 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_vif_tx_lock()
3043 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_vif_tx_unlock()
3063 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_vif_handle_tx_pause()
3107 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev()
3112 spin_unlock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev()
3170 if (ar->htt.target_version_major < 3 && in ath10k_tx_h_get_txmode()
3227 cb->htt.tid = HTT_DATA_TX_EXT_TID_NON_QOS_MCAST_BCAST; in ath10k_tx_h_nwifi()
3291 return !(ar->htt.target_version_major >= 3 && in ath10k_mac_need_offchan_tx_work()
3292 ar->htt.target_version_minor >= 4); in ath10k_mac_need_offchan_tx_work()
3320 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx() local
3327 ret = ath10k_htt_tx(htt, skb); in ath10k_mac_tx()
3333 else if (ar->htt.target_version_major >= 3) in ath10k_mac_tx()
3334 ret = ath10k_htt_tx(htt, skb); in ath10k_mac_tx()
3336 ret = ath10k_htt_mgmt_tx(htt, skb); in ath10k_mac_tx()
3644 ATH10K_SKB_CB(skb)->htt.is_offchan = false; in ath10k_tx()
3645 ATH10K_SKB_CB(skb)->htt.freq = 0; in ath10k_tx()
3646 ATH10K_SKB_CB(skb)->htt.tid = ath10k_tx_h_get_tid(hdr); in ath10k_tx()
3647 ATH10K_SKB_CB(skb)->htt.nohwcrypt = !ath10k_tx_h_use_hwcrypto(vif, skb); in ath10k_tx()
3672 ATH10K_SKB_CB(skb)->htt.freq = ar->scan.roc_freq; in ath10k_tx()
3677 ATH10K_SKB_CB(skb)->htt.freq = 0; in ath10k_tx()
3678 ATH10K_SKB_CB(skb)->htt.is_offchan = true; in ath10k_tx()
4552 spin_lock_bh(&ar->htt.tx_lock); in ath10k_add_interface()
4555 spin_unlock_bh(&ar->htt.tx_lock); in ath10k_add_interface()
4658 spin_lock_bh(&ar->htt.tx_lock); in ath10k_remove_interface()
4660 spin_unlock_bh(&ar->htt.tx_lock); in ath10k_remove_interface()
5888 time_left = wait_event_timeout(ar->htt.empty_tx_wq, ({ in ath10k_flush()
5891 spin_lock_bh(&ar->htt.tx_lock); in ath10k_flush()
5892 empty = (ar->htt.num_pending_tx == 0); in ath10k_flush()
5893 spin_unlock_bh(&ar->htt.tx_lock); in ath10k_flush()