Searched refs:timer_index (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ |
| D | trace.h | 1126 TP_PROTO(int vcpu_id, int timer_index, u64 config, bool host), 1127 TP_ARGS(vcpu_id, timer_index, config, host), 1131 __field(int, timer_index) 1138 __entry->timer_index = timer_index; 1144 __entry->vcpu_id, __entry->timer_index, __entry->config, 1152 TP_PROTO(int vcpu_id, int timer_index, u64 count, bool host), 1153 TP_ARGS(vcpu_id, timer_index, count, host), 1157 __field(int, timer_index) 1164 __entry->timer_index = timer_index; 1170 __entry->vcpu_id, __entry->timer_index, __entry->count, [all …]
|
| D | hyperv.h | 69 int timer_index) in vcpu_to_stimer() argument 71 return &vcpu_to_hv_vcpu(vcpu)->stimer[timer_index]; in vcpu_to_stimer()
|
| D | hyperv.c | 739 payload->timer_index = stimer->index; in stimer_prepare_msg() 744 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init() argument 747 stimer->index = timer_index; in stimer_init() 1160 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_set_msr() local 1162 return stimer_set_config(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_set_msr() 1169 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr() local 1171 return stimer_set_count(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_set_msr() 1268 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_get_msr() local 1270 return stimer_get_config(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_get_msr() 1277 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr() local [all …]
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | sge.c | 3274 int timer_index; in napi_rx_handler() local 3277 timer_index = QINTR_TIMER_IDX_G(q->next_intr_params); in napi_rx_handler() 3280 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler() 3282 timer_index = (timer_index + 1); in napi_rx_handler() 3284 timer_index = timer_index - 1; in napi_rx_handler() 3286 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler() 3288 QINTR_TIMER_IDX_V(timer_index) | in napi_rx_handler()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | hw.c | 3128 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()
|
| D | hw.h | 1082 u8 timer_index);
|
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | common.c | 149 at_state->timer_index, NULL); in test_timeout() 528 at_state->timer_index = 0; in gigaset_at_init()
|
| D | gigaset.h | 334 unsigned timer_index; member
|
| D | ev-layer.c | 1566 if (ev->parameter != at_state->timer_index in process_event() 1654 ++at_state->timer_index; in process_event()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | hyperv-tlfs.h | 529 __u32 timer_index; member
|