Lines Matching defs:mt7996_phy
255 struct mt7996_phy { struct
256 struct mt76_phy *mt76;
257 struct mt7996_dev *dev;
259 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
261 struct thermal_cooling_device *cdev;
262 u8 cdev_state;
263 u8 throttle_state;
264 u32 throttle_temp[2]; /* 0: critical high, 1: maximum */
266 u32 rxfilter;
267 u64 omac_mask;
269 u16 noise;
271 s16 coverage_class;
272 u8 slottime;
297 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; argument