| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_failover.c | 25 struct rte_crypto_op **ops, uint16_t nb_ops) in failover_worker_enqueue() 40 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue() 64 uint16_t nb_ops) in schedule_enqueue_ordering() 79 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue() 112 uint16_t nb_ops) in schedule_dequeue_ordering()
|
| H A D | scheduler_roundrobin.c | 20 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue() 47 uint16_t nb_ops) in schedule_enqueue_ordering() 63 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue() 102 uint16_t nb_ops) in schedule_dequeue_ordering()
|
| H A D | scheduler_pkt_size_distr.c | 37 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue() 175 uint16_t nb_ops) in schedule_enqueue_ordering() 190 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue() 228 uint16_t nb_ops) in schedule_dequeue_ordering()
|
| H A D | scheduler_pmd_private.h | 68 get_max_enqueue_order_count(struct rte_ring *order_ring, uint16_t nb_ops) in get_max_enqueue_order_count() 77 struct rte_crypto_op **ops, uint16_t nb_ops) in scheduler_order_insert() 84 struct rte_crypto_op **ops, uint16_t nb_ops) in scheduler_order_drain()
|
| H A D | scheduler_multicore.c | 39 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue() 68 uint16_t nb_ops) in schedule_enqueue_ordering() 84 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue() 111 uint16_t nb_ops) in schedule_dequeue_ordering()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 16 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_security() 84 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_null_cipher() 123 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_null_auth() 162 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_cipher() 218 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_auth() 318 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_cipher_auth() 433 uint16_t nb_ops, struct rte_cryptodev_sym_session *sess, in cperf_set_ops_aead()
|
| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | rte_comp.c | 91 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_raw_bulk_alloc() 187 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_alloc() 218 rte_comp_op_bulk_free(struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_free()
|
| /f-stack/dpdk/drivers/baseband/null/ |
| H A D | bbdev_null.c | 143 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in enqueue_dec_ops() 158 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in enqueue_enc_ops() 173 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in dequeue_dec_ops() 186 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in dequeue_enc_ops()
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 634 otx_cpt_pkt_enqueue(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops, in otx_cpt_pkt_enqueue() 662 otx_cpt_enqueue_asym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_enqueue_asym() 668 otx_cpt_enqueue_sym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_enqueue_sym() 820 otx_cpt_pkt_dequeue(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops, in otx_cpt_pkt_dequeue() 913 otx_cpt_dequeue_asym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_dequeue_asym() 919 otx_cpt_dequeue_sym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_dequeue_sym()
|
| /f-stack/dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd.c | 113 uint16_t nb_ops) in null_crypto_pmd_enqueue_burst() 144 uint16_t nb_ops) in null_crypto_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 1156 uint16_t nb_ops, struct rte_bbdev_stats *queue_stats) in enqueue_enc_all_ops() 1173 uint16_t nb_ops, struct rte_bbdev_stats *queue_stats) in enqueue_ldpc_enc_all_ops() 1726 uint16_t nb_ops, struct rte_bbdev_stats *queue_stats) in enqueue_dec_all_ops() 1743 uint16_t nb_ops, struct rte_bbdev_stats *queue_stats) in enqueue_ldpc_dec_all_ops() 1760 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in enqueue_enc_ops() 1777 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in enqueue_ldpc_enc_ops() 1795 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in enqueue_dec_ops() 1812 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in enqueue_ldpc_dec_ops() 1830 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in dequeue_dec_ops() 1843 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in dequeue_enc_ops()
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_qp.c | 306 bcmfs_enqueue_op_burst(void *qp, void **ops, uint16_t nb_ops) in bcmfs_enqueue_op_burst() 338 bcmfs_dequeue_op_burst(void *qp, void **ops, uint16_t nb_ops) in bcmfs_dequeue_op_burst()
|
| H A D | bcmfs_sym_pmd.c | 248 uint16_t nb_ops) in bcmfs_sym_pmd_enqueue_op_burst() 316 uint16_t nb_ops) in bcmfs_sym_pmd_dequeue_op_burst()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 318 struct rte_comp_op **ops, uint16_t nb_ops) in zlib_pmd_enqueue_burst() 341 struct rte_comp_op **ops, uint16_t nb_ops) in zlib_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym_pmd.c | 213 uint16_t nb_ops) in qat_asym_pmd_enqueue_op_burst() 219 uint16_t nb_ops) in qat_asym_pmd_dequeue_op_burst()
|
| H A D | qat_sym_pmd.c | 288 uint16_t nb_ops) in qat_sym_pmd_enqueue_op_burst() 295 uint16_t nb_ops) in qat_sym_pmd_dequeue_op_burst()
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 630 uint16_t nb_ops) in isal_comp_pmd_enqueue_burst() 662 uint16_t nb_ops) in isal_comp_pmd_dequeue_burst()
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto.h | 220 struct rte_crypto_op **ops, uint16_t nb_ops) in __rte_crypto_op_raw_bulk_alloc() 278 struct rte_crypto_op **ops, uint16_t nb_ops) in rte_crypto_op_bulk_alloc()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | rte_ccp_pmd.c | 197 uint16_t nb_ops) in ccp_pmd_enqueue_burst() 250 uint16_t nb_ops) in ccp_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_qp.c | 579 qat_enqueue_op_burst(void *qp, void **ops, uint16_t nb_ops) in qat_enqueue_op_burst() 676 qat_enqueue_comp_op_burst(void *qp, void **ops, uint16_t nb_ops) in qat_enqueue_comp_op_burst() 846 qat_dequeue_op_burst(void *qp, void **ops, uint16_t nb_ops) in qat_dequeue_op_burst()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 360 uint16_t nb_ops) in zuc_pmd_enqueue_burst() 450 struct rte_crypto_op **c_ops, uint16_t nb_ops) in zuc_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | rte_snow3g_pmd.c | 423 uint16_t nb_ops) in snow3g_pmd_enqueue_burst() 526 struct rte_crypto_op **c_ops, uint16_t nb_ops) in snow3g_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 482 struct rte_comp_op **ops, uint16_t nb_ops) in zip_pmd_enqueue_burst_sync() 523 struct rte_comp_op **ops, uint16_t nb_ops) in zip_pmd_dequeue_burst_sync()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 398 uint16_t nb_ops) in kasumi_pmd_enqueue_burst() 514 struct rte_crypto_op **c_ops, uint16_t nb_ops) in kasumi_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 995 uint16_t nb_ops) in aesni_mb_pmd_enqueue_burst() 1722 struct rte_crypto_op **ops, uint16_t nb_ops) in handle_completed_jobs() 1768 uint16_t nb_ops) in flush_mb_mgr() 1798 uint16_t nb_ops) in aesni_mb_pmd_dequeue_burst()
|