Searched refs:VHOST_USER_SET_VRING_KICK (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | vhost_blk_compat.c | 93 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 D | blk_spec.h | 52 VHOST_USER_SET_VRING_KICK = 12, enumerator
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost.h | 77 VHOST_USER_SET_VRING_KICK = 12, enumerator
|
| H A D | vhost_user.c | 242 [VHOST_USER_SET_VRING_KICK] = "VHOST_SET_VRING_KICK", 345 case VHOST_USER_SET_VRING_KICK: in vhost_user_sock()
|
| H A D | vhost_vdpa.c | 49 [VHOST_USER_SET_VRING_KICK] = VHOST_SET_VRING_KICK,
|
| H A D | vhost_kernel.c | 68 [VHOST_USER_SET_VRING_KICK] = VHOST_SET_VRING_KICK,
|
| H A D | virtio_user_dev.c | 92 dev->ops->send_request(dev, VHOST_USER_SET_VRING_KICK, &file); in virtio_user_kick_queue()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.h | 42 VHOST_USER_SET_VRING_KICK = 12, enumerator
|
| H A D | vhost_user.c | 72 [VHOST_USER_SET_VRING_KICK] = "VHOST_USER_SET_VRING_KICK", 2538 [VHOST_USER_SET_VRING_KICK] = vhost_user_set_vring_kick, 2642 case VHOST_USER_SET_VRING_KICK: in vhost_user_check_and_alloc_queue_pair() 2781 case VHOST_USER_SET_VRING_KICK: in vhost_user_msg_handler()
|