Searched defs:mt7915_dev (Results 1 – 2 of 2) sorted by relevance
242 struct mt7915_dev { struct243 union { /* must be first */248 struct mt7915_hif *hif2;249 struct mt7915_reg_desc reg;250 u8 q_id[MT7915_MAX_QUEUE];251 u32 q_int_mask[MT7915_MAX_QUEUE];252 u32 wfdma_mask;254 const struct mt76_bus_ops *bus_ops;255 struct mt7915_phy phy;258 struct cfg80211_chan_def rdd2_chandef;[all …]
138 struct mt7915_dev { struct139 union { /* must be first */144 const struct mt76_bus_ops *bus_ops;145 struct mt7915_phy phy;147 u16 chainmask;149 struct work_struct init_work;150 struct work_struct rc_work;151 struct work_struct reset_work;152 wait_queue_head_t reset_wait;153 u32 reset_state;[all …]