| /dpdk/lib/bpf/ |
| H A D | bpf_jit_x86.c | 14 #define GET_BPF_OP(op) (BPF_OP(op) >> 4) argument 247 emit_neg(struct bpf_jit_state *st, uint32_t op, uint32_t dreg) in emit_neg() 261 emit_mov_reg(struct bpf_jit_state *st, uint32_t op, uint32_t sreg, in emit_mov_reg() 389 emit_alu_reg(struct bpf_jit_state *st, uint32_t op, uint32_t sreg, in emit_alu_reg() 410 emit_shift(struct bpf_jit_state *st, uint32_t op, uint32_t dreg) in emit_shift() 494 uint32_t op; in emit_ld_imm64() local 659 emit_st_xadd(struct bpf_jit_state *st, uint32_t op, uint32_t sreg, in emit_st_xadd() 791 emit_abs_jcc(struct bpf_jit_state *st, uint32_t op, int32_t ofs) in emit_abs_jcc() 861 emit_jcc(struct bpf_jit_state *st, uint32_t op, int32_t ofs) in emit_jcc() 905 emit_jcc_imm(struct bpf_jit_state *st, uint32_t op, uint32_t dreg, in emit_jcc_imm() [all …]
|
| H A D | bpf_exec.c | 17 #define BPF_JMP_CND_REG(reg, ins, op, type) \ argument 22 #define BPF_JMP_CND_IMM(reg, ins, op, type) \ argument 33 #define BPF_OP_ALU_REG(reg, ins, op, type) \ argument 40 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ argument 75 #define BPF_LD_ABS(bpf, reg, ins, type, op) do { \ argument 82 #define BPF_LD_IND(bpf, reg, ins, type, op) do { \ argument
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_crypto.h | 153 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset() 267 struct rte_crypto_op *op = NULL; in rte_crypto_op_alloc() local 325 __rte_crypto_op_get_priv_data(struct rte_crypto_op *op, uint32_t size) in __rte_crypto_op_get_priv_data() 353 rte_crypto_op_free(struct rte_crypto_op *op) in rte_crypto_op_free() 385 struct rte_crypto_op *op = (struct rte_crypto_op *)(m + 1); in rte_crypto_sym_op_alloc_from_mbuf_priv_data() local 405 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op *op, uint8_t nb_xforms) in rte_crypto_op_sym_xforms_alloc() 431 rte_crypto_op_attach_sym_session(struct rte_crypto_op *op, in rte_crypto_op_attach_sym_session() 449 rte_crypto_op_attach_asym_session(struct rte_crypto_op *op, in rte_crypto_op_attach_asym_session()
|
| /dpdk/drivers/net/bnxt/hcapi/cfa/ |
| H A D | hcapi_cfa_p4.c | 144 static int hcapi_cfa_p4_key_hw_op_put(struct hcapi_cfa_hwop *op, in hcapi_cfa_p4_key_hw_op_put() 155 static int hcapi_cfa_p4_key_hw_op_get(struct hcapi_cfa_hwop *op, in hcapi_cfa_p4_key_hw_op_get() 167 static int hcapi_cfa_p4_key_hw_op_add(struct hcapi_cfa_hwop *op, in hcapi_cfa_p4_key_hw_op_add() 192 static int hcapi_cfa_p4_key_hw_op_del(struct hcapi_cfa_hwop *op, in hcapi_cfa_p4_key_hw_op_del() 234 static int hcapi_cfa_p4_key_hw_op(struct hcapi_cfa_hwop *op, in hcapi_cfa_p4_key_hw_op()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym.c | 21 process_crypto_cipher_op(struct rte_crypto_op *op, in process_crypto_cipher_op() 68 process_crypto_auth_op(struct rte_crypto_op *op, in process_crypto_auth_op() 123 process_crypto_combined_op(struct rte_crypto_op *op, in process_crypto_combined_op() 200 process_crypto_aead_op(struct rte_crypto_op *op, in process_crypto_aead_op() 258 bcmfs_process_sym_crypto_op(struct rte_crypto_op *op, in bcmfs_process_sym_crypto_op()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_comp.c | 56 rte_comp_op_reset(struct rte_comp_op *op) in rte_comp_op_reset() 105 struct rte_comp_op *op = _op_data; in rte_comp_op_init() local 172 struct rte_comp_op *op = NULL; in rte_comp_op_alloc() local 210 rte_comp_op_free(struct rte_comp_op *op) in rte_comp_op_free()
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 235 chained_mbuf_compression(struct rte_comp_op *op, struct isal_comp_qp *qp) in chained_mbuf_compression() 325 chained_mbuf_decompression(struct rte_comp_op *op, struct isal_comp_qp *qp) in chained_mbuf_decompression() 415 process_isal_deflate(struct rte_comp_op *op, struct isal_comp_qp *qp, in process_isal_deflate() 532 process_isal_inflate(struct rte_comp_op *op, struct isal_comp_qp *qp, in process_isal_inflate() 614 process_op(struct isal_comp_qp *qp, struct rte_comp_op *op, in process_op()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_verify.c | 220 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 260 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 305 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 344 struct rte_comp_op *op = deq_ops[i]; in main_loop() local
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_cryptodev_ops.c | 21 cn9k_cpt_sym_inst_fill(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op, in cn9k_cpt_sym_inst_fill() 41 cn9k_cpt_sec_inst_fill(struct rte_crypto_op *op, in cn9k_cpt_sec_inst_fill() 71 cn9k_cpt_sym_temp_sess_create(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op) in cn9k_cpt_sym_temp_sess_create() 101 cn9k_cpt_inst_prep(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op, in cn9k_cpt_inst_prep() 320 cn9k_cpt_crypto_adapter_enqueue(uintptr_t base, struct rte_crypto_op *op) in cn9k_cpt_crypto_adapter_enqueue() 452 struct rte_crypto_asym_op *op = cop->asym; in cn9k_cpt_dequeue_post_process() local
|
| H A D | cn10k_cryptodev_ops.c | 22 cn10k_cpt_sym_temp_sess_create(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op) in cn10k_cpt_sym_temp_sess_create() 52 cpt_sec_inst_fill(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op, in cpt_sec_inst_fill() 80 cpt_sym_inst_fill(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op, in cpt_sym_inst_fill() 107 struct rte_crypto_op *op; in cn10k_cpt_fill_inst() local 268 cn10k_cpt_crypto_adapter_enqueue(uintptr_t base, struct rte_crypto_op *op) in cn10k_cpt_crypto_adapter_enqueue() 430 struct rte_crypto_asym_op *op = cop->asym; in cn10k_cpt_dequeue_post_process() local
|
| H A D | cnxk_ae.h | 215 cnxk_ae_modex_prep(struct rte_crypto_op *op, struct roc_ae_buf_ptr *meta_buf, in cnxk_ae_modex_prep() 261 cnxk_ae_rsa_prep(struct rte_crypto_op *op, struct roc_ae_buf_ptr *meta_buf, in cnxk_ae_rsa_prep() 316 cnxk_ae_rsa_crt_prep(struct rte_crypto_op *op, struct roc_ae_buf_ptr *meta_buf, in cnxk_ae_rsa_crt_prep() 373 cnxk_ae_enqueue_rsa_op(struct rte_crypto_op *op, in cnxk_ae_enqueue_rsa_op() 579 cnxk_ae_enqueue_ecdsa_op(struct rte_crypto_op *op, in cnxk_ae_enqueue_ecdsa_op() 769 cnxk_ae_enqueue(struct cnxk_cpt_qp *qp, struct rte_crypto_op *op, in cnxk_ae_enqueue() 831 struct rte_crypto_asym_op *op = cop->asym; in cnxk_ae_post_process() local
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 1469 struct rte_crypto_op *op, in cpu_crypto_auth() 1572 ccp_perform_hmac(struct rte_crypto_op *op, in ccp_perform_hmac() 1755 ccp_perform_sha(struct rte_crypto_op *op, in ccp_perform_sha() 1996 ccp_perform_sha3(struct rte_crypto_op *op, in ccp_perform_sha3() 2231 ccp_perform_aes(struct rte_crypto_op *op, in ccp_perform_aes() 2318 ccp_perform_3des(struct rte_crypto_op *op, in ccp_perform_3des() 2601 ccp_crypto_cipher(struct rte_crypto_op *op, in ccp_crypto_cipher() 2638 ccp_crypto_auth(struct rte_crypto_op *op, in ccp_crypto_auth() 2709 ccp_crypto_aead(struct rte_crypto_op *op, in ccp_crypto_aead() 2739 struct rte_crypto_op **op, in process_ops_to_enqueue() [all …]
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_reqmgr.c | 153 struct rte_crypto_op *op; member 332 struct rte_crypto_op *op = sr->op; in create_cipher_inbuf() local 350 struct rte_crypto_op *op = sr->op; in create_cipher_outbuf() local 399 struct rte_crypto_op *op = sr->op; in process_cipher_data() local 420 struct rte_crypto_op *op = sr->op; in extract_cipher_auth_digest() local 452 struct rte_crypto_op *op = sr->op; in create_cipher_auth_sglist() local 485 struct rte_crypto_op *op = sr->op; in create_combined_sglist() local 576 struct rte_crypto_op *op = sr->op; in create_aead_outbuf() local 643 struct rte_crypto_op *op = sr->op; in process_cipher_auth_data() local 688 struct rte_crypto_op *op = sr->op; in extract_combined_digest() local [all …]
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 735 get_session(struct openssl_qp *qp, struct rte_crypto_op *op) in get_session() 1321 (struct rte_crypto_op *op, struct openssl_session *sess, in process_openssl_combined_op() 1410 (struct rte_crypto_op *op, struct openssl_session *sess, in process_openssl_cipher_op() 1460 process_openssl_docsis_bpi_op(struct rte_crypto_op *op, in process_openssl_docsis_bpi_op() 1611 struct rte_crypto_dsa_op_param *op = &cop->asym->dsa; in process_openssl_dsa_sign_op() local 1641 struct rte_crypto_dsa_op_param *op = &cop->asym->dsa; in process_openssl_dsa_verify_op() local 1694 struct rte_crypto_dh_op_param *op = &cop->asym->dh; in process_openssl_dh_op() local 1832 struct rte_crypto_asym_op *op = cop->asym; in process_openssl_modinv_op() local 1864 struct rte_crypto_asym_op *op = cop->asym; in process_openssl_modexp_op() local 1898 struct rte_crypto_asym_op *op = cop->asym; in process_openssl_rsa_op() local [all …]
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 50 struct rte_crypto_op *op; member 75 struct rte_crypto_op *op, *result_op; in queue_ops_rsa_sign_verify() local 166 struct rte_crypto_op *op, *result_op; in queue_ops_rsa_enc_dec() local 249 test_cryptodev_asym_ver(struct rte_crypto_op *op, in test_cryptodev_asym_ver() 310 struct rte_crypto_op *op = NULL; in test_cryptodev_asym_op() local 1047 struct rte_crypto_op *op = NULL, *result_op = NULL; in test_dh_gen_shared_sec() local 1130 struct rte_crypto_op *op = NULL, *result_op = NULL; in test_dh_gen_priv_key() local 1211 struct rte_crypto_op *op = NULL, *result_op = NULL; in test_dh_gen_pub_key() local 1300 struct rte_crypto_op *op = NULL, *result_op = NULL; in test_dh_gen_kp() local 1790 struct rte_crypto_op *op = NULL; in test_ecdsa_sign_verify() local [all …]
|
| /dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.c | 2050 validate_enc_op(struct rte_bbdev_enc_op *op) in validate_enc_op() 2188 validate_ldpc_enc_op(struct rte_bbdev_enc_op *op) in validate_ldpc_enc_op() 2543 validate_dec_op(struct rte_bbdev_dec_op *op) in validate_dec_op() 3648 struct rte_bbdev_enc_op *op; in dequeue_enc_one_op_cb() local 3698 struct rte_bbdev_enc_op *op; in dequeue_enc_one_op_tb() local 3771 struct rte_bbdev_dec_op *op; in dequeue_dec_one_op_cb() local 3825 struct rte_bbdev_dec_op *op; in dequeue_ldpc_dec_one_op_cb() local 3880 struct rte_bbdev_dec_op *op; in dequeue_dec_one_op_tb() local 3960 struct rte_bbdev_enc_op *op; in acc100_dequeue_enc() local 4046 struct rte_bbdev_dec_op *op; in acc100_dequeue_dec() local [all …]
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 47 struct rte_crypto_op *op) in qat_bpicipher_preprocess() 101 struct rte_crypto_op *op) in qat_auth_is_len_in_bits() 116 struct rte_crypto_op *op) in qat_cipher_is_len_in_bits() 216 qat_sym_convert_op_to_vec_cipher(struct rte_crypto_op *op, in qat_sym_convert_op_to_vec_cipher() 288 qat_sym_convert_op_to_vec_auth(struct rte_crypto_op *op, in qat_sym_convert_op_to_vec_auth() 364 qat_sym_convert_op_to_vec_chain(struct rte_crypto_op *op, in qat_sym_convert_op_to_vec_chain() 496 qat_sym_convert_op_to_vec_aead(struct rte_crypto_op *op, in qat_sym_convert_op_to_vec_aead()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_chacha_poly.c | 96 chacha20_poly1305_crypto_op(struct ipsec_mb_qp *qp, struct rte_crypto_op *op, in chacha20_poly1305_crypto_op() 247 struct rte_crypto_op *op, in post_process_chacha20_poly1305_crypto_op() 285 struct rte_crypto_op *op, in handle_completed_chacha20_poly1305_crypto_op()
|
| H A D | pmd_aesni_mb.c | 932 auth_start_offset(struct rte_crypto_op *op, struct aesni_mb_session *session, in auth_start_offset() 1110 struct rte_crypto_op *op, uint8_t *digest_idx) in set_mb_job_params() 1424 struct rte_crypto_op *op, uint8_t *digest_idx) in set_sec_mb_job_params() 1531 generate_digest(IMB_JOB *job, struct rte_crypto_op *op, in generate_digest() 1559 struct rte_crypto_op *op = (struct rte_crypto_op *)job->user_data; in post_process_mb_job() local 1660 struct rte_crypto_op *op = NULL; in handle_completed_jobs() local 1719 set_job_null_op(IMB_JOB *job, struct rte_crypto_op *op) in set_job_null_op() 1738 struct rte_crypto_op *op; in aesni_mb_dequeue_burst() local
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 19 process_zlib_deflate(struct rte_comp_op *op, z_stream *strm) in process_zlib_deflate() 109 process_zlib_inflate(struct rte_comp_op *op, z_stream *strm) in process_zlib_inflate() 196 process_zlib_op(struct zlib_qp *qp, struct rte_comp_op *op) in process_zlib_op()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 71 struct rte_crypto_op *op; in free_fle() local 89 struct rte_crypto_op *op, in build_proto_compound_sg_fd() 206 struct rte_crypto_op *op, in build_proto_compound_fd() 316 struct rte_crypto_op *op, in build_authenc_gcm_sg_fd() 461 struct rte_crypto_op *op, in build_authenc_gcm_fd() 602 struct rte_crypto_op *op, in build_authenc_sg_fd() 749 struct rte_crypto_op *op, in build_authenc_fd() 893 struct rte_crypto_op *op, in build_auth_sg_fd() 1567 struct rte_crypto_op *op; in sec_simple_fd_to_mbuf() local 1610 struct rte_crypto_op *op; in sec_fd_to_mbuf() local [all …]
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_file.c | 69 lock_file(HANDLE handle, enum eal_flock_op op, enum eal_flock_mode mode) in lock_file() 106 eal_file_lock(int fd, enum eal_flock_op op, enum eal_flock_mode mode) in eal_file_lock()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 165 struct rte_crypto_op *op) in qat_bpicipher_postprocess() 223 qat_crc_verify(struct qat_sym_session *ctx, struct rte_crypto_op *op) in qat_crc_verify() 247 struct rte_crypto_op *op) in qat_crc_generate() 269 struct rte_crypto_op *op; in qat_sym_preprocess_requests() local 291 qat_sym_process_response(void **op, uint8_t *resp, void *op_cookie, in qat_sym_process_response()
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | math_cmd.h | 80 uint32_t op, uint64_t operand2, uint32_t result, in rta_math() 238 uint32_t op, uint8_t imm, uint32_t result, in rta_mathi()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 665 struct rte_crypto_op *op = ctx->op; in dpaa_sec_dump() local 826 struct rte_crypto_op *op; in dpaa_sec_deq() local 881 build_auth_only_sg(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_auth_only_sg() 1010 build_auth_only(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_auth_only() 1105 build_cipher_only_sg(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_cipher_only_sg() 1214 build_cipher_only(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_cipher_only() 1533 build_cipher_auth_sg(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_cipher_auth_sg() 1659 build_cipher_auth(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_cipher_auth() 1755 build_proto(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_proto() 1794 build_proto_sg(struct rte_crypto_op *op, dpaa_sec_session *ses) in build_proto_sg() [all …]
|