Home
last modified time | relevance | path

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

123

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_pmd.c65 &params->max_nb_queue_pairs); in rte_cryptodev_pmd_parse_input_args()
105 name, params->socket_id, params->max_nb_queue_pairs); in rte_cryptodev_pmd_create()
H A Drte_cryptodev_pmd.h56 unsigned int max_nb_queue_pairs; member
/f-stack/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c122 &params->def_p.max_nb_queue_pairs); in ccp_pmd_parse_input_args()
360 internals->max_nb_qpairs = init_params->def_p.max_nb_queue_pairs; in cryptodev_ccp_create()
401 init_params.def_p.max_nb_queue_pairs = CCP_PMD_MAX_QUEUE_PAIRS; in cryptodev_ccp_probe()
406 init_params.def_p.max_nb_queue_pairs); in cryptodev_ccp_probe()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Dkasumi_pmd_private.h25 unsigned max_nb_queue_pairs; member
H A Drte_kasumi_pmd_ops.c128 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in kasumi_pmd_info_get()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Dsnow3g_pmd_private.h26 unsigned max_nb_queue_pairs; member
H A Drte_snow3g_pmd_ops.c132 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in snow3g_pmd_info_get()
/f-stack/dpdk/drivers/crypto/zuc/
H A Dzuc_pmd_private.h25 unsigned max_nb_queue_pairs; member
H A Drte_zuc_pmd_ops.c132 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in zuc_pmd_info_get()
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c511 if (dev_info.max_nb_queue_pairs < info->qid + 1) { in main()
513 dev_info.max_nb_queue_pairs); in main()
517 config.nb_queue_pairs = dev_info.max_nb_queue_pairs; in main()
562 for (j = 0; j < dev_info.max_nb_queue_pairs; j++) { in main()
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd_private.h36 unsigned max_nb_queue_pairs; member
H A Daesni_gcm_pmd_ops.c145 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in aesni_gcm_pmd_info_get()
/f-stack/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()
473 &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.c364 dev_info->max_nb_queue_pairs = sched_ctx->max_nb_queue_pairs; in scheduler_pmd_info_get()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev.h107 uint16_t max_nb_queue_pairs; member
/f-stack/dpdk/examples/ip_pipeline/
H A Dcryptodev.c91 if (dev_info.max_nb_queue_pairs < params->n_queues) in cryptodev_create()
/f-stack/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()
/f-stack/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()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Daesni_mb_pmd_private.h167 unsigned max_nb_queue_pairs; member
/f-stack/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…
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip.c167 zipvf->max_nb_queue_pairs = ZIP_MAX_VF_QUEUE; in zipvf_create()
/f-stack/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c826 internals->max_nb_qpairs = init_params->common.max_nb_queue_pairs; in cryptodev_mrvl_crypto_create()
905 &params->common.max_nb_queue_pairs); in mrvl_pmd_parse_input_args()
951 .max_nb_queue_pairs = in cryptodev_mrvl_crypto_init()

123