Searched refs:pkt_freq_list (Results 1 – 1 of 1) sorted by relevance
160 receive_freq_list(struct channel_packet_freq_list *pkt_freq_list, in receive_freq_list() argument165 ret = rte_power_guest_channel_receive_msg(pkt_freq_list, in receive_freq_list()172 if (pkt_freq_list->command != CPU_POWER_FREQ_LIST) { in receive_freq_list()186 struct channel_packet_freq_list pkt_freq_list; in cmd_query_freq_list_parsed() local193 memset(&pkt_freq_list, 0, sizeof(struct channel_packet_freq_list)); in cmd_query_freq_list_parsed()228 ret = receive_freq_list(&pkt_freq_list, lcore_id); in cmd_query_freq_list_parsed()235 for (i = 0; i < pkt_freq_list.num_vcpu; ++i) in cmd_query_freq_list_parsed()238 pkt_freq_list.freq_list[i]); in cmd_query_freq_list_parsed()242 pkt_freq_list.freq_list[lcore_id]); in cmd_query_freq_list_parsed()