Searched refs:guest_channel_send_msg (Results 1 – 3 of 3) sorted by relevance
103 ret = guest_channel_send_msg(&pkt, lcore_id); in guest_channel_host_connect()120 guest_channel_send_msg(struct rte_power_channel_packet *pkt, in guest_channel_send_msg() function154 return guest_channel_send_msg(pkt, lcore_id); in rte_power_guest_channel_send_msg()
60 int guest_channel_send_msg(struct rte_power_channel_packet *pkt,
81 ret = guest_channel_send_msg(&pkt[lcore_id], lcore_id); in send_msg()