Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dhw.c3128 u8 timer_index) in ath_gen_timer_alloc() argument
3133 if ((timer_index < AR_FIRST_NDP_TIMER) || in ath_gen_timer_alloc()
3134 (timer_index >= ATH_MAX_GEN_TIMER)) in ath_gen_timer_alloc()
3137 if ((timer_index > AR_FIRST_NDP_TIMER) && in ath_gen_timer_alloc()
3146 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc()
3147 timer->index = timer_index; in ath_gen_timer_alloc()
3152 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
Dhw.h1085 u8 timer_index);
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c3995 int timer_index; in napi_rx_handler() local
3998 timer_index = QINTR_TIMER_IDX_G(q->next_intr_params); in napi_rx_handler()
4001 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler()
4003 timer_index = (timer_index + 1); in napi_rx_handler()
4005 timer_index = timer_index - 1; in napi_rx_handler()
4007 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler()
4009 QINTR_TIMER_IDX_V(timer_index) | in napi_rx_handler()