Searched refs:max_inflight_ops (Results 1 – 8 of 8) sorted by relevance
| /f-stack/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()
|
| /f-stack/dpdk/lib/librte_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 | 302 uint32_t max_inflight_ops, int socket_id);
|
| H A D | rte_compressdev.c | 543 uint32_t max_inflight_ops, int socket_id) in rte_compressdev_queue_pair_setup() argument 564 if (max_inflight_ops == 0) { in rte_compressdev_queue_pair_setup() 573 max_inflight_ops, socket_id); in rte_compressdev_queue_pair_setup()
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 231 uint32_t max_inflight_ops, int socket_id) in isal_comp_pmd_qp_setup() argument 285 max_inflight_ops, socket_id); in isal_comp_pmd_qp_setup()
|
| /f-stack/dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 376 uint32_t max_inflight_ops, int socket_id) in zip_pmd_qp_setup() argument 409 max_inflight_ops, socket_id); in zip_pmd_qp_setup()
|
| /f-stack/dpdk/drivers/compress/qat/ |
| H A D | qat_comp_pmd.c | 99 uint32_t max_inflight_ops, int socket_id) in qat_comp_qp_setup() argument 128 qat_qp_conf.nb_descriptors = max_inflight_ops; in qat_comp_qp_setup()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 87 The ``max_inflight_ops`` is used to pass maximum number of
|