Lines Matching defs:ath10k_htt
1391 struct ath10k_htt { struct
1392 struct ath10k *ar;
1393 enum ath10k_htc_ep_id eid;
1395 u8 target_version_major;
1396 u8 target_version_minor;
1397 struct completion target_version_received;
1398 enum ath10k_fw_htt_op_version op_version;
1399 u8 max_num_amsdu;
1400 u8 max_num_ampdu;
1402 const enum htt_t2h_msg_type *t2h_msg_types;
1403 u32 t2h_msg_types_max;
1405 struct {
1480 } rx_ring;
1482 unsigned int prefetch_len;
1485 spinlock_t tx_lock;
1486 int max_num_pending_tx;
1487 int num_pending_tx;
1488 int num_pending_mgmt_tx;
1489 struct idr pending_tx;
1490 wait_queue_head_t empty_tx_wq;
1514 struct ath10k_htt_txbuf *vaddr; argument
1515 } txbuf;