Lines Matching defs:mt792x_phy
97 struct mt792x_phy { struct
98 struct mt76_phy *mt76;
99 struct mt792x_dev *dev;
101 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
103 u64 omac_mask;
105 u16 noise;
107 s16 coverage_class;
108 u8 slottime;
110 u32 rx_ampdu_ts;
111 u32 ampdu_ref;
113 struct mt76_mib_stats mib;
115 u8 sta_work_count;
117 struct sk_buff_head scan_event_list;
118 struct delayed_work scan_work;
120 void *acpisar;
122 void *clc[MT792x_CLC_MAX_NUM];
124 struct work_struct roc_work;
125 struct timer_list roc_timer;
126 wait_queue_head_t roc_wait;
127 u8 roc_token_id;
128 bool roc_grant;