Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_mac.c250 state->cc_busy += busy_time; in mt792x_phy_update_channel()
H A Dmt76x02_mac.c1034 state->cc_busy += mt76_rr(dev, MT_CH_BUSY); in mt76x02_update_channel()
H A Dmt76.h488 u64 cc_busy; member
H A Dmac80211.c1011 survey->time_busy = div_u64(state->cc_busy, 1000); in mt76_get_survey()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c3236 state->cc_busy += __res_u64(0) + __res_u64(1) + __res_u64(2) + __res_u64(3) - in mt7996_mcu_get_chan_mib_info()
3237 state_ts->cc_busy; in mt7996_mcu_get_chan_mib_info()
3243 state_ts->cc_busy = __res_u64(0) + __res_u64(1) + __res_u64(2) + __res_u64(3); in mt7996_mcu_get_chan_mib_info()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c3067 state->cc_busy += __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3) - in mt7915_mcu_get_chan_mib_info()
3068 state_ts->cc_busy; in mt7915_mcu_get_chan_mib_info()
3074 state_ts->cc_busy = __res_u64(0) + cc_tx + __res_u64(2) + __res_u64(3); in mt7915_mcu_get_chan_mib_info()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1622 state->cc_busy += mt76_rr(dev, MT_MIB_STAT_CCA); in mt7603_update_channel()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1951 state->cc_busy += busy_time; in mt7615_phy_update_channel()