Lines Matching defs:mt792x_phy
150 struct mt792x_phy { struct
151 struct mt76_phy *mt76;
152 struct mt792x_dev *dev;
154 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
156 u64 omac_mask;
158 u16 noise;
160 s16 coverage_class;
161 u8 slottime;
163 u32 rx_ampdu_ts;
164 u32 ampdu_ref;
166 struct mt76_mib_stats mib;
168 u8 sta_work_count;
169 u8 clc_chan_conf;
170 enum mt792x_reg_power_type power_type;
172 struct sk_buff_head scan_event_list;
173 struct delayed_work scan_work;
175 void *acpisar;
177 void *clc[MT792x_CLC_MAX_NUM];
178 u64 chip_cap;
179 u16 eml_cap;
181 struct work_struct roc_work;
182 struct timer_list roc_timer;
183 wait_queue_head_t roc_wait;
184 u8 roc_token_id;
185 bool roc_grant;