Searched defs:mt76_dev (Results 1 – 2 of 2) sorted by relevance
313 struct mt76_dev { struct314 struct ieee80211_hw *hw;315 struct cfg80211_chan_def chandef;316 struct ieee80211_channel *main_chan;318 spinlock_t lock;319 spinlock_t cc_lock;320 const struct mt76_bus_ops *bus;321 const struct mt76_driver_ops *drv;322 void __iomem *regs;323 struct device *dev;[all …]
573 struct mt76_dev { struct574 struct mt76_phy phy; /* must be first */576 struct mt76_phy *phy2;578 struct ieee80211_hw *hw;580 spinlock_t lock;581 spinlock_t cc_lock;583 u32 cur_cc_bss_rx;585 struct mt76_rx_status rx_ampdu_status;586 u32 rx_ampdu_len;587 u32 rx_ampdu_ref;[all …]