Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.c1135 struct ath11k_hp_update_timer *update_timer = timer_container_of(update_timer, in ath11k_dp_shadow_timer_handler() local
1138 struct ath11k_base *ab = update_timer->ab; in ath11k_dp_shadow_timer_handler()
1139 struct hal_srng *srng = &ab->hal.srng_list[update_timer->ring_id]; in ath11k_dp_shadow_timer_handler()
1148 if (update_timer->timer_tx_num != update_timer->tx_num) { in ath11k_dp_shadow_timer_handler()
1149 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_timer_handler()
1150 mod_timer(&update_timer->timer, jiffies + in ath11k_dp_shadow_timer_handler()
1151 msecs_to_jiffies(update_timer->interval)); in ath11k_dp_shadow_timer_handler()
1153 update_timer->started = false; in ath11k_dp_shadow_timer_handler()
1162 struct ath11k_hp_update_timer *update_timer) in ath11k_dp_shadow_start_timer() argument
1169 update_timer->tx_num++; in ath11k_dp_shadow_start_timer()
[all …]
H A Ddp.h1690 struct ath11k_hp_update_timer *update_timer);
1692 struct ath11k_hp_update_timer *update_timer);
1694 struct ath11k_hp_update_timer *update_timer,
/freebsd/contrib/unbound/testcode/
H A Ddoqclient.c253 static void update_timer(struct doq_client_data* data);
1639 update_timer(data);
1645 update_timer(struct doq_client_data* data)
1766 update_timer(data);
1882 update_timer(data);
1963 update_timer(data);
1973 update_timer(data);
1979 update_timer(data);
2011 update_timer(data);
2018 update_timer(data);
[all …]