| /dpdk/lib/compressdev/ |
| H A D | rte_comp.c | 56 rte_comp_op_reset(struct rte_comp_op *op) in rte_comp_op_reset() 61 memset(op, 0, sizeof(struct rte_comp_op)); in rte_comp_op_reset() 90 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_raw_bulk_alloc() 105 struct rte_comp_op *op = _op_data; in rte_comp_op_init() 121 unsigned int elt_size = sizeof(struct rte_comp_op) + user_size; in rte_comp_op_pool_create() 169 struct rte_comp_op * 172 struct rte_comp_op *op = NULL; in rte_comp_op_alloc() 186 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_alloc() 210 rte_comp_op_free(struct rte_comp_op *op) in rte_comp_op_free() 217 rte_comp_op_bulk_free(struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_free()
|
| H A D | rte_comp.h | 286 struct rte_comp_op { struct 445 struct rte_comp_op * 464 struct rte_comp_op **ops, uint16_t nb_ops); 476 rte_comp_op_free(struct rte_comp_op *op); 491 rte_comp_op_bulk_free(struct rte_comp_op **ops, uint16_t nb_ops);
|
| H A D | rte_compressdev_internal.h | 46 struct rte_comp_op **ops, uint16_t nb_ops); 68 struct rte_comp_op **ops, uint16_t nb_ops);
|
| H A D | rte_compressdev.h | 418 struct rte_comp_op **ops, uint16_t nb_ops); 473 struct rte_comp_op **ops, uint16_t nb_ops);
|
| H A D | rte_compressdev.c | 576 struct rte_comp_op **ops, uint16_t nb_ops) in rte_compressdev_dequeue_burst() 588 struct rte_comp_op **ops, uint16_t nb_ops) in rte_compressdev_enqueue_burst()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_verify.c | 57 struct rte_comp_op **ops, **deq_ops; in main_loop() 73 2 * mem->total_bufs * sizeof(struct rte_comp_op *), in main_loop() 150 ops_unused * sizeof(struct rte_comp_op *); in main_loop() 220 struct rte_comp_op *op = deq_ops[i]; in main_loop() 260 struct rte_comp_op *op = deq_ops[i]; in main_loop() 305 struct rte_comp_op *op = deq_ops[i]; in main_loop() 344 struct rte_comp_op *op = deq_ops[i]; in main_loop()
|
| H A D | comp_perf_test_throughput.c | 55 struct rte_comp_op **ops, **deq_ops; in main_loop() 70 2 * mem->total_bufs * sizeof(struct rte_comp_op *), in main_loop() 145 ops_unused * sizeof(struct rte_comp_op *); in main_loop() 216 struct rte_comp_op *op = deq_ops[i]; in main_loop() 270 struct rte_comp_op *op = deq_ops[i]; in main_loop()
|
| H A D | comp_perf_test_cyclecount.c | 61 cperf_cyclecount_op_setup(struct rte_comp_op **ops, in cperf_cyclecount_op_setup() 157 struct rte_comp_op **ops, **deq_ops; in main_loop() 179 sizeof(struct rte_comp_op *), in main_loop() 269 ops_unused * sizeof(struct rte_comp_op *); in main_loop() 359 struct rte_comp_op *op = deq_ops[i]; in main_loop() 417 struct rte_comp_op *op = deq_ops[i]; in main_loop()
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip.h | 98 typedef int (*comp_func_t)(struct rte_comp_op *op, 165 zipvf_prepare_in_buf(struct zip_stream *zstrm, struct rte_comp_op *op) in zipvf_prepare_in_buf() 183 zipvf_prepare_out_buf(struct zip_stream *zstrm, struct rte_comp_op *op) in zipvf_prepare_out_buf() 202 zipvf_prepare_cmd_stateless(struct rte_comp_op *op, struct zip_stream *zstrm) in zipvf_prepare_cmd_stateless() 268 zip_process_op(struct rte_comp_op *op,
|
| H A D | otx_zip_pmd.c | 44 zip_process_op(struct rte_comp_op *op, in zip_process_op() 485 struct rte_comp_op **ops, uint16_t nb_ops) in zip_pmd_enqueue_burst_sync() 488 struct rte_comp_op *op; in zip_pmd_enqueue_burst_sync() 526 struct rte_comp_op **ops, uint16_t nb_ops) in zip_pmd_dequeue_burst_sync()
|
| /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() 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()
|
| H A D | zlib_pmd_private.h | 45 typedef void (*comp_func_t)(struct rte_comp_op *op, z_stream *strm);
|
| /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() 633 isal_comp_pmd_enqueue_burst(void *queue_pair, struct rte_comp_op **ops, in isal_comp_pmd_enqueue_burst() 665 isal_comp_pmd_dequeue_burst(void *queue_pair, struct rte_comp_op **ops, in isal_comp_pmd_dequeue_burst()
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 70 struct rte_comp_op **ops; 199 alloc_size += sizeof(struct rte_comp_op *) * (1u << log_ops_n); in mlx5_compress_qp_setup() 227 qp->ops = (struct rte_comp_op **)RTE_ALIGN((uintptr_t)(qp + 1), in mlx5_compress_qp_setup() 469 mlx5_compress_enqueue_burst(void *queue_pair, struct rte_comp_op **ops, in mlx5_compress_enqueue_burst() 476 struct rte_comp_op *op; in mlx5_compress_enqueue_burst() 556 struct rte_comp_op *op) in mlx5_compress_cqe_err_handle() 589 mlx5_compress_dequeue_burst(void *queue_pair, struct rte_comp_op **ops, in mlx5_compress_dequeue_burst() 596 struct rte_comp_op *restrict op; in mlx5_compress_dequeue_burst()
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 109 struct rte_comp_op *op = in_op; in qat_comp_build_request() 356 struct rte_comp_op op_backup; in qat_comp_build_multiple_requests() 358 struct rte_comp_op *op = in_op; in qat_comp_build_multiple_requests() 483 struct rte_comp_op *rx_op) in qat_comp_response_data_copy() 559 struct rte_comp_op *rx_op = (struct rte_comp_op *)(uintptr_t) in qat_comp_process_response()
|
| H A D | qat_comp_pmd.c | 593 struct rte_comp_op **ops __rte_unused, in qat_comp_pmd_enq_deq_dummy_op_burst() 620 qat_comp_dequeue_burst(void *qp, struct rte_comp_op **ops, uint16_t nb_ops) in qat_comp_dequeue_burst() 627 qat_comp_pmd_dequeue_first_op_burst(void *qp, struct rte_comp_op **ops, in qat_comp_pmd_dequeue_first_op_burst()
|
| /dpdk/app/test/ |
| H A D | test_compressdev.c | 157 struct rte_comp_op **ops; 158 struct rte_comp_op **ops_processed; 423 compress_zlib(struct rte_comp_op *op, in compress_zlib() 576 decompress_zlib(struct rte_comp_op *op, in decompress_zlib() 787 struct rte_comp_op **ops_processed, in test_run_enqueue_dequeue() 1217 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_comp_run() 1420 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_comp_finalize() 1545 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_decomp_run() 1743 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_decomp_finalize() 2000 struct rte_comp_op *ops[num_bufs]; in test_deflate_comp_decomp() [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 88 rte_comp_op that could be present in a queue at-a-time. 158 Compression operation is described via ``struct rte_comp_op``, which contains both input and 168 all the operation specific fields in the ``rte_comp_op`` structure which are then used 180 A ``rte_comp_op`` contains a field indicating the pool it originated from. 284 output buffer in ``rte_comp_op`` hash field struct to store the 375 struct rte_comp_op *comp_ops[NUM_OPS]; 380 struct rte_comp_op *op = comp_ops[i]; 449 represented by compression op `rte_comp_op`. Whenever application wants a stateful processing of su… 526 struct rte_comp_op *op = comp_ops[i]; 617 supplied in the ``ops`` array of ``rte_comp_op`` structures.
|
| /dpdk/drivers/common/qat/ |
| H A D | qat_qp.c | 714 ((struct rte_comp_op *)*ops)->src.length); in qat_enqueue_comp_op_burst()
|