Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c239 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_owner()
256 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_reset_owner()
331 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_features()
392 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_features()
473 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_vring_num()
830 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_vring_addr()
867 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_vring_base()
1272 return RTE_VHOST_MSG_RESULT_OK; in vhost_user_set_mem_table()
2807 case RTE_VHOST_MSG_RESULT_OK: in vhost_user_msg_handler()
2828 case RTE_VHOST_MSG_RESULT_OK: in vhost_user_msg_handler()
[all …]
H A Drte_vhost.h230 RTE_VHOST_MSG_RESULT_OK = 0, enumerator
H A Dvhost_crypto.c457 enum rte_vhost_msg_result ret = RTE_VHOST_MSG_RESULT_OK; in vhost_crypto_msg_post_handler()