Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
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,
Dhyperv.c1746 u16 rep_idx; member
2223 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()
2224 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2227 hc.rep_idx, hc.ingpa, hc.outgpa); in kvm_hv_hypercall()
2288 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()
/Linux-v6.1/drivers/net/wireless/ath/ath5k/
Dphy.c2773 u8 rep_idx; in ath5k_get_max_ctl_power() local
2815 rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES; in ath5k_get_max_ctl_power()
2824 rep_idx += i; in ath5k_get_max_ctl_power()
2825 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power()
2826 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()