Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Ddp.c1084 struct ath11k_hp_update_timer *update_timer = from_timer(update_timer, in ath11k_dp_shadow_timer_handler() local
1096 if (update_timer->timer_tx_num != update_timer->tx_num) { in ath11k_dp_shadow_timer_handler()
1097 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_timer_handler()
1117 update_timer->tx_num++; in ath11k_dp_shadow_start_timer()
1119 if (update_timer->started) in ath11k_dp_shadow_start_timer()
1122 update_timer->started = true; in ath11k_dp_shadow_start_timer()
1123 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_start_timer()
1134 if (!update_timer->init) in ath11k_dp_shadow_stop_timer()
1147 update_timer->tx_num = 0; in ath11k_dp_shadow_init_timer()
1149 update_timer->ab = ab; in ath11k_dp_shadow_init_timer()
[all …]
A Ddp.h1647 struct ath11k_hp_update_timer *update_timer);
1649 struct ath11k_hp_update_timer *update_timer);
1651 struct ath11k_hp_update_timer *update_timer,

Completed in 18 milliseconds