Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_crypto.c409 vcrypto->last_session_id, vcrypto->dev->vid); in vhost_crypto_create_sess()
446 vcrypto->dev->vid); in vhost_crypto_close_sess()
465 if (vcrypto == NULL) { in vhost_crypto_msg_post_handler()
1442 vcrypto = rte_zmalloc_socket(NULL, sizeof(*vcrypto), in rte_vhost_crypto_create()
1444 if (!vcrypto) { in rte_vhost_crypto_create()
1454 vcrypto->dev = dev; in rte_vhost_crypto_create()
1488 if (!vcrypto->wb_pool) { in rte_vhost_crypto_create()
1504 rte_free(vcrypto); in rte_vhost_crypto_create()
1529 rte_free(vcrypto); in rte_vhost_crypto_free()
1579 if (!vcrypto->wb_pool) { in rte_vhost_crypto_set_zero_copy()
[all …]