Searched refs:htt (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 37 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr) in ath10k_htt_rx_find_skb_paddr() 45 static void ath10k_htt_rx_ring_free(struct ath10k_htt *htt) in ath10k_htt_rx_ring_free() argument 52 if (htt->rx_ring.in_ord_rx) { in ath10k_htt_rx_ring_free() 53 hash_for_each_safe(htt->rx_ring.skb_table, i, n, rxcb, hlist) { in ath10k_htt_rx_ring_free() 55 dma_unmap_single(htt->ar->dev, rxcb->paddr, in ath10k_htt_rx_ring_free() 62 for (i = 0; i < htt->rx_ring.size; i++) { in ath10k_htt_rx_ring_free() 63 skb = htt->rx_ring.netbufs_ring[i]; in ath10k_htt_rx_ring_free() 68 dma_unmap_single(htt->ar->dev, rxcb->paddr, in ath10k_htt_rx_ring_free() 75 htt->rx_ring.fill_cnt = 0; in ath10k_htt_rx_ring_free() 76 hash_init(htt->rx_ring.skb_table); in ath10k_htt_rx_ring_free() [all …]
|
| H A D | txrx.c | 43 int ath10k_txrx_tx_unref(struct ath10k_htt *htt, in ath10k_txrx_tx_unref() argument 47 struct ath10k *ar = htt->ar; in ath10k_txrx_tx_unref() 60 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref() 66 spin_lock_bh(&htt->tx_lock); in ath10k_txrx_tx_unref() 67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref() 71 spin_unlock_bh(&htt->tx_lock); in ath10k_txrx_tx_unref() 84 ath10k_htt_tx_free_msdu_id(htt, tx_done->msdu_id); in ath10k_txrx_tx_unref() 85 ath10k_htt_tx_dec_pending(htt); in ath10k_txrx_tx_unref() 86 spin_unlock_bh(&htt->tx_lock); in ath10k_txrx_tx_unref() 97 ath10k_report_offchan_tx(htt->ar, msdu); in ath10k_txrx_tx_unref() [all …]
|
| H A D | txrx.h | 11 int ath10k_txrx_tx_unref(struct ath10k_htt *htt, 22 void ath10k_peer_map_event(struct ath10k_htt *htt, 24 void ath10k_peer_unmap_event(struct ath10k_htt *htt,
|
| H A D | mac.c | 3612 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_tx_lock() 3633 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_tx_unlock() 3653 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_vif_tx_lock() 3664 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_vif_tx_unlock() 3684 lockdep_assert_held(&ar->htt.tx_lock); in ath10k_mac_vif_handle_tx_pause() 3729 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev() 3734 spin_unlock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev() 3772 if (ar->htt.target_version_major < 3 && in ath10k_mac_tx_h_get_txmode() 3974 return (ar->htt.target_version_major >= 3 && in ath10k_mac_tx_frm_has_freq() 3975 ar->htt.target_version_minor >= 4 && in ath10k_mac_tx_frm_has_freq() [all …]
|
| H A D | Makefile | 7 htt.o \
|
| H A D | wmi.c | 6854 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()
|
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc_deflate.c | 245 param->htt = HTT_FIXED; in dfltcc_deflate() 248 param->htt = HTT_DYNAMIC; in dfltcc_deflate()
|
| H A D | dfltcc.h | 49 unsigned htt : 1; /* Huffman-Table Type */ member
|
| /linux/lib/zstd/common/ |
| H A D | cpu.h | 156 D(htt, 28)
|