Home
last modified time | relevance | path

Searched refs:htt (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dhtt_tx.c148 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()
879 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
[all …]
A Dhtt.c291 struct ath10k *ar = htt->ar; in ath10k_htt_connect()
311 htt->eid = conn_resp.eid; in ath10k_htt_connect()
318 htt->disable_tx_comp = ath10k_hif_get_htt_tx_complete(htt->ar); in ath10k_htt_connect()
319 if (htt->disable_tx_comp) in ath10k_htt_connect()
320 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true); in ath10k_htt_connect()
327 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_init() local
329 htt->ar = ar; in ath10k_htt_init()
337 htt->prefetch_len = in ath10k_htt_init()
365 ath10k_htt_set_tx_ops(htt); in ath10k_htt_init()
366 ath10k_htt_set_rx_ops(htt); in ath10k_htt_init()
[all …]
A Dhtt_rx.c266 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_ring_refill() local
796 htt->rx_ring.size_mask = htt->rx_ring.size - 1; in ath10k_htt_rx_alloc()
845 htt->rx_ring.size, htt->rx_ring.fill_level); in ath10k_htt_rx_alloc()
2945 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 Dhtt.h1950 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()
1966 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()
1972 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
1979 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
1985 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()
1993 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
1999 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()
2010 return htt->tx_ops->htt_h2t_aggr_cfg_msg(htt, in ath10k_htt_h2t_aggr_cfg_msg()
2032 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size()
2055 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring()
[all …]
A Dtxrx.c43 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 Dtxrx.h11 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 Dcore.c2528 wake_up(&ar->htt.empty_tx_wq); in ath10k_core_restart()
2658 ar->htt.max_num_amsdu = 1; in ath10k_core_init_firmware_features()
2707 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features()
3018 status = ath10k_htt_tx_start(&ar->htt); in ath10k_core_start()
3030 status = ath10k_htt_rx_alloc(&ar->htt); in ath10k_core_start()
3217 status = ath10k_htt_setup(&ar->htt); in ath10k_core_start()
3239 ath10k_htt_rx_free(&ar->htt); in ath10k_core_start()
3241 ath10k_htt_tx_free(&ar->htt); in ath10k_core_start()
3283 ath10k_htt_tx_stop(&ar->htt); in ath10k_core_stop()
3284 ath10k_htt_rx_free(&ar->htt); in ath10k_core_stop()
[all …]
A Dmac.c3705 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev()
4000 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_submit() local
4278 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_txq_unref()
4320 if (ar->htt.num_pending_tx < ar->htt.tx_q_state.num_push_allowed) in ath10k_mac_tx_can_push()
4379 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_push_txq() local
4392 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq()
4444 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq()
4481 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending()
4664 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 DMakefile7 htt.o \
A Dhw.h652 int (*tx_data_rssi_pad_bytes)(struct htt_resp *htt);
666 struct htt_resp *htt) in ath10k_tx_data_rssi_get_pad_bytes() argument
669 return hw->hw_ops->tx_data_rssi_pad_bytes(htt); in ath10k_tx_data_rssi_get_pad_bytes()
A Ddebug.c99 ar->htt.target_version_major, in ath10k_debug_print_boot_info()
100 ar->htt.target_version_minor, in ath10k_debug_print_boot_info()
879 ret = ath10k_htt_h2t_stats_req(&ar->htt, ar->debug.htt_stats_mask, in ath10k_debug_htt_stats_req()
968 amsdu = ar->htt.max_num_amsdu; in ath10k_read_htt_max_amsdu_ampdu()
969 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu()
998 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu()
1003 ar->htt.max_num_amsdu = amsdu; in ath10k_write_htt_max_amsdu_ampdu()
1004 ar->htt.max_num_ampdu = ampdu; in ath10k_write_htt_max_amsdu_ampdu()
A Dcore.h1071 struct ath10k_htt htt; member
A Dhtc.c841 if (ep->bundle_tx && eid == ar->htt.eid) { in ath10k_htc_tx_complete_work()
A Dwmi-tlv.c1941 cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_tlv_op_gen_init()
A Dwmi.c6826 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()
/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_deflate.c245 param->htt = HTT_FIXED; in dfltcc_deflate()
248 param->htt = HTT_DYNAMIC; in dfltcc_deflate()
A Ddfltcc.h49 unsigned htt : 1; /* Huffman-Table Type */ member
/linux-6.3-rc2/lib/zstd/common/
A Dcpu.h155 D(htt, 28)

Completed in 95 milliseconds