Lines Matching defs:mt7921_dev
218 struct mt7921_dev { struct
219 union { /* must be first */
224 const struct mt76_bus_ops *bus_ops;
225 struct mt7921_phy phy;
226 struct tasklet_struct irq_tasklet;
228 struct work_struct reset_work;
229 bool hw_full_reset:1;
230 bool hw_init_done:1;
231 bool fw_assert:1;
233 struct list_head sta_poll_list;
234 spinlock_t sta_poll_lock;
236 struct work_struct init_work;
238 u8 fw_debug;
240 struct mt76_connac_pm pm;
241 struct mt76_connac_coredump coredump;
242 const struct mt7921_hif_ops *hif_ops;
244 struct work_struct ipv6_ns_work;
246 struct sk_buff_head ipv6_ns_list;