Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_asym.c38 static int gbl_driver_id; variable
2194 gbl_driver_id = rte_cryptodev_driver_id_get( in test_cryptodev_openssl_asym()
2197 if (gbl_driver_id == -1) { in test_cryptodev_openssl_asym()
2208 gbl_driver_id = rte_cryptodev_driver_id_get( in test_cryptodev_qat_asym()
2211 if (gbl_driver_id == -1) { in test_cryptodev_qat_asym()
2222 gbl_driver_id = rte_cryptodev_driver_id_get( in test_cryptodev_octeontx_asym()
2224 if (gbl_driver_id == -1) { in test_cryptodev_octeontx_asym()
2234 gbl_driver_id = rte_cryptodev_driver_id_get( in test_cryptodev_cn9k_asym()
2236 if (gbl_driver_id == -1) { in test_cryptodev_cn9k_asym()
2248 gbl_driver_id = rte_cryptodev_driver_id_get( in test_cryptodev_cn10k_asym()
[all …]
H A Dtest_cryptodev.c70 static int gbl_driver_id; variable
603 rte_cryptodev_driver_name_get(gbl_driver_id)); in testsuite_setup()
610 if (info.driver_id == gbl_driver_id) in testsuite_setup()
2264 gbl_driver_id == rte_cryptodev_driver_id_get( in test_AES_CBC_HMAC_SHA1_encrypt_digest()
9942 if (gbl_driver_id == rte_cryptodev_driver_id_get( in test_ipsec_proto_ipv4_set_dscp_0_inner_1()
9958 if (gbl_driver_id == rte_cryptodev_driver_id_get( in test_ipsec_proto_ipv4_set_dscp_1_inner_0()
10002 if (gbl_driver_id == rte_cryptodev_driver_id_get( in test_ipsec_proto_ipv6_set_dscp_0_inner_1()
10020 if (gbl_driver_id == rte_cryptodev_driver_id_get( in test_ipsec_proto_ipv6_set_dscp_1_inner_0()
16231 if (gbl_driver_id == -1) { in run_cryptodev_testsuite()
16453 gbl_driver_id = rte_cryptodev_driver_id_get( in test_cryptodev_scheduler()
[all …]