| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev_pmd.c | 65 ¶ms->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 D | rte_cryptodev_pmd.h | 56 unsigned int max_nb_queue_pairs; member
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | rte_ccp_pmd.c | 122 ¶ms->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 D | kasumi_pmd_private.h | 25 unsigned max_nb_queue_pairs; member
|
| H A D | rte_kasumi_pmd_ops.c | 128 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in kasumi_pmd_info_get()
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | snow3g_pmd_private.h | 26 unsigned max_nb_queue_pairs; member
|
| H A D | rte_snow3g_pmd_ops.c | 132 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in snow3g_pmd_info_get()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | zuc_pmd_private.h | 25 unsigned max_nb_queue_pairs; member
|
| H A D | rte_zuc_pmd_ops.c | 132 dev_info->max_nb_queue_pairs = internals->max_nb_queue_pairs; in zuc_pmd_info_get()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 511 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 D | aesni_gcm_pmd_private.h | 36 unsigned max_nb_queue_pairs; member
|
| H A D | aesni_gcm_pmd_ops.c | 145 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 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() 473 ¶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 | 364 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 D | rte_compressdev.h | 107 uint16_t max_nb_queue_pairs; member
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 91 if (dev_info.max_nb_queue_pairs < params->n_queues) in cryptodev_create()
|
| /f-stack/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()
|
| /f-stack/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()
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | aesni_mb_pmd_private.h | 167 unsigned max_nb_queue_pairs; member
|
| /f-stack/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…
|
| /f-stack/dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip.c | 167 zipvf->max_nb_queue_pairs = ZIP_MAX_VF_QUEUE; in zipvf_create()
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 826 internals->max_nb_qpairs = init_params->common.max_nb_queue_pairs; in cryptodev_mrvl_crypto_create() 905 ¶ms->common.max_nb_queue_pairs); in mrvl_pmd_parse_input_args() 951 .max_nb_queue_pairs = in cryptodev_mrvl_crypto_init()
|