Home
last modified time | relevance | path

Searched refs:max_nb_queue_pairs (Results 1 – 25 of 63) sorted by relevance

123

/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c70 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 Dipsec_mb_ops.c90 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in ipsec_mb_info_get()
/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c270 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 Dcryptodev_pmd.c67 &params->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 Dcryptodev_pmd.h52 unsigned int max_nb_queue_pairs; member
/dpdk/examples/vhost_crypto/
H A Dmain.c528 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 Dscheduler_pmd.c98 sched_ctx->max_nb_queue_pairs = in cryptodev_scheduler_create()
99 init_params->def_p.max_nb_queue_pairs; in cryptodev_scheduler_create()
475 &params->def_p.max_nb_queue_pairs); in scheduler_parse_init_params()
H A Dscheduler_pmd_private.h36 uint32_t max_nb_queue_pairs; member
H A Drte_cryptodev_scheduler.c154 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 Dscheduler_pmd_ops.c359 dev_info->max_nb_queue_pairs = sched_ctx->max_nb_queue_pairs; in scheduler_pmd_info_get()
/dpdk/lib/compressdev/
H A Drte_compressdev.h106 uint16_t max_nb_queue_pairs; member
H A Drte_compressdev.c321 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 Dcryptodev.c90 if (dev_info.max_nb_queue_pairs < params->n_queues) in cryptodev_create()
/dpdk/app/test-compress-perf/
H A Dmain.c174 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 Drte_eth_softnic_cryptodev.c99 if (dev_info.max_nb_queue_pairs < params->n_queues) in softnic_cryptodev_create()
/dpdk/drivers/crypto/qat/
H A Dqat_crypto.c52 info->max_nb_queue_pairs = in qat_cryptodev_info_get()
/dpdk/doc/guides/cryptodevs/
H A Dnull.rst62 * max_nb_queue_pairs: Specify the maximum number of queue pairs in the device (8 by default).
H A Dmvsam.rst91 - ``max_nb_queue_pairs``: maximum number of queue pairs in the device (default: 8 - A8K, 4 - A7K/A3…
/dpdk/drivers/compress/octeontx/
H A Dotx_zip.c171 zipvf->max_nb_queue_pairs = ZIP_MAX_VF_QUEUE; in zipvf_create()
H A Dotx_zip_pmd.c329 dev_info->max_nb_queue_pairs = vf->max_nb_queue_pairs; in zip_pmd_info_get()
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c185 internals->max_nb_qpairs = init_params->max_nb_queue_pairs; in cryptodev_null_create()
/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd_ops.c154 dev_info->max_nb_queue_pairs = internals->max_nb_qpairs; in armv8_crypto_pmd_info_get()
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1501 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 Drte_mrvl_pmd.c1092 internals->max_nb_qpairs = init_params->common.max_nb_queue_pairs; in cryptodev_mrvl_crypto_create()
1183 &params->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 Dcnxk_cryptodev_ops.c162 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()

123