Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3187 u64 cc_tx; in mt7915_mcu_get_chan_mib_info() local
3229 cc_tx = __res_u64(1) - backoff; in mt7915_mcu_get_chan_mib_info()
3231 cc_tx = __res_u64(1); in mt7915_mcu_get_chan_mib_info()
3237 state->cc_tx += cc_tx - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()
3240 state->cc_busy += __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3) - in mt7915_mcu_get_chan_mib_info()
3244 state_ts->cc_tx = cc_tx; in mt7915_mcu_get_chan_mib_info()
3247 state_ts->cc_busy = __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c1038 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
H A Dmt76.h603 u64 cc_tx; member
H A Dmac80211.c1187 survey->time_tx = div_u64(state->cc_tx, 1000); in mt76_get_survey()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4578 state->cc_tx += __res_u64(IDX_TX_TIME) - state_ts->cc_tx; in mt7996_mcu_get_chan_mib_info()
4589 state_ts->cc_tx = __res_u64(IDX_TX_TIME); in mt7996_mcu_get_chan_mib_info()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c507 dev->mphy.chan_state->cc_tx += total_airtime; in mt7603_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c1921 state->cc_tx += tx_time; in mt7615_phy_update_channel()