Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c12 static uint8_t cryptodev_driver_id; variable
82 sym_op->session, cryptodev_driver_id); in get_session()
104 cryptodev_driver_id, _sess_private_data); in get_session()
171 dev->driver_id = cryptodev_driver_id; in cryptodev_null_create()
252 cryptodev_driver_id);
/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c19 static uint8_t cryptodev_driver_id; variable
527 cryptodev_driver_id); in get_session()
551 cryptodev_driver_id, _sess_private_data); in get_session()
788 dev->driver_id = cryptodev_driver_id; in cryptodev_armv8_crypto_create()
877 cryptodev_driver_id);
/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c23 static uint8_t cryptodev_driver_id; variable
602 cryptodev_driver_id); in mrvl_request_prepare_crp()
780 cryptodev_driver_id); in mrvl_request_prepare_sec()
1076 dev->driver_id = cryptodev_driver_id; in cryptodev_mrvl_crypto_create()
1299 cryptodev_driver_id);
/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c21 static uint8_t cryptodev_driver_id; variable
747 cryptodev_driver_id); in get_session()
783 cryptodev_driver_id, _sess_private_data); in get_session()
2192 dev->driver_id = cryptodev_driver_id; in cryptodev_openssl_create()
2280 cryptodev_openssl_pmd_drv.driver, cryptodev_driver_id);
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c37 static uint8_t cryptodev_driver_id; variable
1361 cryptodev_driver_id); in caam_jr_enqueue_op()
2049 info->driver_id = cryptodev_driver_id; in caam_jr_dev_infos_get()
2339 dev->driver_id = cryptodev_driver_id; in caam_jr_dev_init()
2491 cryptodev_driver_id);
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_priv.h18 extern uint8_t cryptodev_driver_id;
H A Ddpaa2_sec_dpseci.c64 uint8_t cryptodev_driver_id; variable
1383 op->sym->session, cryptodev_driver_id); in build_sec_fd()
1682 op->sym->session, cryptodev_driver_id); in dpaa2_sec_dump()
3911 info->driver_id = cryptodev_driver_id; in dpaa2_sec_dev_infos_get()
4328 cryptodev->driver_id = cryptodev_driver_id; in dpaa2_sec_dev_init()
4497 rte_dpaa2_sec_driver.driver, cryptodev_driver_id);
H A Ddpaa2_sec_raw_dp.c1016 session_ctx.crypto_sess, cryptodev_driver_id); in dpaa2_sec_configure_raw_dp_ctx()