Searched refs:max_inflight_ops (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 180 uint32_t max_inflight_ops, int socket_id) in zlib_pmd_qp_setup() argument 201 max_inflight_ops, socket_id); in zlib_pmd_qp_setup()
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 237 uint32_t max_inflight_ops, int socket_id) in isal_comp_pmd_qp_setup() argument 291 max_inflight_ops, socket_id); in isal_comp_pmd_qp_setup()
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp_pmd.h | 103 uint32_t max_inflight_ops, int socket_id);
|
| H A D | qat_comp_pmd.c | 99 uint32_t max_inflight_ops, int socket_id) in qat_comp_qp_setup() argument 130 qat_qp_conf.nb_descriptors = max_inflight_ops; in qat_comp_qp_setup()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev_pmd.h | 160 uint16_t qp_id, uint32_t max_inflight_ops, int socket_id);
|
| H A D | rte_compressdev.h | 301 uint32_t max_inflight_ops, int socket_id);
|
| H A D | rte_compressdev.c | 541 uint32_t max_inflight_ops, int socket_id) in rte_compressdev_queue_pair_setup() argument 562 if (max_inflight_ops == 0) { in rte_compressdev_queue_pair_setup() 571 max_inflight_ops, socket_id); in rte_compressdev_queue_pair_setup()
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 377 uint32_t max_inflight_ops, int socket_id) in zip_pmd_qp_setup() argument 414 max_inflight_ops, socket_id); in zip_pmd_qp_setup()
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 181 uint32_t max_inflight_ops, int socket_id) in mlx5_compress_qp_setup() argument 193 uint32_t log_ops_n = rte_log2_u32(max_inflight_ops); in mlx5_compress_qp_setup()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 87 The ``max_inflight_ops`` is used to pass maximum number of
|