Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dblk_spec.h51 VHOST_USER_GET_VRING_BASE = 11, enumerator
H A Dvhost_blk_compat.c89 case VHOST_USER_GET_VRING_BASE: in extern_vhost_pre_msg_handler()
/dpdk/lib/vhost/
H A Dvhost_user.h41 VHOST_USER_GET_VRING_BASE = 11, enumerator
H A Dvhost_user.c2677 VHOST_MESSAGE_HANDLER(VHOST_USER_GET_VRING_BASE, vhost_user_get_vring_base, false) \
2795 case VHOST_USER_GET_VRING_BASE: in vhost_user_check_and_alloc_queue_pair()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c71 VHOST_USER_GET_VRING_BASE = 11, enumerator
549 ret = vhost_user_set_vring(dev, VHOST_USER_GET_VRING_BASE, state); in vhost_user_get_vring_base()
561 if (msg.request != VHOST_USER_GET_VRING_BASE) { in vhost_user_get_vring_base()