| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | htt_tx.c | 148 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in ath10k_htt_tx_dec_pending() 159 if (htt->num_pending_tx >= htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending() 163 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending() 510 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_tx_clean_up_pending() local 560 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_htc_tx_complete() local 622 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 664 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 726 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32() 788 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64() 875 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32() [all …]
|
| A D | htt.c | 292 struct ath10k *ar = htt->ar; in ath10k_htt_connect() 312 htt->eid = conn_resp.eid; in ath10k_htt_connect() 319 htt->disable_tx_comp = ath10k_hif_get_htt_tx_complete(htt->ar); in ath10k_htt_connect() 320 if (htt->disable_tx_comp) in ath10k_htt_connect() 321 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true); in ath10k_htt_connect() 328 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_init() local 330 htt->ar = ar; in ath10k_htt_init() 338 htt->prefetch_len = in ath10k_htt_init() 366 ath10k_htt_set_tx_ops(htt); in ath10k_htt_init() 367 ath10k_htt_set_rx_ops(htt); in ath10k_htt_init() [all …]
|
| A D | htt_rx.c | 267 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_ring_refill() local 797 htt->rx_ring.size_mask = htt->rx_ring.size - 1; in ath10k_htt_rx_alloc() 846 htt->rx_ring.size, htt->rx_ring.fill_level); in ath10k_htt_rx_alloc() 2946 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_tx_compl_ind() local 3211 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_h_rx_offload() local 3260 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_in_ord_ind() local 4073 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4124 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4232 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4329 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_hl_indication() local [all …]
|
| A D | htt.h | 1954 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg() 1970 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc() 1976 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc() 1983 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx() 1989 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx() 1997 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff() 2003 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff() 2014 return htt->tx_ops->htt_h2t_aggr_cfg_msg(htt, in ath10k_htt_h2t_aggr_cfg_msg() 2036 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size() 2059 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring() [all …]
|
| 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() 71 spin_unlock_bh(&htt->tx_lock); 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() 141 ieee80211_tx_status_ext(htt->ar->hw, &status); in ath10k_txrx_tx_unref() 220 struct ath10k *ar = htt->ar; in ath10k_peer_map_event() [all …]
|
| 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,
|
| A D | core.c | 2546 wake_up(&ar->htt.empty_tx_wq); in ath10k_core_restart() 2668 ar->htt.max_num_amsdu = 1; in ath10k_core_init_firmware_features() 2717 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features() 3028 status = ath10k_htt_tx_start(&ar->htt); in ath10k_core_start() 3040 status = ath10k_htt_rx_alloc(&ar->htt); in ath10k_core_start() 3227 status = ath10k_htt_setup(&ar->htt); in ath10k_core_start() 3253 ath10k_htt_rx_free(&ar->htt); in ath10k_core_start() 3255 ath10k_htt_tx_free(&ar->htt); in ath10k_core_start() 3297 ath10k_htt_tx_stop(&ar->htt); in ath10k_core_stop() 3298 ath10k_htt_rx_free(&ar->htt); in ath10k_core_stop() [all …]
|
| A D | mac.c | 3700 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev() 3995 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_submit() local 4273 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_txq_unref() 4315 if (ar->htt.num_pending_tx < ar->htt.tx_q_state.num_push_allowed) in ath10k_mac_tx_can_push() 4374 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_push_txq() local 4387 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq() 4439 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq() 4476 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending() 4662 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_op_tx() local 5850 spin_lock_bh(&ar->htt.tx_lock); in ath10k_add_interface() [all …]
|
| A D | Makefile | 7 htt.o \
|
| A D | hw.h | 647 int (*tx_data_rssi_pad_bytes)(struct htt_resp *htt); 661 struct htt_resp *htt) in ath10k_tx_data_rssi_get_pad_bytes() argument 664 return hw->hw_ops->tx_data_rssi_pad_bytes(htt); in ath10k_tx_data_rssi_get_pad_bytes()
|
| A D | debug.c | 100 ar->htt.target_version_major, in ath10k_debug_print_boot_info() 101 ar->htt.target_version_minor, in ath10k_debug_print_boot_info() 880 ret = ath10k_htt_h2t_stats_req(&ar->htt, ar->debug.htt_stats_mask, in ath10k_debug_htt_stats_req() 969 amsdu = ar->htt.max_num_amsdu; in ath10k_read_htt_max_amsdu_ampdu() 970 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu() 999 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu() 1004 ar->htt.max_num_amsdu = amsdu; in ath10k_write_htt_max_amsdu_ampdu() 1005 ar->htt.max_num_ampdu = ampdu; in ath10k_write_htt_max_amsdu_ampdu()
|
| A D | core.h | 1073 struct ath10k_htt htt; member
|
| A D | htc.c | 842 if (ep->bundle_tx && eid == ar->htt.eid) { in ath10k_htc_tx_complete_work()
|
| A D | wmi-tlv.c | 1946 cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_tlv_op_gen_init()
|
| A D | wmi.c | 6848 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/ |
| A D | dfltcc_deflate.c | 245 param->htt = HTT_FIXED; in dfltcc_deflate() 248 param->htt = HTT_DYNAMIC; in dfltcc_deflate()
|
| A D | dfltcc.h | 49 unsigned htt : 1; /* Huffman-Table Type */ member
|
| /linux/lib/zstd/common/ |
| A D | cpu.h | 155 D(htt, 28)
|