Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_mac.c252 state->cc_rx += rx_time + obss_time; in mt792x_phy_update_channel()
H A Dmt76.h489 u64 cc_rx; member
H A Dmac80211.c1012 survey->time_rx = div_u64(state->cc_rx, 1000); in mt76_get_survey()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c3235 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7996_mcu_get_chan_mib_info()
3242 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7996_mcu_get_chan_mib_info()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c3066 state->cc_rx += __res_u64(2) + __res_u64(3) - state_ts->cc_rx; in mt7915_mcu_get_chan_mib_info()
3073 state_ts->cc_rx = __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1953 state->cc_rx += rx_time + obss_time; in mt7615_phy_update_channel()