Home
last modified time | relevance | path

Searched defs:mt76_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmt76.h574 struct mt76_dev { struct
575 struct mt76_phy phy; /* must be first */
577 struct mt76_phy *phy2;
579 struct ieee80211_hw *hw;
581 spinlock_t lock;
582 spinlock_t cc_lock;
584 u32 cur_cc_bss_rx;
586 struct mt76_rx_status rx_ampdu_status;
587 u32 rx_ampdu_len;
588 u32 rx_ampdu_ref;
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
Dmt76.h767 struct mt76_dev { struct
768 struct mt76_phy phy; /* must be first */
769 struct mt76_phy *phys[__MT_MAX_BAND];
771 struct ieee80211_hw *hw;
773 spinlock_t wed_lock;
774 spinlock_t lock;
775 spinlock_t cc_lock;
777 u32 cur_cc_bss_rx;
779 struct mt76_rx_status rx_ampdu_status;
780 u32 rx_ampdu_len;
[all …]