Home
last modified time | relevance | path

Searched refs:rte_cryptodev_queue_pair_count (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/cryptodev/
H A Dversion.map30 rte_cryptodev_queue_pair_count;
H A Drte_cryptodev.h791 rte_cryptodev_queue_pair_count(uint8_t dev_id);
H A Drte_cryptodev.c942 rte_cryptodev_queue_pair_count(uint8_t dev_id) in rte_cryptodev_queue_pair_count() function
/dpdk/app/proc-info/
H A Dmain.c1232 rte_cryptodev_queue_pair_count(i)); in show_crypto()
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c812 if (qp_id == rte_cryptodev_queue_pair_count(cdev_id)) { in perf_event_dev_port_setup()