| /drivers/net/wireless/ath/ath10k/ |
| A D | htt_tx.c | 150 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in ath10k_htt_tx_dec_pending() 161 if (htt->num_pending_tx >= htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending() 165 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending() 512 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_tx_clean_up_pending() local 562 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_htc_tx_complete() local 624 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 666 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 728 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32() 790 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64() 877 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 | 263 struct ath10k_htt *htt = timer_container_of(htt, t, in ath10k_htt_rx_ring_refill_retry() local 271 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_ring_refill() local 801 htt->rx_ring.size_mask = htt->rx_ring.size - 1; in ath10k_htt_rx_alloc() 2950 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_tx_compl_ind() local 3215 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_h_rx_offload() local 3264 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_in_ord_ind() local 4077 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4128 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4236 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_t2h_msg_handler() local 4333 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 | 2595 wake_up(&ar->htt.empty_tx_wq); in ath10k_core_restart() 2715 ar->htt.max_num_amsdu = 1; in ath10k_core_init_firmware_features() 2764 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features() 3075 status = ath10k_htt_tx_start(&ar->htt); in ath10k_core_start() 3087 status = ath10k_htt_rx_alloc(&ar->htt); in ath10k_core_start() 3274 status = ath10k_htt_setup(&ar->htt); in ath10k_core_start() 3300 ath10k_htt_rx_free(&ar->htt); in ath10k_core_start() 3302 ath10k_htt_tx_free(&ar->htt); in ath10k_core_start() 3344 ath10k_htt_tx_stop(&ar->htt); in ath10k_core_stop() 3345 ath10k_htt_rx_free(&ar->htt); in ath10k_core_stop() [all …]
|
| A D | mac.c | 3722 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_handle_tx_pause_vdev() 4017 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_submit() local 4295 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_txq_unref() 4337 if (ar->htt.num_pending_tx < ar->htt.tx_q_state.num_push_allowed) in ath10k_mac_tx_can_push() 4396 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_push_txq() local 4409 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq() 4461 spin_lock_bh(&ar->htt.tx_lock); in ath10k_mac_tx_push_txq() 4498 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending() 4684 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_op_tx() local 5874 spin_lock_bh(&ar->htt.tx_lock); in ath10k_add_interface() [all …]
|
| A D | Makefile | 7 htt.o \
|
| A D | hw.h | 651 int (*tx_data_rssi_pad_bytes)(struct htt_resp *htt); 665 struct htt_resp *htt) in ath10k_tx_data_rssi_get_pad_bytes() argument 668 return hw->hw_ops->tx_data_rssi_pad_bytes(htt); in ath10k_tx_data_rssi_get_pad_bytes()
|
| A D | debug.c | 102 ar->htt.target_version_major, in ath10k_debug_print_boot_info() 103 ar->htt.target_version_minor, in ath10k_debug_print_boot_info() 882 ret = ath10k_htt_h2t_stats_req(&ar->htt, ar->debug.htt_stats_mask, in ath10k_debug_htt_stats_req() 971 amsdu = ar->htt.max_num_amsdu; in ath10k_read_htt_max_amsdu_ampdu() 972 ampdu = ar->htt.max_num_ampdu; in ath10k_read_htt_max_amsdu_ampdu() 1001 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu); in ath10k_write_htt_max_amsdu_ampdu() 1006 ar->htt.max_num_amsdu = amsdu; in ath10k_write_htt_max_amsdu_ampdu() 1007 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 | 845 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 | 6854 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()
|