Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2194 int timer_index; in napi_rx_handler() local
2197 timer_index = QINTR_TIMER_IDX_G(q->next_intr_params); in napi_rx_handler()
2200 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler()
2202 timer_index = (timer_index + 1); in napi_rx_handler()
2204 timer_index = timer_index - 1; in napi_rx_handler()
2206 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler()
2208 QINTR_TIMER_IDX_V(timer_index) | in napi_rx_handler()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.c3001 u8 timer_index) in ath_gen_timer_alloc() argument
3006 if ((timer_index < AR_FIRST_NDP_TIMER) || in ath_gen_timer_alloc()
3007 (timer_index >= ATH_MAX_GEN_TIMER)) in ath_gen_timer_alloc()
3010 if ((timer_index > AR_FIRST_NDP_TIMER) && in ath_gen_timer_alloc()
3019 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc()
3020 timer->index = timer_index; in ath_gen_timer_alloc()
3025 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
Dhw.h1074 u8 timer_index);
/linux-4.4.14/drivers/hv/
Dhyperv_vmbus.h206 u32 timer_index; member
/linux-4.4.14/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()