Home
last modified time | relevance | path

Searched refs:cc_tx (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c3009 u64 cc_tx; in mt7915_mcu_get_chan_mib_info() local
3049 cc_tx = is_mt7915(&dev->mt76) ? __res_u64(1) - __res_u64(4) : __res_u64(1); in mt7915_mcu_get_chan_mib_info()
3054 state->cc_tx += cc_tx - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()
3057 state->cc_busy += __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3) - in mt7915_mcu_get_chan_mib_info()
3061 state_ts->cc_tx = cc_tx; in mt7915_mcu_get_chan_mib_info()
3064 state_ts->cc_busy = __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt792x_mac.c248 state->cc_tx += tx_time; in mt792x_phy_update_channel()
Dmt76x02_mac.c1037 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
Dmt76.h484 u64 cc_tx; member
Dmac80211.c987 survey->time_tx = div_u64(state->cc_tx, 1000); in mt76_get_survey()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmcu.c3212 state->cc_tx += __res_u64(1) - state_ts->cc_tx; in mt7996_mcu_get_chan_mib_info()
3219 state_ts->cc_tx = __res_u64(1); in mt7996_mcu_get_chan_mib_info()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c480 dev->mphy.chan_state->cc_tx += total_airtime; in mt7603_mac_sta_poll()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c1941 state->cc_tx += tx_time; in mt7615_phy_update_channel()