Lines Matching defs:mt7915_phy
196 struct mt7915_phy { struct
197 struct mt76_phy *mt76;
198 struct mt7915_dev *dev;
200 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
202 struct ieee80211_vif *monitor_vif;
204 struct thermal_cooling_device *cdev;
205 u8 cdev_state;
206 u8 throttle_state;
207 u32 throttle_temp[2]; /* 0: critical high, 1: maximum */
209 u32 rxfilter;
210 u64 omac_mask;
212 u16 noise;
214 s16 coverage_class;
215 u8 slottime;
217 u8 rdd_state;
219 u32 trb_ts;
221 u32 rx_ampdu_ts;
222 u32 ampdu_ref;
224 struct mt76_mib_stats mib;
225 struct mt76_channel_state state_ts;
228 struct {
255 struct mt7915_phy phy; argument