Home
last modified time | relevance | path

Searched refs:need_reply (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c258 int need_reply = 0; in vhost_user_sock() local
288 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()
/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost.h1015 rte_vhost_slave_config_change(int vid, bool need_reply);
H A Dvhost_user.c2996 vhost_user_slave_config_change(struct virtio_net *dev, bool need_reply) in vhost_user_slave_config_change() argument
3005 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() argument
3028 return vhost_user_slave_config_change(dev, need_reply); in rte_vhost_slave_config_change()