Searched refs:state_ts (Results 1 – 2 of 2) sorted by relevance
2935 struct mt76_channel_state *state_ts = &phy->state_ts; in mt7915_mcu_get_chan_mib_info() local2962 state->cc_busy += __res_u64(0) - state_ts->cc_busy; in mt7915_mcu_get_chan_mib_info()2963 state->cc_tx += __res_u64(1) - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()2964 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx; in mt7915_mcu_get_chan_mib_info()2965 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7915_mcu_get_chan_mib_info()2968 state_ts->cc_busy = __res_u64(0); in mt7915_mcu_get_chan_mib_info()2969 state_ts->cc_tx = __res_u64(1); in mt7915_mcu_get_chan_mib_info()2970 state_ts->cc_bss_rx = __res_u64(2); in mt7915_mcu_get_chan_mib_info()2971 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
261 struct mt76_channel_state state_ts; member