Lines Matching defs:mt7915_phy
199 struct mt7915_phy { struct
200 struct mt76_phy *mt76;
201 struct mt7915_dev *dev;
203 struct ieee80211_sband_iftype_data iftype[2][NUM_NL80211_IFTYPES];
205 struct ieee80211_vif *monitor_vif;
207 struct thermal_cooling_device *cdev;
208 u8 throttle_state;
209 u32 throttle_temp[2]; /* 0: critical high, 1: maximum */
211 u32 rxfilter;
212 u64 omac_mask;
214 u16 noise;
216 s16 coverage_class;
217 u8 slottime;
219 u8 rdd_state;
220 int dfs_state;
222 u32 rx_ampdu_ts;
223 u32 ampdu_ref;
225 struct mib_stats mib;
226 struct mt76_channel_state state_ts;
229 struct {
253 struct mt7915_phy phy; argument