Home
last modified time | relevance | path

Searched refs:rte_vhost_msg_result (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c68 static enum rte_vhost_msg_result
116 static enum rte_vhost_msg_result
/dpdk/lib/vhost/
H A Drte_vhost.h231 enum rte_vhost_msg_result { enum
256 typedef enum rte_vhost_msg_result (*rte_vhost_msg_handle)(int vid, void *msg);
H A Dvhost_crypto.c451 static enum rte_vhost_msg_result
457 enum rte_vhost_msg_result ret = RTE_VHOST_MSG_RESULT_OK; in vhost_crypto_msg_post_handler()