Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c148 .post_msg_handle = extern_vhost_post_msg_handler,
/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost.h260 rte_vhost_msg_handle post_msg_handle; member
H A Dvhost_crypto.c1494 dev->extern_ops.post_msg_handle = vhost_crypto_msg_post_handler; in rte_vhost_crypto_create()
1533 dev->extern_ops.post_msg_handle = NULL; in rte_vhost_crypto_free()
H A Dvhost_user.c2848 dev->extern_ops.post_msg_handle) { in vhost_user_msg_handler()
2849 ret = (*dev->extern_ops.post_msg_handle)(dev->vid, in vhost_user_msg_handler()