Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Ddp.c1132 struct ath11k_hp_update_timer *update_timer = from_timer(update_timer, in ath11k_dp_shadow_timer_handler() local
1144 if (update_timer->timer_tx_num != update_timer->tx_num) { in ath11k_dp_shadow_timer_handler()
1145 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_timer_handler()
1165 update_timer->tx_num++; in ath11k_dp_shadow_start_timer()
1167 if (update_timer->started) in ath11k_dp_shadow_start_timer()
1170 update_timer->started = true; in ath11k_dp_shadow_start_timer()
1171 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_start_timer()
1182 if (!update_timer->init) in ath11k_dp_shadow_stop_timer()
1195 update_timer->tx_num = 0; in ath11k_dp_shadow_init_timer()
1197 update_timer->ab = ab; in ath11k_dp_shadow_init_timer()
[all …]
H A Ddp.h1712 struct ath11k_hp_update_timer *update_timer);
1714 struct ath11k_hp_update_timer *update_timer);
1716 struct ath11k_hp_update_timer *update_timer,