Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/ath9k/
Dhw.c3105 struct ath_gen_timer_table *timer_table = &ah->hw_gen_timers; in ath9k_hw_gen_timer_start_tsf2() local
3107 if (timer_table->tsf2_enabled) { in ath9k_hw_gen_timer_start_tsf2()
3119 struct ath_gen_timer_table *timer_table = &ah->hw_gen_timers; in ath_gen_timer_alloc() local
3135 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc()
3141 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
3142 timer_table->tsf2_enabled = true; in ath_gen_timer_alloc()
3155 struct ath_gen_timer_table *timer_table = &ah->hw_gen_timers; in ath9k_hw_gen_timer_start() local
3158 timer_table->timer_mask |= BIT(timer->index); in ath9k_hw_gen_timer_start()
3202 struct ath_gen_timer_table *timer_table = &ah->hw_gen_timers; in ath9k_hw_gen_timer_stop() local
3223 timer_table->timer_mask &= ~BIT(timer->index); in ath9k_hw_gen_timer_stop()
[all …]