Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map40 rte_cryptodev_queue_pair_setup;
H A Drte_cryptodev.h719 rte_cryptodev_queue_pair_setup(uint8_t dev_id, uint16_t queue_pair_id,
H A Drte_cryptodev.c1073 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 Dcryptodev.c104 status = rte_cryptodev_queue_pair_setup(dev_id, i, in cryptodev_create()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c113 status = rte_cryptodev_queue_pair_setup(dev_id, i, in softnic_cryptodev_create()
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_ops.c420 ret = rte_cryptodev_queue_pair_setup(worker_id, qp_id, in scheduler_pmd_qp_setup()
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c563 ret = rte_cryptodev_queue_pair_setup(info->cid, j, in main()
/f-stack/dpdk/app/test-crypto-perf/
H A Dmain.c286 ret = rte_cryptodev_queue_pair_setup(cdev_id, j, in cperf_initialize_cryptodev()
/f-stack/dpdk/doc/guides/prog_guide/
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,
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 Devent_crypto_adapter.rst172 rte_cryptodev_queue_pair_setup(cdev_id, qp_id, &qp_conf);
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c580 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in configure_cryptodev()
H A Dtest_cryptodev_asym.c930 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 Dtest_cryptodev.c831 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 Dtest_ipsec.c386 TEST_ASSERT_SUCCESS(rte_cryptodev_queue_pair_setup( in testsuite_setup()
/f-stack/dpdk/examples/fips_validation/
H A Dmain.c92 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 Dfips_dev_self_test.c1624 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 Drelease_17_08.rst298 * Added a new field ``session_pool`` to ``rte_cryptodev_queue_pair_setup()``.
H A Drelease_19_02.rst241 ``rte_cryptodev_queue_pair_setup()`` is removed.
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2474 retval = rte_cryptodev_queue_pair_setup(cdev_id, 0, &qp_conf, in initialize_cryptodevs()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2107 if (rte_cryptodev_queue_pair_setup(cdev_id, qp, in cryptodevs_init()