Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c93 case VHOST_USER_SET_VRING_KICK: in extern_vhost_pre_msg_handler()
138 case VHOST_USER_SET_VRING_KICK: in extern_vhost_post_msg_handler()
H A Dblk_spec.h52 VHOST_USER_SET_VRING_KICK = 12, enumerator
/dpdk/lib/vhost/
H A Dvhost_user.h42 VHOST_USER_SET_VRING_KICK = 12, enumerator
H A Dvhost_user.c2678 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_VRING_KICK, vhost_user_set_vring_kick, true) \
2788 case VHOST_USER_SET_VRING_KICK: in vhost_user_check_and_alloc_queue_pair()
2931 case VHOST_USER_SET_VRING_KICK: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c72 VHOST_USER_SET_VRING_KICK = 12, enumerator
622 return vhost_user_set_vring_file(dev, VHOST_USER_SET_VRING_KICK, file); in vhost_user_set_vring_kick()