Searched refs:state_ts (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3092 struct mt76_channel_state *state_ts = &phy->state_ts; local
3143 state->cc_tx += cc_tx - state_ts->cc_tx;
3144 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx;
3145 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx;
3147 state_ts->cc_busy;
3150 state_ts->cc_tx = cc_tx;
3151 state_ts->cc_bss_rx = __res_u64(2);
3152 state_ts->cc_rx = __res_u64(2) + __res_u64(3);
3153 state_ts
[all...]
H A Dmt7915.h225 struct mt76_channel_state state_ts; member in struct:mt7915_phy
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3682 struct mt76_channel_state *state_ts = &phy->state_ts; local
3707 state->cc_tx += __res_u64(1) - state_ts->cc_tx;
3708 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx;
3709 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx;
3711 state_ts->cc_busy;
3714 state_ts->cc_tx = __res_u64(1);
3715 state_ts->cc_bss_rx = __res_u64(2);
3716 state_ts->cc_rx = __res_u64(2) + __res_u64(3);
3717 state_ts
[all...]
H A Dmt7996.h237 struct mt76_channel_state state_ts; member in struct:mt7996_phy

Completed in 447 milliseconds