Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Drte_power_guest_channel.h106 uint32_t freq_list[RTE_POWER_MAX_VCPU_PER_VM]; member
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c722 bool freq_list) in send_freq() argument
731 if (!freq_list && vcore_id >= RTE_POWER_MAX_VCPU_PER_VM) in send_freq()
740 if (freq_list) { in send_freq()
743 channel_pkt_freq_list.freq_list[i] = in send_freq()
746 channel_pkt_freq_list.freq_list[vcore_id] = in send_freq()
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c234 pkt_freq_list.freq_list[i]); in cmd_query_freq_list_parsed()
238 pkt_freq_list.freq_list[lcore_id]); in cmd_query_freq_list_parsed()