| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H 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() 879 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32() [all …]
|
| H A D | htt.c | 291 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 …]
|
| H A D | htt_rx.c | 266 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_ring_refill() local 809 htt->rx_ring.size_mask = htt->rx_ring.size - 1; in ath10k_htt_rx_alloc() 861 htt->rx_ring.size, htt->rx_ring.fill_level); in ath10k_htt_rx_alloc() 3087 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_tx_compl_ind() local 3361 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_h_rx_offload() local 3410 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_in_ord_ind() local 4223 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4274 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4382 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4479 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_hl_indication() local [all …]
|
| H A D | htt.h | 1969 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg() 1985 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc() 1991 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc() 1998 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx() 2004 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx() 2012 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff() 2018 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff() 2029 return htt->tx_ops->htt_h2t_aggr_cfg_msg(htt, in ath10k_htt_h2t_aggr_cfg_msg() 2051 return htt->rx_ops->htt_get_rx_ring_size(htt); in ath10k_htt_get_rx_ring_size() 2074 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring() [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() 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 …]
|
| 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 | core.c | 2604 wake_up(&ar->htt.empty_tx_wq); in ath10k_core_restart() 2726 ar->htt.max_num_amsdu = 1; in ath10k_core_init_firmware_features() 2778 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features() 3093 status = ath10k_htt_tx_start(&ar->htt); in ath10k_core_start() 3105 status = ath10k_htt_rx_alloc(&ar->htt); in ath10k_core_start() 3292 status = ath10k_htt_setup(&ar->htt); in ath10k_core_start() 3314 ath10k_htt_rx_free(&ar->htt); in ath10k_core_start() 3316 ath10k_htt_tx_free(&ar->htt); in ath10k_core_start() 3358 ath10k_htt_tx_stop(&ar->htt); in ath10k_core_stop() 3359 ath10k_htt_rx_free(&ar->htt); in ath10k_core_stop() [all …]
|
| H A D | mac.c | 3707 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev() 4010 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_submit() local 4288 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_txq_unref() 4330 if (ar->htt.num_pending_tx < ar->htt.tx_q_state.num_push_allowed) in ath10k_mac_tx_can_push() 4389 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_push_txq() local 4402 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq() 4454 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq() 4491 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending() 4674 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_op_tx() local 5866 spin_lock_bh(&ar->htt.tx_lock); in ath10k_add_interface() [all …]
|
| H A D | Makefile | 7 htt.o \
|
| H A D | hw.h | 652 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()
|
| H A D | debug.c | 122 ar->htt.target_version_major, in ath10k_debug_print_boot_info() 123 ar->htt.target_version_minor, in ath10k_debug_print_boot_info() 920 ret = ath10k_htt_h2t_stats_req(&ar->htt, ar->debug.htt_stats_mask, in ath10k_debug_htt_stats_req() 1009 amsdu = ar->htt.max_num_amsdu; in ath10k_read_htt_max_amsdu_ampdu() 1010 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu() 1039 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu() 1044 ar->htt.max_num_amsdu = amsdu; in ath10k_write_htt_max_amsdu_ampdu() 1045 ar->htt.max_num_ampdu = ampdu; in ath10k_write_htt_max_amsdu_ampdu()
|
| H A D | core.h | 1079 struct ath10k_htt htt; member
|
| H A D | htc.c | 844 if (ep->bundle_tx && eid == ar->htt.eid) { in ath10k_htc_tx_complete_work()
|
| H A D | wmi-tlv.c | 2016 cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_tlv_op_gen_init()
|
| H A D | wmi.c | 6916 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()
|
| /freebsd-14.2/sys/modules/ath10k/ |
| H A D | Makefile | 11 SRCS+= htc.c htt.c htt_rx.c htt_tx.c
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | cpu.h | 176 D(htt, 28)
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | cpu.h | 174 D(htt, 28)
|
| /freebsd-14.2/secure/caroot/trusted/ |
| H A D | SwissSign_Gold_CA_-_G2.pem | 139 ZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt
|