| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool_ops.c | 26 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
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 250 const struct rte_flow_ops *ops; in rte_flow_ops_get() local 277 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_validate() local 304 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_create() local 328 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_destroy() local 350 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_flush() local 375 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_query() local 398 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_isolate() local 1027 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_dev_dump() local 1048 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_get_aged_flows() local 1071 const struct rte_flow_ops *ops = rte_flow_ops_get(port_id, error); in rte_flow_shared_action_create() local [all …]
|
| /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() 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 D | scheduler_roundrobin.c | 20 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 D | scheduler_pkt_size_distr.c | 37 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 D | scheduler_pmd_private.h | 43 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 D | scheduler_multicore.c | 39 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()
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_x86.c | 241 const uint8_t ops = 0x87; in emit_xchg_reg() local 254 const uint8_t ops = 0xF7; in emit_neg() local 269 const uint8_t ops = 0x89; in emit_mov_reg() local 299 const uint8_t ops = 0xC1; in emit_ror_imm() local 317 const uint8_t ops = 0x0F; in emit_be2le_48() local 477 const uint8_t ops = 0xC7; in emit_mov_imm() local 501 const uint8_t ops = 0xB8; in emit_ld_imm64() local 533 const uint8_t ops = 0xF7; in emit_mul() local 690 const uint8_t ops = 0xFF; in emit_call() local 878 uint8_t ops; in emit_cmp_imm() local [all …]
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 13 cperf_set_ops_security(struct rte_crypto_op **ops, in cperf_set_ops_security() 82 cperf_set_ops_null_cipher(struct rte_crypto_op **ops, in cperf_set_ops_null_cipher() 121 cperf_set_ops_null_auth(struct rte_crypto_op **ops, in cperf_set_ops_null_auth() 160 cperf_set_ops_cipher(struct rte_crypto_op **ops, in cperf_set_ops_cipher() 216 cperf_set_ops_auth(struct rte_crypto_op **ops, in cperf_set_ops_auth() 316 cperf_set_ops_cipher_auth(struct rte_crypto_op **ops, in cperf_set_ops_cipher_auth() 431 cperf_set_ops_aead(struct rte_crypto_op **ops, 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/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl.c | 44 const aes_impl_ops_t *ops = aes_impl_get_ops(); in aes_init_keysched() local 118 const aes_impl_ops_t *ops = ksch->ops; in aes_encrypt_block() local 165 const aes_impl_ops_t *ops = ksch->ops; in aes_decrypt_block() local 266 const aes_impl_ops_t *ops = NULL; in aes_impl_get_ops() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kobj.c | 101 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_common() 132 kobj_ops_t ops; in kobj_class_compile1() local 166 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_static() 235 void* ops = NULL; in kobj_class_free() local
|
| /f-stack/dpdk/lib/librte_bbdev/ |
| H A D | rte_bbdev.h | 496 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_enc_ops() 527 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_dec_ops() 558 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_enc_ops() 589 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_dec_ops() 622 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_enc_ops() 655 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_dec_ops() 687 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_enc_ops() 718 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_dec_ops()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 173 process_zuc_cipher_op(struct zuc_qp *qp, struct rte_crypto_op **ops, in process_zuc_cipher_op() 235 process_zuc_hash_op(struct zuc_qp *qp, struct rte_crypto_op **ops, in process_zuc_hash_op() 299 process_ops(struct rte_crypto_op **ops, enum zuc_operation op_type, in process_ops() 359 zuc_pmd_enqueue_burst(void *queue_pair, struct rte_crypto_op **ops, in zuc_pmd_enqueue_burst()
|
| /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/aesni_gcm/ |
| H A D | aesni_gcm_pmd_private.h | 40 struct aesni_gcm_ops ops[GCM_KEY_NUM]; member 45 const struct aesni_gcm_ops *ops; member 95 struct aesni_gcm_session_ops ops; member
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | rte_snow3g_pmd.c | 184 process_snow3g_cipher_op(struct snow3g_qp *qp, struct rte_crypto_op **ops, in process_snow3g_cipher_op() 246 process_snow3g_hash_op(struct snow3g_qp *qp, struct rte_crypto_op **ops, in process_snow3g_hash_op() 296 process_ops(struct rte_crypto_op **ops, struct snow3g_session *session, in process_ops() 422 snow3g_pmd_enqueue_burst(void *queue_pair, struct rte_crypto_op **ops, in snow3g_pmd_enqueue_burst()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 173 process_kasumi_cipher_op(struct kasumi_qp *qp, struct rte_crypto_op **ops, in process_kasumi_cipher_op() 236 process_kasumi_hash_op(struct kasumi_qp *qp, struct rte_crypto_op **ops, in process_kasumi_hash_op() 286 process_ops(struct rte_crypto_op **ops, struct kasumi_session *session, in process_ops() 397 kasumi_pmd_enqueue_burst(void *queue_pair, struct rte_crypto_op **ops, in kasumi_pmd_enqueue_burst()
|
| /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/app/redis-5.0.5/tests/helpers/ |
| H A D | bg_block_op.tcl | 11 proc bg_block_op {host port db ops} {
|
| H A D | bg_complex_data.tcl | 4 proc bg_complex_data {host port db ops} {
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | block-repl.tcl | 5 proc start_bg_block_op {host port db ops} {
|
| H A D | replication-4.tcl | 1 proc start_bg_complex_data {host port db ops} {
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.h | 308 struct rte_table_ops *ops; member 570 struct rte_port_in_ops *ops; member 706 struct rte_port_out_ops *ops; member
|
| /f-stack/dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd.c | 112 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()
|