Lines Matching defs:mt7915_phy
231 struct mt7915_phy { struct
232 struct mt76_phy *mt76;
233 struct mt7915_dev *dev;
235 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
237 struct ieee80211_vif *monitor_vif;
239 struct thermal_cooling_device *cdev;
240 u8 cdev_state;
241 u8 throttle_state;
242 u32 throttle_temp[2]; /* 0: critical high, 1: maximum */
244 u32 rxfilter;
245 u64 omac_mask;
246 u8 band_idx;
248 u16 noise;
250 s16 coverage_class;
251 u8 slottime;
253 u8 rdd_state;
255 u32 trb_ts;
257 u32 rx_ampdu_ts;
258 u32 ampdu_ref;
260 struct mib_stats mib;
261 struct mt76_channel_state state_ts;
264 struct {
292 struct mt7915_phy phy; argument