Searched refs:need_reply (Results 1 – 3 of 3) sorted by relevance
258 int need_reply = 0; in vhost_user_sock() local288 need_reply = 1; in vhost_user_sock()337 need_reply = 1; in vhost_user_sock()369 if (need_reply || msg.flags & VHOST_USER_NEED_REPLY_MASK) { in vhost_user_sock()
1015 rte_vhost_slave_config_change(int vid, bool need_reply);
2996 vhost_user_slave_config_change(struct virtio_net *dev, bool need_reply) in vhost_user_slave_config_change() argument3005 if (need_reply) in vhost_user_slave_config_change()3020 rte_vhost_slave_config_change(int vid, bool need_reply) in rte_vhost_slave_config_change() argument3028 return vhost_user_slave_config_change(dev, need_reply); in rte_vhost_slave_config_change()