Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c3260 unsigned long trigger_mask, thresh_mask; in ath_gen_timer_isr() local
3265 thresh_mask = ah->intr_gen_timer_thresh; in ath_gen_timer_isr()
3267 thresh_mask &= timer_table->timer_mask; in ath_gen_timer_isr()
3269 for_each_set_bit(index, &thresh_mask, ARRAY_SIZE(timer_table->timers)) { in ath_gen_timer_isr()