Searched refs:rep_idx (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 64 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, 66 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), 70 __field( __u16, rep_idx ) 79 __entry->rep_idx = rep_idx; 88 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
|
D | x86.c | 5888 uint16_t code, rep_idx, rep_cnt, res = HV_STATUS_SUCCESS, rep_done = 0; in kvm_hv_hypercall() local 5921 rep_idx = (param >> 48) & 0xfff; in kvm_hv_hypercall() 5923 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 2777 u8 rep_idx; in ath5k_get_max_ctl_power() local 2819 rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES; in ath5k_get_max_ctl_power() 2828 rep_idx += i; in ath5k_get_max_ctl_power() 2829 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power() 2830 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()
|