Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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()
1440 vcrypto = rte_zmalloc_socket(NULL, sizeof(*vcrypto), in rte_vhost_crypto_create()
1442 if (!vcrypto) { in rte_vhost_crypto_create()
1452 vcrypto->dev = dev; in rte_vhost_crypto_create()
1486 if (!vcrypto->wb_pool) { in rte_vhost_crypto_create()
1499 if (vcrypto->session_map) in rte_vhost_crypto_create()
1501 if (vcrypto->mbuf_pool) in rte_vhost_crypto_create()
1504 rte_free(vcrypto); in rte_vhost_crypto_create()
[all …]