Home
last modified time | relevance | path

Searched refs:state_ts (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.c3732 struct mt76_channel_state *state_ts = &phy->state_ts; in mt7915_mcu_get_chan_mib_info() local
3754 state->cc_busy += __res_u64(0) - state_ts->cc_busy; in mt7915_mcu_get_chan_mib_info()
3755 state->cc_tx += __res_u64(1) - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()
3756 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx; in mt7915_mcu_get_chan_mib_info()
3757 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7915_mcu_get_chan_mib_info()
3760 state_ts->cc_busy = __res_u64(0); in mt7915_mcu_get_chan_mib_info()
3761 state_ts->cc_tx = __res_u64(1); in mt7915_mcu_get_chan_mib_info()
3762 state_ts->cc_bss_rx = __res_u64(2); in mt7915_mcu_get_chan_mib_info()
3763 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
A Dmt7915.h226 struct mt76_channel_state state_ts; member

Completed in 16 milliseconds