Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c41 static struct channel_packet policy;
43 struct channel_packet *
52 struct channel_packet *policy; in set_policy_mac()
76 set_policy_defaults(struct channel_packet *pkt) in set_policy_defaults()
148 query_data(struct channel_packet *pkt, unsigned int lcore_id) in query_data()
187 struct channel_packet pkt; in cmd_query_freq_list_parsed()
192 memset(&pkt, 0, sizeof(struct channel_packet)); in cmd_query_freq_list_parsed()
297 struct channel_packet pkt; in cmd_query_caps_list_parsed()
302 memset(&pkt, 0, sizeof(struct channel_packet)); in cmd_query_caps_list_parsed()
383 struct channel_packet pkt; in check_response_cmd()
[all …]
H A Dvm_power_cli_guest.h14 struct channel_packet *get_policy(void);
18 int set_policy_defaults(struct channel_packet *pkt);
H A Dmain.c51 struct channel_packet *policy; in parse_args()
/f-stack/dpdk/lib/librte_power/
H A Dguest_channel.h66 int guest_channel_send_msg(struct channel_packet *pkt, unsigned int lcore_id);
81 int rte_power_guest_channel_send_msg(struct channel_packet *pkt,
H A Dguest_channel.c58 struct channel_packet pkt; in guest_channel_host_connect()
122 guest_channel_send_msg(struct channel_packet *pkt, unsigned int lcore_id) in guest_channel_send_msg()
152 int rte_power_guest_channel_send_msg(struct channel_packet *pkt, in rte_power_guest_channel_send_msg()
H A Dchannel_commands.h81 struct channel_packet { struct
H A Dpower_kvm_vm.c16 static struct channel_packet pkt[RTE_MAX_LCORE];
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c111 set_policy_mac(struct channel_packet *pkt, int idx, char *mac) in set_policy_mac()
176 memset(pkt, 0, sizeof(struct channel_packet)); in parse_json_to_pkt()
466 update_policy(struct channel_packet *pkt) in update_policy()
515 remove_policy(struct channel_packet *pkt __rte_unused) in remove_policy()
676 struct channel_packet *pkt = &pol->pkt; in apply_policy()
718 send_freq(struct channel_packet *pkt, in send_freq()
754 send_capabilities(struct channel_packet *pkt, in send_capabilities()
808 send_ack_for_received_cmd(struct channel_packet *pkt, in send_ack_for_received_cmd()
814 sizeof(struct channel_packet), in send_ack_for_received_cmd()
991 struct channel_packet pkt; in read_binary_packet()
[all …]
H A Dchannel_monitor.h21 struct channel_packet pkt;