Searched refs:MT_TX_AGG_CNT2 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_mac.c | 128 val2 = mt76_rr(dev, MT_TX_AGG_CNT2(0, i)); in mt792x_mac_update_mib_stats() 200 mt76_rr(dev, MT_TX_AGG_CNT2(0, i)); in mt792x_mac_reset_counters()
|
H A D | mt792x_regs.h | 153 #define MT_TX_AGG_CNT2(_band, n) MT_WF_MIB(_band, 0x7ec + ((n) << 2)) macro
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | regs.h | 144 #define MT_TX_AGG_CNT2(_band, n) MT_WF_MIB(_band, 0x164 + ((n) << 2)) macro
|
H A D | mac.c | 1004 mt76_rr(dev, MT_TX_AGG_CNT2(ext_phy, i)); in mt7915_mac_reset_counters() 1301 val = mt76_rr(dev, MT_TX_AGG_CNT2(ext_phy, i)); in mt7915_mac_update_mib_stats()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 1135 mt76_rr(dev, MT_TX_AGG_CNT2(phy->mt76->band_idx, i)); in mt7915_mac_reset_counters() 1851 val = mt76_rr(dev, MT_TX_AGG_CNT2(band, i)); in mt7915_mac_update_stats()
|
H A D | regs.h | 436 #define MT_TX_AGG_CNT2(_band, n) MT_WF_MIB(_band, __OFFS(TX_AGG_CNT2) + \ macro
|
Completed in 22 milliseconds