| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | version.map | 40 rte_cryptodev_queue_pair_setup;
|
| H A D | rte_cryptodev.h | 719 rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id,
|
| H A D | rte_cryptodev.c | 1073 rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id, in rte_cryptodev_queue_pair_setup() function
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 104 status = rte_cryptodev_queue_pair_setup(dev_id, i, in cryptodev_create()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cryptodev.c | 113 status = rte_cryptodev_queue_pair_setup(dev_id, i, in softnic_cryptodev_create()
|
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd_ops.c | 420 ret = rte_cryptodev_queue_pair_setup(worker_id, qp_id, in scheduler_pmd_qp_setup()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 563 ret = rte_cryptodev_queue_pair_setup(info->cid, j, in main()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | main.c | 286 ret = rte_cryptodev_queue_pair_setup(cdev_id, j, in cperf_initialize_cryptodev()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 115 ``rte_cryptodev_queue_pair_setup`` API. 120 int rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id, 875 if (rte_cryptodev_queue_pair_setup(cdev_id, 0, &qp_conf, socket_id) < 0) 1149 if (rte_cryptodev_queue_pair_setup(cdev_id, 0, &qp_conf,
|
| H A D | event_crypto_adapter.rst | 172 rte_cryptodev_queue_pair_setup(cdev_id, qp_id, &qp_conf);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_crypto_adapter.c | 580 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in configure_cryptodev()
|
| H A D | test_cryptodev_asym.c | 930 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup() 992 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in ut_setup()
|
| H A D | test_cryptodev.c | 831 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup() 892 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in dev_configure_and_start() 1109 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup() 1123 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup() 1137 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup() 1151 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup() 1167 TEST_ASSERT_FAIL(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup() 1177 TEST_ASSERT_FAIL(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
|
| H A D | test_ipsec.c | 386 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup()
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | main.c | 92 ret = rte_cryptodev_queue_pair_setup(env.dev_id, 0, &qp_conf, in cryptodev_fips_validate_app_int() 126 ret = rte_cryptodev_queue_pair_setup(env.dev_id, 0, &qp_conf, in cryptodev_fips_validate_app_int()
|
| H A D | fips_dev_self_test.c | 1624 ret = rte_cryptodev_queue_pair_setup(dev_id, 0, &qp_conf, in fips_dev_auto_test_init()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 298 * Added a new field ``session_pool`` to ``rte_cryptodev_queue_pair_setup()``.
|
| H A D | release_19_02.rst | 241 ``rte_cryptodev_queue_pair_setup()`` is removed.
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2474 retval = rte_cryptodev_queue_pair_setup(cdev_id, 0, &qp_conf, in initialize_cryptodevs()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2107 if (rte_cryptodev_queue_pair_setup(cdev_id, qp, in cryptodevs_init()
|