Home
last modified time | relevance | path

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

/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()
/dpdk/lib/vhost/
H A Dvhost_user.h35 VHOST_USER_SET_MEM_TABLE = 5, enumerator
H A Dvhost_user.c1152 if (ack_ctx.msg.request.master != VHOST_USER_SET_MEM_TABLE) { in vhost_user_postcopy_register()
2671 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_MEM_TABLE, vhost_user_set_mem_table, true) \
2925 case VHOST_USER_SET_MEM_TABLE: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c65 VHOST_USER_SET_MEM_TABLE = 5, enumerator
464 .request = VHOST_USER_SET_MEM_TABLE, in vhost_user_set_memory_table()