Lines Matching defs:mt792x_dev
215 struct mt792x_dev { struct
216 union { /* must be first */
221 struct mac_address macaddr_list[8];
223 const struct mt76_bus_ops *bus_ops;
224 struct mt792x_phy phy;
226 struct work_struct reset_work;
227 bool hw_full_reset:1;
228 bool hw_init_done:1;
229 bool fw_assert:1;
230 bool has_eht:1;
231 bool regd_in_progress:1;
232 bool aspm_supported:1;
233 bool hif_idle:1;
234 bool hif_resumed:1;
235 bool sar_inited:1;
236 bool regd_change:1;
237 wait_queue_head_t wait;
239 struct work_struct init_work;
241 u8 fw_debug;
242 u8 fw_features;
244 struct mt76_connac_pm pm;
245 struct mt76_connac_coredump coredump;
246 const struct mt792x_hif_ops *hif_ops;
247 const struct mt792x_irq_map *irq_map;
249 struct work_struct ipv6_ns_work;
250 struct delayed_work mlo_pm_work;
252 struct sk_buff_head ipv6_ns_list;
254 enum environment_cap country_ie_env;
255 u32 backup_l1;
256 u32 backup_l2;
258 struct ieee80211_chanctx_conf *new_ctx;