Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dtrace.h71 __u16 rep_idx, __u64 ingpa, __u64 outgpa),
72 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
76 __field( __u16, rep_idx )
86 __entry->rep_idx = rep_idx;
96 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
Dhyperv.c1866 u16 rep_idx; member
2555 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()
2556 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2559 hc.rep_idx, hc.ingpa, hc.outgpa); in kvm_hv_hypercall()
2613 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()
/linux-6.12.1/drivers/net/wireless/ath/ath5k/
Dphy.c2770 u8 rep_idx; in ath5k_get_max_ctl_power() local
2812 rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES; in ath5k_get_max_ctl_power()
2821 rep_idx += i; in ath5k_get_max_ctl_power()
2822 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power()
2823 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()