/dpdk/lib/bpf/ |
H A D | bpf_jit_x86.c | 14 #define GET_BPF_OP(op) (BPF_OP(op) >> 4) argument 158 emit_rex(struct bpf_jit_state *st, uint32_t op, uint32_t reg, uint32_t rm) in emit_rex() 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() 353 emit_alu_imm(struct bpf_jit_state *st, uint32_t op, uint32_t dreg, uint32_t imm) in emit_alu_imm() 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() 438 emit_shift_imm(struct bpf_jit_state *st, uint32_t op, uint32_t dreg, in emit_shift_imm() 454 emit_shift_reg(struct bpf_jit_state *st, uint32_t op, uint32_t sreg, in emit_shift_reg() 470 emit_mov_imm(struct bpf_jit_state *st, uint32_t op, uint32_t dreg, uint32_t imm) in emit_mov_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
|
H A D | bpf_dump.c | 53 const char *op, *postfix = ""; in rte_bpf_dump() local
|
H A D | bpf_jit_arm64.c | 22 #define EBPF_OP_GET(op) (BPF_OP(op) >> 4) argument 186 ebpf_to_a64_cond(uint8_t op) in ebpf_to_a64_cond() 435 uint8_t rm, uint16_t op) in emit_add_sub() 487 uint8_t rn, uint8_t rm, uint16_t op) in emit_data_process_two_src() 530 uint8_t immr, uint8_t imms, uint16_t op) in emit_bitfield() 577 uint8_t rm, uint16_t op) in emit_logical() 1021 emit_xadd(struct a64_jit_ctx *ctx, uint8_t op, uint8_t tmp1, uint8_t tmp2, in emit_xadd() 1087 emit_branch(struct a64_jit_ctx *ctx, uint8_t op, uint32_t i, int16_t off) in emit_branch() 1097 uint8_t op; in check_program_has_call() local 1119 uint8_t op, dst, src, tmp1, tmp2, tmp3; in emit() local
|
/dpdk/lib/cryptodev/ |
H A D | rte_crypto.h | 196 __rte_crypto_op_reset(struct rte_crypto_op *op, enum rte_crypto_op_type type) in __rte_crypto_op_reset() argument 310 struct rte_crypto_op *op = NULL; in rte_crypto_op_alloc() local 368 __rte_crypto_op_get_priv_data(struct rte_crypto_op * op,uint32_t size) __rte_crypto_op_get_priv_data() argument 398 rte_crypto_op_free(struct rte_crypto_op * op) rte_crypto_op_free() argument 430 struct rte_crypto_op *op = (struct rte_crypto_op *)(m + 1); rte_crypto_sym_op_alloc_from_mbuf_priv_data() local 450 rte_crypto_op_sym_xforms_alloc(struct rte_crypto_op * op,uint8_t nb_xforms) rte_crypto_op_sym_xforms_alloc() argument 476 rte_crypto_op_attach_sym_session(struct rte_crypto_op * op,void * sess) rte_crypto_op_attach_sym_session() argument 493 rte_crypto_op_attach_asym_session(struct rte_crypto_op * op,struct rte_cryptodev_asym_session * sess) rte_crypto_op_attach_asym_session() argument [all...] |
/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()
|
H A D | bcmfs_sym_session.h | 32 enum rte_crypto_cipher_operation op; member 48 enum rte_crypto_auth_operation op; member 67 enum rte_crypto_aead_operation op; member
|
/dpdk/lib/compressdev/ |
H A D | rte_comp.c | 68 rte_comp_op_reset(struct rte_comp_op *op) in rte_comp_op_reset() 117 struct rte_comp_op *op = _op_data; in rte_comp_op_init() local 184 struct rte_comp_op *op = NULL; in rte_comp_op_alloc() local 222 rte_comp_op_free(struct rte_comp_op *op) in rte_comp_op_free()
|
/dpdk/app/test-compress-perf/ |
H A D | comp_perf_test_verify.c | 228 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 268 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 313 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 352 struct rte_comp_op *op = deq_ops[i]; in main_loop() local
|
H A D | comp_perf_test_throughput.c | 223 struct rte_comp_op *op = deq_ops[i]; in main_loop() local 277 struct rte_comp_op *op = deq_ops[i]; in main_loop() local
|
/dpdk/drivers/crypto/ccp/ |
H A D | ccp_crypto.c | 1453 struct rte_crypto_op *op, in cpu_crypto_auth() 1556 ccp_perform_hmac(struct rte_crypto_op *op, in ccp_perform_hmac() 1728 ccp_perform_sha(struct rte_crypto_op *op, in ccp_perform_sha() 1814 ccp_perform_sha3_hmac(struct rte_crypto_op *op, in ccp_perform_sha3_hmac() 1952 ccp_perform_sha3(struct rte_crypto_op *op, in ccp_perform_sha3() 2017 ccp_perform_aes_cmac(struct rte_crypto_op *op, in ccp_perform_aes_cmac() 2167 ccp_perform_aes(struct rte_crypto_op *op, in ccp_perform_aes() 2252 ccp_perform_3des(struct rte_crypto_op *op, in ccp_perform_3des() 2351 ccp_perform_aes_gcm(struct rte_crypto_op *op, struct ccp_queue *cmd_q) in ccp_perform_aes_gcm() 2522 ccp_crypto_cipher(struct rte_crypto_op *op, in ccp_crypto_cipher() [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/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/examples/fips_validation/ |
H A D | fips_dev_self_test.c | 973 struct rte_crypto_op *op; member 1173 prepare_cipher_op(struct rte_crypto_op *op, in prepare_cipher_op() 1212 prepare_auth_op(struct rte_crypto_op *op, in prepare_auth_op() 1251 prepare_aead_op(struct rte_crypto_op *op, in prepare_aead_op() 1325 check_cipher_result(struct rte_crypto_op *op, in check_cipher_result() 1358 check_auth_result(struct rte_crypto_op *op, in check_auth_result() 1385 check_aead_result(struct rte_crypto_op *op, in check_aead_result()
|
/dpdk/lib/ring/ |
H A D | rte_ring_hts_elem_pvt.h | 62 union __rte_ring_hts_pos np, op; __rte_ring_hts_move_prod_head() local 120 union __rte_ring_hts_pos np, op; __rte_ring_hts_move_cons_head() local
|
/dpdk/drivers/crypto/null/ |
H A D | null_crypto_pmd.c | 51 process_op(const struct null_crypto_qp *qp, struct rte_crypto_op *op, in process_op() 73 get_session(struct null_crypto_qp *qp, struct rte_crypto_op *op) in get_session()
|
/dpdk/drivers/crypto/ipsec_mb/ |
H A D | pmd_aesni_gcm.c | 184 struct rte_crypto_op *op, in post_process_gcm_crypto_op() 236 struct rte_crypto_op *op, in handle_completed_gcm_crypto_op() 261 process_gcm_crypto_op(struct ipsec_mb_qp *qp, struct rte_crypto_op *op, in process_gcm_crypto_op() 452 struct rte_crypto_op *op) in aesni_gcm_get_session()
|
/dpdk/lib/cmdline/ |
H A D | cmdline_os_unix.c | 38 cmdline_vdprintf(int fd, const char *format, va_list op) in cmdline_vdprintf()
|
/dpdk/lib/eal/unix/ |
H A D | eal_file.c | 55 eal_file_lock(int fd, enum eal_flock_op op, enum eal_flock_mode mode) in eal_file_lock()
|
/dpdk/lib/bbdev/ |
H A D | rte_bbdev.c | 876 struct rte_bbdev_dec_op *op = element; in bbdev_op_init() local 881 struct rte_bbdev_enc_op *op = element; in bbdev_op_init() local 885 struct rte_bbdev_fft_op *op = element; in bbdev_op_init() local 889 struct rte_bbdev_mldts_op *op in bbdev_op_init() local 1097 rte_bbdev_queue_intr_ctl(uint16_t dev_id,uint16_t queue_id,int epfd,int op,void * data) rte_bbdev_queue_intr_ctl() argument [all...] |
/dpdk/drivers/crypto/armv8/ |
H A D | rte_armv8_pmd.c | 517 get_session(struct armv8_crypto_qp *qp, struct rte_crypto_op *op) in get_session() 559 process_armv8_chained_op(struct armv8_crypto_qp *qp, struct rte_crypto_op *op, in process_armv8_chained_op() 643 process_op(struct armv8_crypto_qp *qp, struct rte_crypto_op *op, in process_op()
|
/dpdk/lib/ipsec/ |
H A D | iph.h | 20 remove_esph(char *np, char *op, uint32_t hlen) in remove_esph() 32 insert_esph(char *np, char *op, uint32_t hlen) in insert_esph()
|
/dpdk/drivers/regex/mlx5/ |
H A D | mlx5_regex_fastpath.c | 147 struct rte_regex_ops *op, struct mlx5_regex_job *job, in __prep_one() 194 struct mlx5_regex_hw_qp *qp_obj, struct rte_regex_ops *op, in prep_one() 290 struct mlx5_regex_hw_qp *qp, struct rte_regex_ops *op, in prep_nop_regex_wqe_set() 309 struct mlx5_regex_hw_qp *qp_obj, struct rte_regex_ops **op, in prep_regex_umr_wqe_set() 485 extract_result(struct rte_regex_ops *op, struct mlx5_regex_job *job) in extract_result()
|
/dpdk/drivers/dma/cnxk/ |
H A D | cnxk_dmadev_fp.c | 456 struct rte_event_dma_adapter_op *op; in cn10k_dma_adapter_enqueue() local 517 struct rte_event_dma_adapter_op *op; in cn9k_dma_adapter_dual_enqueue() local 589 struct rte_event_dma_adapter_op *op; in cn9k_dma_adapter_enqueue() local 657 struct rte_event_dma_adapter_op *op; in cnxk_dma_adapter_dequeue() local
|