Home
last modified time | relevance | path

Searched refs:ath10k_htt (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dhtt.h1391 struct ath10k_htt { struct
1574 int ath10k_htt_connect(struct ath10k_htt *htt);
1576 int ath10k_htt_setup(struct ath10k_htt *htt);
1578 int ath10k_htt_tx_alloc(struct ath10k_htt *htt);
1579 void ath10k_htt_tx_free(struct ath10k_htt *htt);
1581 int ath10k_htt_rx_alloc(struct ath10k_htt *htt);
1583 void ath10k_htt_rx_free(struct ath10k_htt *htt);
1587 int ath10k_htt_h2t_ver_req_msg(struct ath10k_htt *htt);
1588 int ath10k_htt_h2t_stats_req(struct ath10k_htt *htt, u8 mask, u64 cookie);
1589 int ath10k_htt_send_frag_desc_bank_cfg(struct ath10k_htt *htt);
[all …]
Dtxrx.h22 void ath10k_txrx_tx_unref(struct ath10k_htt *htt,
33 void ath10k_peer_map_event(struct ath10k_htt *htt,
35 void ath10k_peer_unmap_event(struct ath10k_htt *htt,
Dhtt_tx.c25 void __ath10k_htt_tx_dec_pending(struct ath10k_htt *htt, bool limit_mgmt_desc) in __ath10k_htt_tx_dec_pending()
35 static void ath10k_htt_tx_dec_pending(struct ath10k_htt *htt, in ath10k_htt_tx_dec_pending()
43 static int ath10k_htt_tx_inc_pending(struct ath10k_htt *htt, in ath10k_htt_tx_inc_pending()
74 int ath10k_htt_tx_alloc_msdu_id(struct ath10k_htt *htt, struct sk_buff *skb) in ath10k_htt_tx_alloc_msdu_id()
89 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id) in ath10k_htt_tx_free_msdu_id()
100 int ath10k_htt_tx_alloc(struct ath10k_htt *htt) in ath10k_htt_tx_alloc()
150 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_tx_clean_up_pending()
163 void ath10k_htt_tx_free(struct ath10k_htt *htt) in ath10k_htt_tx_free()
196 int ath10k_htt_h2t_ver_req_msg(struct ath10k_htt *htt) in ath10k_htt_h2t_ver_req_msg()
224 int ath10k_htt_h2t_stats_req(struct ath10k_htt *htt, u8 mask, u64 cookie) in ath10k_htt_h2t_stats_req()
[all …]
Dhtt_rx.c50 static void ath10k_htt_rx_ring_free(struct ath10k_htt *htt) in ath10k_htt_rx_ring_free()
86 static int __ath10k_htt_rx_ring_fill_n(struct ath10k_htt *htt, int num) in __ath10k_htt_rx_ring_fill_n()
163 static int ath10k_htt_rx_ring_fill_n(struct ath10k_htt *htt, int num) in ath10k_htt_rx_ring_fill_n()
169 static void ath10k_htt_rx_msdu_buff_replenish(struct ath10k_htt *htt) in ath10k_htt_rx_msdu_buff_replenish()
210 struct ath10k_htt *htt = (struct ath10k_htt *)arg; in ath10k_htt_rx_ring_refill_retry()
217 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_rx_ring_refill()
232 void ath10k_htt_rx_free(struct ath10k_htt *htt) in ath10k_htt_rx_free()
260 static inline struct sk_buff *ath10k_htt_rx_netbuf_pop(struct ath10k_htt *htt) in ath10k_htt_rx_netbuf_pop()
294 static int ath10k_htt_rx_amsdu_pop(struct ath10k_htt *htt, in ath10k_htt_rx_amsdu_pop()
439 struct ath10k_htt *htt = (struct ath10k_htt *)ptr; in ath10k_htt_rx_replenish_task()
[all …]
Dhtt.c142 int ath10k_htt_connect(struct ath10k_htt *htt) in ath10k_htt_connect()
170 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_init()
213 static int ath10k_htt_verify_version(struct ath10k_htt *htt) in ath10k_htt_verify_version()
230 int ath10k_htt_setup(struct ath10k_htt *htt) in ath10k_htt_setup()
Dtxrx.c47 void ath10k_txrx_tx_unref(struct ath10k_htt *htt, in ath10k_txrx_tx_unref()
185 void ath10k_peer_map_event(struct ath10k_htt *htt, in ath10k_peer_map_event()
212 void ath10k_peer_unmap_event(struct ath10k_htt *htt, in ath10k_peer_unmap_event()
Dcore.h635 struct ath10k_htt htt;
Dmac.c3354 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx()