Searched refs:guest_channel_send_msg (Results 1 – 3 of 3) sorted by relevance
105 ret = guest_channel_send_msg(&pkt, lcore_id); in guest_channel_host_connect()122 guest_channel_send_msg(struct channel_packet *pkt, unsigned int lcore_id) in guest_channel_send_msg() function155 return guest_channel_send_msg(pkt, lcore_id); in rte_power_guest_channel_send_msg()
66 int guest_channel_send_msg(struct channel_packet *pkt, unsigned int lcore_id);
82 ret = guest_channel_send_msg(&pkt[lcore_id], lcore_id); in send_msg()