Home
last modified time | relevance | path

Searched refs:VHOST_USER_SET_MEM_TABLE (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/examples/vhost_blk/
H A Dblk_spec.h45 VHOST_USER_SET_MEM_TABLE = 5, enumerator
H A Dvhost_blk_compat.c95 case VHOST_USER_SET_MEM_TABLE: in extern_vhost_pre_msg_handler()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h70 VHOST_USER_SET_MEM_TABLE = 5, enumerator
H A Dvhost_user.c243 [VHOST_USER_SET_MEM_TABLE] = "VHOST_SET_MEM_TABLE",
311 case VHOST_USER_SET_MEM_TABLE: in vhost_user_sock()
H A Dvhost_vdpa.c50 [VHOST_USER_SET_MEM_TABLE] = VHOST_SET_MEM_TABLE,
H A Dvhost_kernel.c69 [VHOST_USER_SET_MEM_TABLE] = VHOST_SET_MEM_TABLE,
H A Dvirtio_user_dev.c180 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 Dvhost_user.h35 VHOST_USER_SET_MEM_TABLE = 5, enumerator
H A Dvhost_user.c65 [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()