Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dblk_spec.h53 VHOST_USER_SET_VRING_CALL = 13, enumerator
H A Dvhost_blk_compat.c94 case VHOST_USER_SET_VRING_CALL: in extern_vhost_pre_msg_handler()
/dpdk/lib/vhost/
H A Dvhost_user.h43 VHOST_USER_SET_VRING_CALL = 13, enumerator
H A Dvhost_user.c2679 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_VRING_CALL, vhost_user_set_vring_call, true) \
2789 case VHOST_USER_SET_VRING_CALL: in vhost_user_check_and_alloc_queue_pair()
2932 case VHOST_USER_SET_VRING_CALL: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c73 VHOST_USER_SET_VRING_CALL = 13, enumerator
616 return vhost_user_set_vring_file(dev, VHOST_USER_SET_VRING_CALL, file); in vhost_user_set_vring_call()