Lines Matching defs:iwl_mvm

772 struct iwl_mvm {  struct
782 /* for protecting access to iwl_mvm */ argument
800 struct iwl_mvm_vif *bf_allowed_vif; argument
802 bool hw_registered;
826 struct iwl_mvm_dqa_txq_info queue_info[IWL_MAX_HW_QUEUES]; argument
834 struct iwl_mvm_csme_conn_info __rcu *csme_conn_info; argument
835 bool mei_rfkill_blocked;
836 bool mei_registered;
837 struct work_struct sap_connected_wk;
866 enum iwl_mvm_scan_type scan_type; argument
867 enum iwl_mvm_scan_type hb_scan_type; argument
869 enum iwl_mvm_sched_scan_pass_all_states sched_scan_pass_all; argument
882 struct iwl_mvm_vif *scan_vif; argument
888 struct iwl_mvm_int_sta aux_sta; argument
889 struct iwl_mvm_int_sta snif_sta; argument
891 bool last_ebs_successful;
893 u8 scan_last_antenna_idx; /* to toggle TX between antennas */
894 u8 mgmt_last_antenna_idx;
920 struct iwl_mvm_frame_stats drv_rx_stats; argument
925 struct iwl_mvm_phy_ctxt phy_ctxts[NUM_PHY_CTX]; argument
927 struct list_head time_event_list;
928 spinlock_t time_event_lock;
934 unsigned long fw_key_table[BITS_TO_LONGS(STA_KEY_MAX_NUM)];
935 u8 fw_key_deleted[STA_KEY_MAX_NUM];
937 struct ieee80211_vif __rcu *vif_id_to_mac[NUM_MAC_INDEX_DRIVER];
940 s8 fw_restart;
941 u8 *error_recovery_buf;
944 struct led_classdev led;
947 struct ieee80211_vif *p2p_device_vif;
950 struct wiphy_wowlan_support wowlan;
951 int gtk_ivlen, gtk_icvlen, ptk_ivlen, ptk_icvlen;
954 struct ieee80211_scan_ies nd_ies;
955 struct cfg80211_match_set *nd_match_sets;
956 int n_nd_match_sets;
957 struct ieee80211_channel **nd_channels;
958 int n_nd_channels;
959 bool net_detect;
983 struct iwl_mvm_tt_mgmt thermal_throttle; argument
985 struct iwl_mvm_thermal_device tz_device; argument
986 struct iwl_mvm_cooling_device cooling_dev; argument
1000 struct iwl_mvm_tcm tcm; argument
1002 u8 uapsd_noagg_bssid_write_idx;
1003 struct mac_address uapsd_noagg_bssids[IWL_MVM_UAPSD_NOAGG_BSSIDS_NUM]
1006 struct iwl_time_quota_cmd last_quota_cmd;
1009 u32 noa_duration;
1010 struct ieee80211_vif *noa_vif;
1014 u16 aux_queue;
1015 u16 snif_queue;
1016 u16 probe_queue;
1017 u16 p2p_dev_queue;
1042 enum iwl_mvm_tdls_cs_state state; argument
1062 } tdls_cs;
1087 struct iwl_mvm_baid_data __rcu *baid_map[IWL_MAX_BAID]; argument
1112 ((struct iwl_mvm *)(_iwl_op_mode)->op_mode_specific) argument