Searched refs:state_ts (Results 1 – 4 of 4) sorted by relevance
3161 struct mt76_channel_state *state_ts = &phy->state_ts; in mt7915_mcu_get_chan_mib_info() local3217 state->cc_tx += cc_tx - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()3218 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx; in mt7915_mcu_get_chan_mib_info()3219 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7915_mcu_get_chan_mib_info()3221 state_ts->cc_busy; in mt7915_mcu_get_chan_mib_info()3224 state_ts->cc_tx = cc_tx; in mt7915_mcu_get_chan_mib_info()3225 state_ts->cc_bss_rx = __res_u64(2); in mt7915_mcu_get_chan_mib_info()3226 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()3227 state_ts->cc_busy = __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
224 struct mt76_channel_state state_ts; member
3958 struct mt76_channel_state *state_ts = &phy->state_ts; in mt7996_mcu_get_chan_mib_info() local3983 state->cc_tx += __res_u64(IDX_TX_TIME) - state_ts->cc_tx; in mt7996_mcu_get_chan_mib_info()3984 state->cc_bss_rx += __res_u64(IDX_RX_TIME) - state_ts->cc_bss_rx; in mt7996_mcu_get_chan_mib_info()3987 state_ts->cc_rx; in mt7996_mcu_get_chan_mib_info()3992 state_ts->cc_busy; in mt7996_mcu_get_chan_mib_info()3994 state_ts->cc_tx = __res_u64(IDX_TX_TIME); in mt7996_mcu_get_chan_mib_info()3995 state_ts->cc_bss_rx = __res_u64(IDX_RX_TIME); in mt7996_mcu_get_chan_mib_info()3996 state_ts->cc_rx = __res_u64(IDX_RX_TIME) + __res_u64(IDX_OBSS_AIRTIME); in mt7996_mcu_get_chan_mib_info()3997 state_ts->cc_busy = __res_u64(IDX_TX_TIME) + in mt7996_mcu_get_chan_mib_info()
315 struct mt76_channel_state state_ts; member
Completed in 29 milliseconds