Lines Matching defs:ath10k_htt
1244 struct ath10k_htt { struct
1245 struct ath10k *ar;
1246 enum ath10k_htc_ep_id eid;
1248 u8 target_version_major;
1249 u8 target_version_minor;
1250 struct completion target_version_received;
1252 struct {
1327 } rx_ring;
1329 unsigned int prefetch_len;
1332 spinlock_t tx_lock;
1333 int max_num_pending_tx;
1334 int num_pending_tx;
1335 struct idr pending_tx;
1336 wait_queue_head_t empty_tx_wq;
1337 struct dma_pool *tx_pool;
1341 bool rx_confused;
1342 struct tasklet_struct rx_replenish_task;
1346 struct tasklet_struct txrx_compl_task;
1347 struct sk_buff_head tx_compl_q;
1348 struct sk_buff_head rx_compl_q;
1349 struct sk_buff_head rx_in_ord_compl_q;
1352 struct ieee80211_rx_status rx_status;