Lines Matching defs:ath10k_htt
1772 struct ath10k_htt { struct
1773 struct ath10k *ar;
1774 enum ath10k_htc_ep_id eid;
1776 struct sk_buff_head rx_indication_head;
1778 u8 target_version_major;
1779 u8 target_version_minor;
1780 struct completion target_version_received;
1781 u8 max_num_amsdu;
1782 u8 max_num_ampdu;
1784 const enum htt_t2h_msg_type *t2h_msg_types;
1785 u32 t2h_msg_types_max;
1787 struct {
1865 } rx_ring;
1867 unsigned int prefetch_len;
1870 spinlock_t tx_lock;
1871 int max_num_pending_tx;
1872 int num_pending_tx;
1873 int num_pending_mgmt_tx;
1874 struct idr pending_tx;
1875 wait_queue_head_t empty_tx_wq;
1883 bool rx_confused;
1884 atomic_t num_mpdus_ready;
1908 struct ath10k_htt_txbuf_32 *vaddr_txbuff_32; argument
1926 const struct ath10k_htt_tx_ops *tx_ops; argument
1927 const struct ath10k_htt_rx_ops *rx_ops; argument
1935 int (*htt_send_rx_ring_cfg)(struct ath10k_htt *htt); argument