| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | rte_comp.c | 57 rte_comp_op_reset(struct rte_comp_op *op) in rte_comp_op_reset() 62 memset(op, 0, sizeof(struct rte_comp_op)); in rte_comp_op_reset() 91 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_raw_bulk_alloc() 106 struct rte_comp_op *op = _op_data; in rte_comp_op_init() 122 unsigned int elt_size = sizeof(struct rte_comp_op) + user_size; in rte_comp_op_pool_create() 170 struct rte_comp_op * 173 struct rte_comp_op *op = NULL; in rte_comp_op_alloc() 187 struct rte_comp_op **ops, uint16_t nb_ops) in rte_comp_op_bulk_alloc() 211 rte_comp_op_free(struct rte_comp_op *op) in rte_comp_op_free() 218 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 | 287 struct rte_comp_op { struct 446 struct rte_comp_op * 465 struct rte_comp_op **ops, uint16_t nb_ops); 477 rte_comp_op_free(struct rte_comp_op *op); 492 rte_comp_op_bulk_free(struct rte_comp_op **ops, uint16_t nb_ops);
|
| H A D | rte_compressdev_internal.h | 42 struct rte_comp_op **ops, uint16_t nb_ops); 64 struct rte_comp_op **ops, uint16_t nb_ops);
|
| H A D | rte_compressdev.h | 419 struct rte_comp_op **ops, uint16_t nb_ops); 474 struct rte_comp_op **ops, uint16_t nb_ops);
|
| H A D | rte_compressdev.c | 578 struct rte_comp_op **ops, uint16_t nb_ops) in rte_compressdev_dequeue_burst() 590 struct rte_comp_op **ops, uint16_t nb_ops) in rte_compressdev_enqueue_burst()
|
| /f-stack/dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip.h | 97 typedef int (*comp_func_t)(struct rte_comp_op *op, 164 zipvf_prepare_in_buf(struct zip_stream *zstrm, struct rte_comp_op *op) in zipvf_prepare_in_buf() 182 zipvf_prepare_out_buf(struct zip_stream *zstrm, struct rte_comp_op *op) in zipvf_prepare_out_buf() 201 zipvf_prepare_cmd_stateless(struct rte_comp_op *op, struct zip_stream *zstrm) in zipvf_prepare_cmd_stateless() 267 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() 482 struct rte_comp_op **ops, uint16_t nb_ops) in zip_pmd_enqueue_burst_sync() 485 struct rte_comp_op *op; in zip_pmd_enqueue_burst_sync() 523 struct rte_comp_op **ops, uint16_t nb_ops) in zip_pmd_dequeue_burst_sync()
|
| /f-stack/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() 159 struct rte_comp_op **ops, **deq_ops; in main_loop() 180 2 * mem->total_bufs * sizeof(struct rte_comp_op *), in main_loop() 270 ops_unused * sizeof(struct rte_comp_op *); in main_loop() 360 struct rte_comp_op *op = deq_ops[i]; in main_loop() 418 struct rte_comp_op *op = deq_ops[i]; in main_loop()
|
| /f-stack/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);
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 231 chained_mbuf_compression(struct rte_comp_op *op, struct isal_comp_qp *qp) in chained_mbuf_compression() 321 chained_mbuf_decompression(struct rte_comp_op *op, struct isal_comp_qp *qp) in chained_mbuf_decompression() 411 process_isal_deflate(struct rte_comp_op *op, struct isal_comp_qp *qp, in process_isal_deflate() 528 process_isal_inflate(struct rte_comp_op *op, struct isal_comp_qp *qp, in process_isal_inflate() 610 process_op(struct isal_comp_qp *qp, struct rte_comp_op *op, in process_op() 629 isal_comp_pmd_enqueue_burst(void *queue_pair, struct rte_comp_op **ops, in isal_comp_pmd_enqueue_burst() 661 isal_comp_pmd_dequeue_burst(void *queue_pair, struct rte_comp_op **ops, in isal_comp_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 109 struct rte_comp_op *op = in_op; in qat_comp_build_request() 355 struct rte_comp_op op_backup; in qat_comp_build_multiple_requests() 357 struct rte_comp_op *op = in_op; in qat_comp_build_multiple_requests() 482 struct rte_comp_op *rx_op) in qat_comp_response_data_copy() 558 struct rte_comp_op *rx_op = (struct rte_comp_op *)(uintptr_t) in qat_comp_process_response()
|
| H A D | qat_comp_pmd.c | 567 struct rte_comp_op **ops __rte_unused, in qat_comp_pmd_enq_deq_dummy_op_burst() 594 qat_comp_pmd_dequeue_first_op_burst(void *qp, struct rte_comp_op **ops, in qat_comp_pmd_dequeue_first_op_burst()
|
| /f-stack/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() 1421 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_comp_finalize() 1546 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_decomp_run() 1745 struct rte_comp_op **ops = test_priv_data->ops; in test_deflate_decomp_finalize() 2002 struct rte_comp_op *ops[num_bufs]; in test_deflate_comp_decomp() [all …]
|
| /f-stack/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.
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_qp.c | 753 ((struct rte_comp_op *)*ops)->src.length); in qat_enqueue_comp_op_burst()
|