Searched refs:VHOST_USER_SET_MEM_TABLE (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | blk_spec.h | 45 VHOST_USER_SET_MEM_TABLE = 5, enumerator
|
| H A D | vhost_blk_compat.c | 95 case VHOST_USER_SET_MEM_TABLE: in extern_vhost_pre_msg_handler()
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost.h | 70 VHOST_USER_SET_MEM_TABLE = 5, enumerator
|
| H A D | vhost_user.c | 243 [VHOST_USER_SET_MEM_TABLE] = "VHOST_SET_MEM_TABLE", 311 case VHOST_USER_SET_MEM_TABLE: in vhost_user_sock()
|
| H A D | vhost_vdpa.c | 50 [VHOST_USER_SET_MEM_TABLE] = VHOST_SET_MEM_TABLE,
|
| H A D | vhost_kernel.c | 69 [VHOST_USER_SET_MEM_TABLE] = VHOST_SET_MEM_TABLE,
|
| H A D | virtio_user_dev.c | 180 ret = dev->ops->send_request(dev, VHOST_USER_SET_MEM_TABLE, NULL); in virtio_user_start_device() 354 dev->ops->send_request(dev, VHOST_USER_SET_MEM_TABLE, NULL); in virtio_user_mem_event_cb()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.h | 35 VHOST_USER_SET_MEM_TABLE = 5, enumerator
|
| H A D | vhost_user.c | 65 [VHOST_USER_SET_MEM_TABLE] = "VHOST_USER_SET_MEM_TABLE", 1204 if (ack_msg.request.master != VHOST_USER_SET_MEM_TABLE) { in vhost_user_set_mem_table() 2531 [VHOST_USER_SET_MEM_TABLE] = vhost_user_set_mem_table, 2775 case VHOST_USER_SET_MEM_TABLE: in vhost_user_msg_handler()
|