Lines Matching defs:mt76_phy
602 struct mt76_phy { struct
603 struct ieee80211_hw *hw;
604 struct mt76_dev *dev;
605 void *priv;
607 unsigned long state;
609 struct mt76_queue *q_tx[__MT_TXQ_MAX];
611 struct cfg80211_chan_def chandef;
612 struct ieee80211_channel *main_chan;
614 struct mt76_channel_state *chan_state;
615 ktime_t survey_time;
617 struct mt76_hw_cap cap;
618 struct mt76_sband sband_2g;
642 struct mt76_phy phy; /* must be first */ argument