Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Dversion.map31 rte_cryptodev_queue_pair_setup;
H A Drte_cryptodev.h763 rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id,
H A Drte_cryptodev.c1199 rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id, in rte_cryptodev_queue_pair_setup() function
/dpdk/examples/ip_pipeline/
H A Dcryptodev.c103 status = rte_cryptodev_queue_pair_setup(dev_id, i, in cryptodev_create()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c113 status = rte_cryptodev_queue_pair_setup(dev_id, i, in softnic_cryptodev_create()
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_ops.c413 ret = rte_cryptodev_queue_pair_setup(worker_id, qp_id, in scheduler_pmd_qp_setup()
/dpdk/examples/vhost_crypto/
H A Dmain.c580 ret = rte_cryptodev_queue_pair_setup(info->cid, j, in main()
/dpdk/app/test-crypto-perf/
H A Dmain.c340 ret = rte_cryptodev_queue_pair_setup(cdev_id, j, in cperf_initialize_cryptodev()
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c593 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in configure_cryptodev()
H A Dtest_cryptodev_asym.c888 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup()
938 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in ut_setup_asym()
H A Dtest_cryptodev.c676 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup()
1394 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in dev_configure_and_start()
1608 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
1622 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
1636 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
1650 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
1666 TEST_ASSERT_FAIL(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
1676 TEST_ASSERT_FAIL(rte_cryptodev_queue_pair_setup( in test_queue_pair_descriptor_setup()
12471 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_enq_callback_setup()
12571 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in test_deq_callback_setup()
H A Dtest_ipsec.c396 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup()
/dpdk/examples/fips_validation/
H A Dmain.c98 ret = rte_cryptodev_queue_pair_setup(env.dev_id, 0, &qp_conf, in cryptodev_fips_validate_app_int()
132 ret = rte_cryptodev_queue_pair_setup(env.dev_id, 0, &qp_conf, in cryptodev_fips_validate_app_int()
H A Dfips_dev_self_test.c1603 ret = rte_cryptodev_queue_pair_setup(dev_id, 0, &qp_conf, in fips_dev_auto_test_init()
/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst189 rte_cryptodev_queue_pair_setup(cdev_id, qp_id, &qp_conf);
H A Dcryptodev_lib.rst115 ``rte_cryptodev_queue_pair_setup`` API.
120 int rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id,
919 if (rte_cryptodev_queue_pair_setup(cdev_id, 0, &qp_conf, socket_id) < 0)
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst240 * Added a new field ``session_pool`` to ``rte_cryptodev_queue_pair_setup()``.
H A Drelease_19_02.rst182 ``rte_cryptodev_queue_pair_setup()`` is removed.
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c1240 ret = rte_cryptodev_queue_pair_setup( in perf_cryptodev_setup()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2580 retval = rte_cryptodev_queue_pair_setup(cdev_id, 0, &qp_conf, in initialize_cryptodevs()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2237 if (rte_cryptodev_queue_pair_setup(cdev_id, qp, in cryptodevs_init()