Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp.c1120 struct ath11k_hp_update_timer *update_timer = from_timer(update_timer, in ath11k_dp_shadow_timer_handler() local
1132 if (update_timer->timer_tx_num != update_timer->tx_num) { in ath11k_dp_shadow_timer_handler()
1133 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_timer_handler()
1153 update_timer->tx_num++; in ath11k_dp_shadow_start_timer()
1155 if (update_timer->started) in ath11k_dp_shadow_start_timer()
1158 update_timer->started = true; in ath11k_dp_shadow_start_timer()
1159 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_start_timer()
1170 if (!update_timer->init) in ath11k_dp_shadow_stop_timer()
1183 update_timer->tx_num = 0; in ath11k_dp_shadow_init_timer()
1185 update_timer->ab = ab; in ath11k_dp_shadow_init_timer()
[all …]
H A Ddp.h1686 struct ath11k_hp_update_timer *update_timer);
1688 struct ath11k_hp_update_timer *update_timer);
1690 struct ath11k_hp_update_timer *update_timer,