Lines Matching defs:mt7921_phy
176 struct mt7921_phy { struct
177 struct mt76_phy *mt76;
178 struct mt7921_dev *dev;
180 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
182 u64 omac_mask;
184 u16 noise;
186 s16 coverage_class;
187 u8 slottime;
189 u32 rx_ampdu_ts;
190 u32 ampdu_ref;
192 struct mib_stats mib;
194 u8 sta_work_count;
196 struct sk_buff_head scan_event_list;
197 struct delayed_work scan_work;
199 struct mt7921_acpi_sar *acpisar;
225 struct mt7921_phy phy; argument