Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 197) sorted by relevance

12345678

/dpdk/lib/mempool/
H A Drte_mempool_ops.c26 struct rte_mempool_ops *ops; in rte_mempool_register_ops() local
77 struct rte_mempool_ops *ops; in rte_mempool_ops_alloc() local
88 struct rte_mempool_ops *ops; in rte_mempool_ops_free() local
101 struct rte_mempool_ops *ops; in rte_mempool_ops_get_count() local
115 struct rte_mempool_ops *ops; in rte_mempool_ops_calc_mem_size() local
133 struct rte_mempool_ops *ops; in rte_mempool_ops_populate() local
153 struct rte_mempool_ops *ops; in rte_mempool_ops_get_info() local
167 struct rte_mempool_ops *ops = NULL; in rte_mempool_set_ops_byname() local
/dpdk/lib/ethdev/
H A Drte_flow.c328 const struct rte_flow_ops *ops; in rte_flow_ops_get() local
358 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_validate() local
385 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_create() local
409 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_destroy() local
431 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_flush() local
456 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_query() local
479 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_isolate() local
1101 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_dev_dump() local
1122 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_get_aged_flows() local
1145 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_action_handle_create() local
[all …]
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_gcm.c8 aesni_gcm_set_ops(struct aesni_gcm_ops *ops, IMB_MGR *mb_mgr) in aesni_gcm_set_ops()
277 struct aesni_gcm_ops *ops = &qp_data->ops[session->key_length]; in process_gcm_crypto_op() local
500 struct rte_crypto_op **ops, uint16_t nb_ops) in aesni_gcm_pmd_dequeue_burst()
548 uint8_t *digest, struct aesni_gcm_ops ops) in aesni_gcm_sgl_op_finalize_encryption()
567 uint8_t *digest, struct aesni_gcm_ops ops) in aesni_gcm_sgl_op_finalize_decryption()
582 struct aesni_gcm_ops ops) in aesni_gcm_process_gcm_sgl_op()
615 struct aesni_gcm_ops ops) in aesni_gcm_process_gmac_sgl_op()
625 struct aesni_gcm_ops ops) in aesni_gcm_sgl_encrypt()
646 struct aesni_gcm_ops ops) in aesni_gcm_sgl_decrypt()
667 struct aesni_gcm_ops ops) in aesni_gmac_sgl_generate()
[all …]
H A Dpmd_kasumi.c74 process_kasumi_cipher_op(struct ipsec_mb_qp *qp, struct rte_crypto_op **ops, in process_kasumi_cipher_op()
138 process_kasumi_hash_op(struct ipsec_mb_qp *qp, struct rte_crypto_op **ops, in process_kasumi_hash_op()
190 process_ops(struct rte_crypto_op **ops, struct kasumi_session *session, in process_ops()
298 kasumi_pmd_dequeue_burst(void *queue_pair, struct rte_crypto_op **ops, in kasumi_pmd_dequeue_burst()
H A Dpmd_snow3g.c96 process_snow3g_cipher_op(struct ipsec_mb_qp *qp, struct rte_crypto_op **ops, in process_snow3g_cipher_op()
227 process_snow3g_hash_op(struct ipsec_mb_qp *qp, struct rte_crypto_op **ops, in process_snow3g_hash_op()
305 process_ops(struct rte_crypto_op **ops, struct snow3g_session *session, in process_ops()
435 struct rte_crypto_op **ops, uint16_t nb_ops) in snow3g_pmd_dequeue_burst()
H A Dpmd_zuc.c68 process_zuc_cipher_op(struct ipsec_mb_qp *qp, struct rte_crypto_op **ops, in process_zuc_cipher_op()
135 process_zuc_hash_op(struct ipsec_mb_qp *qp, struct rte_crypto_op **ops, in process_zuc_hash_op()
196 process_ops(struct rte_crypto_op **ops, enum ipsec_mb_operation op_type, in process_ops()
/dpdk/drivers/common/qat/
H A Dqat_qp.c370 struct qat_qp_hw_spec_funcs *ops = in adf_queue_arb_enable() local
383 struct qat_qp_hw_spec_funcs *ops = in adf_queue_arb_disable() local
396 struct qat_qp_hw_spec_funcs *ops = in qat_qp_build_ring_base() local
409 struct qat_qp_hw_spec_funcs *ops = in qat_qps_per_service() local
421 struct qat_qp_hw_spec_funcs *ops = in qat_qp_get_hw_data() local
442 struct qat_qp_hw_spec_funcs *ops = in adf_configure_queues() local
455 struct qat_qp_hw_spec_funcs *ops = in txq_write_tail() local
469 struct qat_qp_hw_spec_funcs *ops = in qat_qp_csr_write_head() local
483 struct qat_qp_hw_spec_funcs *ops = in qat_qp_csr_setup() local
551 void **ops, uint16_t nb_ops) in qat_enqueue_op_burst()
[all …]
/dpdk/lib/bpf/
H A Dbpf_jit_x86.c236 const uint8_t ops = 0x87; in emit_xchg_reg() local
249 const uint8_t ops = 0xF7; in emit_neg() local
264 const uint8_t ops = 0x89; in emit_mov_reg() local
294 const uint8_t ops = 0xC1; in emit_ror_imm() local
312 const uint8_t ops = 0x0F; in emit_be2le_48() local
472 const uint8_t ops = 0xC7; in emit_mov_imm() local
496 const uint8_t ops = 0xB8; in emit_ld_imm64() local
528 const uint8_t ops = 0xF7; in emit_mul() local
685 const uint8_t ops = 0xFF; in emit_call() local
873 uint8_t ops; in emit_cmp_imm() local
[all …]
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_failover.c25 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()
63 schedule_enqueue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_enqueue_ordering()
79 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue()
111 schedule_dequeue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_dequeue_ordering()
H A Dscheduler_roundrobin.c20 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue()
46 schedule_enqueue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_enqueue_ordering()
63 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue()
101 schedule_dequeue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_dequeue_ordering()
H A Dscheduler_pkt_size_distr.c37 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue()
174 schedule_enqueue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_enqueue_ordering()
190 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue()
227 schedule_dequeue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_dequeue_ordering()
H A Dscheduler_pmd_private.h43 struct rte_cryptodev_scheduler_ops ops; member
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 Dscheduler_multicore.c39 schedule_enqueue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_enqueue()
67 schedule_enqueue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_enqueue_ordering()
84 schedule_dequeue(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops) in schedule_dequeue()
110 schedule_dequeue_ordering(void *qp, struct rte_crypto_op **ops, in schedule_dequeue_ordering()
/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c13 cperf_set_ops_asym(struct rte_crypto_op **ops, in cperf_set_ops_asym()
56 cperf_set_ops_security(struct rte_crypto_op **ops, in cperf_set_ops_security()
128 cperf_set_ops_security_ipsec(struct rte_crypto_op **ops, in cperf_set_ops_security_ipsec()
189 cperf_set_ops_null_cipher(struct rte_crypto_op **ops, in cperf_set_ops_null_cipher()
229 cperf_set_ops_null_auth(struct rte_crypto_op **ops, in cperf_set_ops_null_auth()
269 cperf_set_ops_cipher(struct rte_crypto_op **ops, in cperf_set_ops_cipher()
326 cperf_set_ops_auth(struct rte_crypto_op **ops, in cperf_set_ops_auth()
427 cperf_set_ops_cipher_auth(struct rte_crypto_op **ops, in cperf_set_ops_cipher_auth()
543 cperf_set_ops_aead(struct rte_crypto_op **ops, in cperf_set_ops_aead()
H A Dcperf_test_pmd_cyclecount.c27 struct rte_crypto_op **ops; member
161 struct rte_crypto_op **ops = &state->ctx->ops[cur_iter_op]; in pmd_cyclecount_bench_ops() local
212 struct rte_crypto_op **ops = &state->ctx->ops[cur_iter_op]; in pmd_cyclecount_build_ops() local
247 struct rte_crypto_op **ops = &state->ctx->ops[cur_iter_op]; in pmd_cyclecount_bench_enq() local
/dpdk/lib/bbdev/
H A Drte_bbdev.h476 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_enc_ops()
506 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_dec_ops()
536 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_enc_ops()
566 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_dec_ops()
598 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_enc_ops()
630 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_dec_ops()
661 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_enc_ops()
691 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_dec_ops()
/dpdk/lib/compressdev/
H A Drte_comp.c90 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_raw_bulk_alloc()
186 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_alloc()
217 rte_comp_op_bulk_free(struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_free()
/dpdk/drivers/baseband/null/
H A Dbbdev_null.c149 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in enqueue_dec_ops()
164 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in enqueue_enc_ops()
179 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in dequeue_dec_ops()
192 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in dequeue_enc_ops()
/dpdk/lib/pipeline/
H A Drte_pipeline.h308 struct rte_table_ops *ops; member
570 struct rte_port_in_ops *ops; member
706 struct rte_port_out_ops *ops; member
/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c1164 enqueue_enc_all_ops(struct turbo_sw_queue *q, struct rte_bbdev_enc_op **ops, in enqueue_enc_all_ops()
1181 struct rte_bbdev_enc_op **ops, in enqueue_ldpc_enc_all_ops()
1742 enqueue_dec_all_ops(struct turbo_sw_queue *q, struct rte_bbdev_dec_op **ops, in enqueue_dec_all_ops()
1759 struct rte_bbdev_dec_op **ops, in enqueue_ldpc_dec_all_ops()
1777 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in enqueue_enc_ops()
1794 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in enqueue_ldpc_enc_ops()
1812 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in enqueue_dec_ops()
1829 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in enqueue_ldpc_dec_ops()
1847 struct rte_bbdev_dec_op **ops, uint16_t nb_ops) in dequeue_dec_ops()
1860 struct rte_bbdev_enc_op **ops, uint16_t nb_ops) in dequeue_enc_ops()
/dpdk/lib/cryptodev/
H A Dcryptodev_pmd.c182 __rte_unused struct rte_crypto_op **ops, in dummy_crypto_enqueue_burst()
193 __rte_unused struct rte_crypto_op **ops, in dummy_crypto_dequeue_burst()
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c112 null_crypto_pmd_enqueue_burst(void *queue_pair, struct rte_crypto_op **ops, in null_crypto_pmd_enqueue_burst()
143 null_crypto_pmd_dequeue_burst(void *queue_pair, struct rte_crypto_op **ops, in null_crypto_pmd_dequeue_burst()
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c625 otx_cpt_pkt_enqueue(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops, in otx_cpt_pkt_enqueue()
660 otx_cpt_enqueue_asym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_enqueue_asym()
666 otx_cpt_enqueue_sym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_enqueue_sym()
934 otx_cpt_pkt_dequeue(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops, in otx_cpt_pkt_dequeue()
988 otx_cpt_dequeue_asym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_dequeue_asym()
994 otx_cpt_dequeue_sym(void *qptr, struct rte_crypto_op **ops, uint16_t nb_ops) in otx_cpt_dequeue_sym()
/dpdk/app/test/
H A Dtest_kni.c313 struct rte_kni_ops ops = { in test_kni_register_handler_mp() local
428 struct rte_kni_ops ops; in test_kni_processing() local
547 struct rte_kni_ops ops; in test_kni() local
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c3274 struct rte_bbdev_enc_op **ops, uint16_t num) in acc100_enqueue_enc_cb()
3330 struct rte_bbdev_enc_op **ops, uint16_t num) in acc100_enqueue_ldpc_enc_cb()
3381 struct rte_bbdev_enc_op **ops, uint16_t num) in acc100_enqueue_enc_tb()
3416 struct rte_bbdev_enc_op **ops, uint16_t num) in acc100_enqueue_enc()
3429 struct rte_bbdev_enc_op **ops, uint16_t num) in acc100_enqueue_ldpc_enc()
3443 struct rte_bbdev_dec_op **ops, uint16_t num) in acc100_enqueue_dec_cb()
3496 struct rte_bbdev_dec_op **ops, uint16_t num) in acc100_enqueue_ldpc_dec_tb()
3529 struct rte_bbdev_dec_op **ops, uint16_t num) in acc100_enqueue_ldpc_dec_cb()
3579 struct rte_bbdev_dec_op **ops, uint16_t num) in acc100_enqueue_dec_tb()
3612 struct rte_bbdev_dec_op **ops, uint16_t num) in acc100_enqueue_dec()
[all …]

12345678