Home
last modified time | relevance | path

Searched refs:VHOST_USER_SET_VRING_BASE (Results 1 – 5 of 5) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dblk_spec.h50 VHOST_USER_SET_VRING_BASE = 10, enumerator
H A Dvhost_blk_compat.c90 case VHOST_USER_SET_VRING_BASE: in extern_vhost_pre_msg_handler()
/dpdk/lib/vhost/
H A Dvhost_user.h40 VHOST_USER_SET_VRING_BASE = 10, enumerator
H A Dvhost_user.c2676 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_VRING_BASE, vhost_user_set_vring_base, false) \
2794 case VHOST_USER_SET_VRING_BASE: in vhost_user_check_and_alloc_queue_pair()
2930 case VHOST_USER_SET_VRING_BASE: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c70 VHOST_USER_SET_VRING_BASE = 10, enumerator
538 return vhost_user_set_vring(dev, VHOST_USER_SET_VRING_BASE, state); in vhost_user_set_vring_base()