Searched refs:rep_idx (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | trace.h | 60 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, 62 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), 66 __field( __u16, rep_idx ) 75 __entry->rep_idx = rep_idx; 84 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
|
D | x86.c | 4776 uint16_t code, rep_idx, rep_cnt, res = HV_STATUS_SUCCESS, rep_done = 0; in kvm_hv_hypercall() local 4811 rep_idx = (param >> 48) & 0xfff; in kvm_hv_hypercall() 4813 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall()
|
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 2381 u8 rep_idx; in ath5k_get_max_ctl_power() local 2425 rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES; in ath5k_get_max_ctl_power() 2434 rep_idx += i; in ath5k_get_max_ctl_power() 2435 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power() 2436 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()
|
/linux-2.6.39/drivers/staging/spectra/ |
D | flash.c | 2872 u32 rep_idx = FTL_Get_Block_Index(rep_blk); in move_blks_for_wear_leveling() local 2875 pbt[rep_idx]); in move_blks_for_wear_leveling() 2876 pbt[rep_idx] = tmp; in move_blks_for_wear_leveling() 2893 p_BTableChangesDelta->BT_Index = rep_idx; in move_blks_for_wear_leveling() 2894 p_BTableChangesDelta->BT_Entry_Value = pbt[rep_idx]; in move_blks_for_wear_leveling()
|