Home
last modified time | relevance | path

Searched refs:RTE_VHOST_MSG_RESULT_REPLY (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c106 return RTE_VHOST_MSG_RESULT_REPLY; in extern_vhost_pre_msg_handler()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c278 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_get_features()
300 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_get_queue_num()
1497 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_get_inflight_fd()
1986 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_get_vring_base()
2040 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_get_protocol_features()
2140 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_set_log_base()
2407 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_set_postcopy_advise()
2455 return RTE_VHOST_MSG_RESULT_REPLY; in vhost_user_postcopy_end()
2803 case RTE_VHOST_MSG_RESULT_REPLY: in vhost_user_msg_handler()
2834 case RTE_VHOST_MSG_RESULT_REPLY: in vhost_user_msg_handler()
[all …]
H A Drte_vhost.h232 RTE_VHOST_MSG_RESULT_REPLY = 1, enumerator
H A Dvhost_crypto.c475 ret = RTE_VHOST_MSG_RESULT_REPLY; in vhost_crypto_msg_post_handler()