Searched refs:state_ts (Results 1 – 2 of 2) sorted by relevance
3621 struct mt76_channel_state *state_ts = &phy->state_ts; in mt7915_mcu_get_chan_mib_info() local3643 state->cc_busy += __res_u64(0) - state_ts->cc_busy; in mt7915_mcu_get_chan_mib_info()3644 state->cc_tx += __res_u64(1) - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()3645 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx; in mt7915_mcu_get_chan_mib_info()3646 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7915_mcu_get_chan_mib_info()3649 state_ts->cc_busy = __res_u64(0); in mt7915_mcu_get_chan_mib_info()3650 state_ts->cc_tx = __res_u64(1); in mt7915_mcu_get_chan_mib_info()3651 state_ts->cc_bss_rx = __res_u64(2); in mt7915_mcu_get_chan_mib_info()3652 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
153 struct mt76_channel_state state_ts; member