Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3977 struct mt76_channel_state *state_ts = &phy->state_ts; in mt7996_mcu_get_chan_mib_info() local
4002 state->cc_tx += __res_u64(IDX_TX_TIME) - state_ts->cc_tx; in mt7996_mcu_get_chan_mib_info()
4003 state->cc_bss_rx += __res_u64(IDX_RX_TIME) - state_ts->cc_bss_rx; in mt7996_mcu_get_chan_mib_info()
4006 state_ts->cc_rx; in mt7996_mcu_get_chan_mib_info()
4011 state_ts->cc_busy; in mt7996_mcu_get_chan_mib_info()
4013 state_ts->cc_tx = __res_u64(IDX_TX_TIME); in mt7996_mcu_get_chan_mib_info()
4014 state_ts->cc_bss_rx = __res_u64(IDX_RX_TIME); in mt7996_mcu_get_chan_mib_info()
4015 state_ts->cc_rx = __res_u64(IDX_RX_TIME) + __res_u64(IDX_OBSS_AIRTIME); in mt7996_mcu_get_chan_mib_info()
4016 state_ts->cc_busy = __res_u64(IDX_TX_TIME) + in mt7996_mcu_get_chan_mib_info()