Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dtrace.h68 __u16 rep_idx, __u64 ingpa, __u64 outgpa),
69 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
73 __field( __u16, rep_idx )
83 __entry->rep_idx = rep_idx;
93 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
H A Dhyperv.c1815 u16 rep_idx; member
2507 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()
2508 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2511 hc.rep_idx, hc.ingpa, hc.outgpa); in kvm_hv_hypercall()
2565 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A 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()