Searched defs:htt (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 144 void ath10k_htt_tx_dec_pending(struct ath10k_htt *htt) in ath10k_htt_tx_dec_pending() 156 int ath10k_htt_tx_inc_pending(struct ath10k_htt *htt) in ath10k_htt_tx_inc_pending() 170 int ath10k_htt_tx_mgmt_inc_pending(struct ath10k_htt *htt, bool is_mgmt, in ath10k_htt_tx_mgmt_inc_pending() 189 void ath10k_htt_tx_mgmt_dec_pending(struct ath10k_htt *htt) in ath10k_htt_tx_mgmt_dec_pending() 199 int ath10k_htt_tx_alloc_msdu_id(struct ath10k_htt *htt, struct sk_buff *skb) in ath10k_htt_tx_alloc_msdu_id() 214 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id) in ath10k_htt_tx_free_msdu_id() 225 static void ath10k_htt_tx_free_cont_txbuf_32(struct ath10k_htt *htt) in ath10k_htt_tx_free_cont_txbuf_32() 239 static int ath10k_htt_tx_alloc_cont_txbuf_32(struct ath10k_htt *htt) in ath10k_htt_tx_alloc_cont_txbuf_32() 258 static void ath10k_htt_tx_free_cont_txbuf_64(struct ath10k_htt *htt) in ath10k_htt_tx_free_cont_txbuf_64() 272 static int ath10k_htt_tx_alloc_cont_txbuf_64(struct ath10k_htt *htt) in ath10k_htt_tx_alloc_cont_txbuf_64() [all …]
|
H A D | htt_rx.c | 43 static void ath10k_htt_rx_ring_free(struct ath10k_htt *htt) in ath10k_htt_rx_ring_free() 79 static size_t ath10k_htt_get_rx_ring_size_32(struct ath10k_htt *htt) in ath10k_htt_get_rx_ring_size_32() 84 static size_t ath10k_htt_get_rx_ring_size_64(struct ath10k_htt *htt) in ath10k_htt_get_rx_ring_size_64() 89 static void ath10k_htt_config_paddrs_ring_32(struct ath10k_htt *htt, in ath10k_htt_config_paddrs_ring_32() 95 static void ath10k_htt_config_paddrs_ring_64(struct ath10k_htt *htt, in ath10k_htt_config_paddrs_ring_64() 101 static void ath10k_htt_set_paddrs_ring_32(struct ath10k_htt *htt, in ath10k_htt_set_paddrs_ring_32() 107 static void ath10k_htt_set_paddrs_ring_64(struct ath10k_htt *htt, in ath10k_htt_set_paddrs_ring_64() 113 static void ath10k_htt_reset_paddrs_ring_32(struct ath10k_htt *htt, int idx) in ath10k_htt_reset_paddrs_ring_32() 118 static void ath10k_htt_reset_paddrs_ring_64(struct ath10k_htt *htt, int idx) in ath10k_htt_reset_paddrs_ring_64() 123 static void *ath10k_htt_get_vaddr_ring_32(struct ath10k_htt *htt) in ath10k_htt_get_vaddr_ring_32() [all …]
|
H A D | htt.c | 287 int ath10k_htt_connect(struct ath10k_htt *htt) in ath10k_htt_connect() 327 struct ath10k_htt *htt = &ar->htt; in ath10k_htt_init() local 373 static int ath10k_htt_verify_version(struct ath10k_htt *htt) in ath10k_htt_verify_version() 390 int ath10k_htt_setup(struct ath10k_htt *htt) in ath10k_htt_setup()
|
H A D | txrx.c | 43 int ath10k_txrx_tx_unref(struct ath10k_htt *htt, in ath10k_txrx_tx_unref() 217 void ath10k_peer_map_event(struct ath10k_htt *htt, in ath10k_peer_map_event() 253 void ath10k_peer_unmap_event(struct ath10k_htt *htt, in ath10k_peer_unmap_event()
|
H A D | htt.h | 1946 static inline int ath10k_htt_send_rx_ring_cfg(struct ath10k_htt *htt) in ath10k_htt_send_rx_ring_cfg() 1954 static inline int ath10k_htt_send_frag_desc_bank_cfg(struct ath10k_htt *htt) in ath10k_htt_send_frag_desc_bank_cfg() 1962 static inline int ath10k_htt_alloc_frag_desc(struct ath10k_htt *htt) in ath10k_htt_alloc_frag_desc() 1970 static inline void ath10k_htt_free_frag_desc(struct ath10k_htt *htt) in ath10k_htt_free_frag_desc() 1976 static inline int ath10k_htt_tx(struct ath10k_htt *htt, in ath10k_htt_tx() 1983 static inline void ath10k_htt_flush_tx(struct ath10k_htt *htt) in ath10k_htt_flush_tx() 1989 static inline int ath10k_htt_alloc_txbuff(struct ath10k_htt *htt) in ath10k_htt_alloc_txbuff() 1997 static inline void ath10k_htt_free_txbuff(struct ath10k_htt *htt) in ath10k_htt_free_txbuff() 2003 static inline int ath10k_htt_h2t_aggr_cfg_msg(struct ath10k_htt *htt, in ath10k_htt_h2t_aggr_cfg_msg() 2028 static inline size_t ath10k_htt_get_rx_ring_size(struct ath10k_htt *htt) in ath10k_htt_get_rx_ring_size() [all …]
|
H A D | mac.c | 4001 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_submit() local 4380 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_tx_push_txq() local 4665 struct ath10k_htt *htt = &ar->htt; in ath10k_mac_op_tx() local
|
H A D | hw.h | 668 struct htt_resp *htt) in ath10k_tx_data_rssi_get_pad_bytes()
|
H A D | core.h | 1072 struct ath10k_htt htt; member
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc.h | 49 unsigned htt : 1; /* Huffman-Table Type */ member
|