Lines Matching defs:ath11k

594 struct ath11k {  struct
595 struct ath11k_base *ab; argument
596 struct ath11k_pdev *pdev; argument
598 struct ath11k_pdev_wmi *wmi; argument
599 struct ath11k_pdev_dp dp; argument
601 struct ath11k_he ar_he; argument
602 enum ath11k_state state; argument
609 enum ath11k_scan_state state; argument
614 } scan;
639 * vdev_stop_status info, scan data, ath11k_sta info, ath11k_vif info, argument
642 spinlock_t data_lock;
644 struct list_head arvifs;
646 struct ieee80211_channel *rx_channel;
649 struct ieee80211_channel *scan_channel;
651 u8 cfg_tx_chainmask;
652 u8 cfg_rx_chainmask;
653 u8 num_rx_chains;
654 u8 num_tx_chains;
656 u8 pdev_idx;
657 u8 lmac_id;
659 struct completion peer_assoc_done;
660 struct completion peer_delete_done;
662 int install_key_status;
663 struct completion install_key_done;
665 int last_wmi_vdev_start_status;
666 struct completion vdev_setup_done;
667 struct completion vdev_delete_done;
669 int num_peers;
670 int max_num_peers;
671 u32 num_started_vdevs;
672 u32 num_created_vdevs;
673 unsigned long long allocated_vdev_map;
675 struct idr txmgmt_idr;
677 spinlock_t txmgmt_idr_lock;
678 atomic_t num_pending_mgmt_tx;
702 struct ath11k_wow wow; argument
705 struct ath11k_per_peer_tx_stats peer_tx_stats; argument
709 struct ath11k_per_peer_tx_stats cached_stats; argument
716 struct ath11k_debug debug; argument
719 struct ath11k_spectral spectral; argument
722 struct ath11k_thermal thermal; argument
725 enum ath11k_11d_state state_11d; argument
731 struct ath11k_fw_stats fw_stats; argument
740 struct ath11k_band_cap { argument