Searched refs:__res_u64 (Results 1 – 1 of 1) sorted by relevance
3252 #define __res_u64(s) le64_to_cpu(res[s].data) in mt7915_mcu_get_chan_mib_info() macro3253 state->cc_busy += __res_u64(0) - state_ts->cc_busy; in mt7915_mcu_get_chan_mib_info()3254 state->cc_tx += __res_u64(1) - state_ts->cc_tx; in mt7915_mcu_get_chan_mib_info()3255 state->cc_bss_rx += __res_u64(2) - state_ts->cc_bss_rx; in mt7915_mcu_get_chan_mib_info()3256 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7915_mcu_get_chan_mib_info()3259 state_ts->cc_busy = __res_u64(0); in mt7915_mcu_get_chan_mib_info()3260 state_ts->cc_tx = __res_u64(1); in mt7915_mcu_get_chan_mib_info()3261 state_ts->cc_bss_rx = __res_u64(2); in mt7915_mcu_get_chan_mib_info()3262 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()3263 #undef __res_u64 in mt7915_mcu_get_chan_mib_info()