Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2137 int timer_index; in napi_rx_handler() local
2140 timer_index = QINTR_TIMER_IDX_GET(q->next_intr_params); in napi_rx_handler()
2143 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler()
2145 timer_index = (timer_index + 1); in napi_rx_handler()
2147 timer_index = timer_index - 1; in napi_rx_handler()
2149 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler()
2150 q->next_intr_params = QINTR_TIMER_IDX(timer_index) | in napi_rx_handler()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhw.c2999 u8 timer_index) in ath_gen_timer_alloc() argument
3004 if ((timer_index < AR_FIRST_NDP_TIMER) || in ath_gen_timer_alloc()
3005 (timer_index >= ATH_MAX_GEN_TIMER)) in ath_gen_timer_alloc()
3008 if ((timer_index > AR_FIRST_NDP_TIMER) && in ath_gen_timer_alloc()
3017 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc()
3018 timer->index = timer_index; in ath_gen_timer_alloc()
3023 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
Dhw.h1074 u8 timer_index);
/linux-4.1.27/drivers/hv/
Dhyperv_vmbus.h211 u32 timer_index; member
/linux-4.1.27/drivers/isdn/gigaset/
Dcommon.c152 at_state->timer_index, NULL); in test_timeout()
531 at_state->timer_index = 0; in gigaset_at_init()
Dgigaset.h337 unsigned timer_index; member
Dev-layer.c1569 if (ev->parameter != at_state->timer_index in process_event()
1657 ++at_state->timer_index; in process_event()