Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Drte_power_empty_poll.c28 static uint32_t freq_index[NUM_FREQ]; variable
33 return freq_index[index]; in get_freq_index()
408 freq_index[LOW] = 14; in rte_power_empty_poll_stat_init()
409 freq_index[MED] = 9; in rte_power_empty_poll_stat_init()
410 freq_index[HGH] = 1; in rte_power_empty_poll_stat_init()
412 freq_index[LOW] = freq_tlb[LOW]; in rte_power_empty_poll_stat_init()
413 freq_index[MED] = freq_tlb[MED]; in rte_power_empty_poll_stat_init()
414 freq_index[HGH] = freq_tlb[HGH]; in rte_power_empty_poll_stat_init()