Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7915/
HDmcu.c3145 u64 cc_tx; in mt7915_mcu_get_chan_mib_info() local
3187 cc_tx = __res_u64(1) - backoff; in mt7915_mcu_get_chan_mib_info()
3189 cc_tx = __res_u64(1); in mt7915_mcu_get_chan_mib_info()
3195 state->cc_tx += cc_tx - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()
3198 state->cc_busy += __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3) - in mt7915_mcu_get_chan_mib_info()
3202 state_ts->cc_tx = cc_tx; in mt7915_mcu_get_chan_mib_info()
3205 state_ts->cc_busy = __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
/freebsd-head/sys/contrib/dev/mediatek/mt76/
HDmt792x_mac.c253 state->cc_tx += tx_time; in mt792x_phy_update_channel()
HDmt76x02_mac.c1037 state->cc_tx += dev->tx_airtime; in mt76x02_update_channel()
HDmt76.h559 u64 cc_tx; member
HDmac80211.c1150 survey->time_tx = div_u64(state->cc_tx, 1000); in mt76_get_survey()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7996/
HDmcu.c3785 state->cc_tx += __res_u64(IDX_TX_TIME) - state_ts->cc_tx; in mt7996_mcu_get_chan_mib_info()
3796 state_ts->cc_tx = __res_u64(IDX_TX_TIME); in mt7996_mcu_get_chan_mib_info()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7603/
HDmac.c480 dev->mphy.chan_state->cc_tx += total_airtime; in mt7603_mac_sta_poll()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7615/
HDmac.c1944 state->cc_tx += tx_time; in mt7615_phy_update_channel()