| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | ipsec_mb_private.c | 70 init_params.max_nb_queue_pairs = in ipsec_mb_create() 97 internals->max_nb_queue_pairs = init_params.max_nb_queue_pairs; in ipsec_mb_create()
|
| H A D | ipsec_mb_ops.c | 90 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in ipsec_mb_info_get()
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | rte_ccp_pmd.c | 270 internals->max_nb_qpairs = init_params->def_p.max_nb_queue_pairs; in cryptodev_ccp_create() 312 init_params.def_p.max_nb_queue_pairs = CCP_PMD_MAX_QUEUE_PAIRS; in cryptodev_ccp_probe() 317 init_params.def_p.max_nb_queue_pairs); in cryptodev_ccp_probe()
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_pmd.c | 67 ¶ms->max_nb_queue_pairs); in rte_cryptodev_pmd_parse_input_args() 107 name, params->socket_id, params->max_nb_queue_pairs); in rte_cryptodev_pmd_create()
|
| H A D | cryptodev_pmd.h | 52 unsigned int max_nb_queue_pairs; member
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 528 if (dev_info.max_nb_queue_pairs < info->qid + 1) { in main() 530 dev_info.max_nb_queue_pairs); in main() 534 config.nb_queue_pairs = dev_info.max_nb_queue_pairs; in main() 579 for (j = 0; j < dev_info.max_nb_queue_pairs; j++) { in main()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd.c | 98 sched_ctx->max_nb_queue_pairs = in cryptodev_scheduler_create() 99 init_params->def_p.max_nb_queue_pairs; in cryptodev_scheduler_create() 475 ¶ms->def_p.max_nb_queue_pairs); in scheduler_parse_init_params()
|
| H A D | scheduler_pmd_private.h | 36 uint32_t max_nb_queue_pairs; member
|
| H A D | rte_cryptodev_scheduler.c | 154 max_nb_qp = dev_info.max_nb_queue_pairs < max_nb_qp ? in update_max_nb_qp() 155 dev_info.max_nb_queue_pairs : max_nb_qp; in update_max_nb_qp() 158 sched_ctx->max_nb_queue_pairs = max_nb_qp; in update_max_nb_qp()
|
| H A D | scheduler_pmd_ops.c | 359 dev_info->max_nb_queue_pairs = sched_ctx->max_nb_queue_pairs; in scheduler_pmd_info_get()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev.h | 106 uint16_t max_nb_queue_pairs; member
|
| H A D | rte_compressdev.c | 321 if ((dev_info.max_nb_queue_pairs != 0) && in rte_compressdev_queue_pairs_config() 322 (nb_qpairs > dev_info.max_nb_queue_pairs)) { in rte_compressdev_queue_pairs_config()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 90 if (dev_info.max_nb_queue_pairs < params->n_queues) in cryptodev_create()
|
| /dpdk/app/test-compress-perf/ |
| H A D | main.c | 174 if (cdev_info.max_nb_queue_pairs && in comp_perf_initialize_compressdev() 175 test_data->nb_qps > cdev_info.max_nb_queue_pairs) { in comp_perf_initialize_compressdev()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cryptodev.c | 99 if (dev_info.max_nb_queue_pairs < params->n_queues) in softnic_cryptodev_create()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_crypto.c | 52 info->max_nb_queue_pairs = in qat_cryptodev_info_get()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 62 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
|
| H A D | mvsam.rst | 91 - ``max_nb_queue_pairs``: maximum number of queue pairs in the device (default: 8 - A8K, 4 - A7K/A3…
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip.c | 171 zipvf->max_nb_queue_pairs = ZIP_MAX_VF_QUEUE; in zipvf_create()
|
| H A D | otx_zip_pmd.c | 329 dev_info->max_nb_queue_pairs = vf->max_nb_queue_pairs; in zip_pmd_info_get()
|
| /dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd.c | 185 internals->max_nb_qpairs = init_params->max_nb_queue_pairs; in cryptodev_null_create()
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 154 dev_info->max_nb_queue_pairs = internals->max_nb_qpairs; in armv8_crypto_pmd_info_get()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 1501 if (qp_id >= internals->max_nb_queue_pairs) { in caam_jr_queue_pair_release() 1503 internals->max_nb_queue_pairs); in caam_jr_queue_pair_release() 1528 if (qp_id >= internals->max_nb_queue_pairs) { in caam_jr_queue_pair_setup() 1530 internals->max_nb_queue_pairs); in caam_jr_queue_pair_setup() 2045 info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in caam_jr_dev_infos_get() 2277 job_ring->max_nb_queue_pairs = RTE_CAAM_MAX_NB_SEC_QPS; in init_job_ring()
|
| /dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 1092 internals->max_nb_qpairs = init_params->common.max_nb_queue_pairs; in cryptodev_mrvl_crypto_create() 1183 ¶ms->common.max_nb_queue_pairs); in mrvl_pmd_parse_input_args() 1229 .max_nb_queue_pairs = in cryptodev_mrvl_crypto_init()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.c | 162 info->max_nb_queue_pairs = in cnxk_cpt_dev_info_get() 164 plt_cpt_dbg("max_nb_queue_pairs %u", info->max_nb_queue_pairs); in cnxk_cpt_dev_info_get()
|