| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 64 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 70 ./dpdk-l2fwd-crypto -l 1 -n 4 --vdev="crypto_null,socket_id=0,max_nb_sessions=128" \
|
| H A D | chacha20_poly1305.rst | 93 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 99 --vdev="crypto_chacha20_poly1305,socket_id=0,max_nb_sessions=128"
|
| H A D | zuc.rst | 106 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 112 ./dpdk-l2fwd-crypto -l 1 -n 4 --vdev="crypto_zuc,socket_id=0,max_nb_sessions=128" \
|
| H A D | snow3g.rst | 106 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 112 ./dpdk-l2fwd-crypto -l 1 -n 4 --vdev="crypto_snow3g,socket_id=0,max_nb_sessions=128" \
|
| H A D | aesni_gcm.rst | 113 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 119 ./dpdk-l2fwd-crypto -l 1 -n 4 --vdev="crypto_aesni_gcm,socket_id=0,max_nb_sessions=128" \
|
| H A D | aesni_mb.rst | 161 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 167 ./dpdk-l2fwd-crypto -l 1 -n 4 --vdev="crypto_aesni_mb,socket_id=0,max_nb_sessions=128" \
|
| H A D | kasumi.rst | 107 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default). 113 ./dpdk-l2fwd-crypto -l 1 -n 4 --vdev="crypto_kasumi,socket_id=0,max_nb_sessions=128" \
|
| H A D | mvsam.rst | 92 - ``max_nb_sessions``: maximum number of sessions that can be created (default: 2048).
|
| H A D | ccp.rst | 99 * max_nb_sessions: Specify the maximum number of sessions that can be created (2048 by default).
|
| H A D | scheduler.rst | 53 * max_nb_sessions: Specify the maximum number of sessions that can be
|
| /dpdk/drivers/crypto/mvsam/ |
| H A D | mrvl_pmd_private.h | 43 unsigned int max_nb_sessions; /**< Max number of sessions */ member
|
| H A D | rte_mrvl_pmd.c | 27 uint32_t max_nb_sessions; member 1093 internals->max_nb_sessions = init_params->max_nb_sessions; in cryptodev_mrvl_crypto_create() 1099 sam_params.max_num_sessions = internals->max_nb_sessions; in cryptodev_mrvl_crypto_create() 1204 ¶ms->max_nb_sessions); in mrvl_pmd_parse_input_args() 1233 .max_nb_sessions = MRVL_PMD_DEFAULT_MAX_NB_SESSIONS in cryptodev_mrvl_crypto_init()
|
| H A D | rte_mrvl_pmd_ops.c | 581 dev_info->sym.max_nb_sessions = internals->max_nb_sessions; in mrvl_crypto_pmd_info_get()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd_ops.c | 337 uint32_t dev_max_sess = worker_info.sym.max_nb_sessions; in scheduler_pmd_info_get() 340 max_nb_sess = worker_info.sym.max_nb_sessions; in scheduler_pmd_info_get() 362 dev_info->sym.max_nb_sessions = max_nb_sess; in scheduler_pmd_info_get()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_crypto.c | 62 info->sym.max_nb_sessions = 0; in qat_cryptodev_info_get()
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 156 dev_info->sym.max_nb_sessions = 0; in armv8_crypto_pmd_info_get()
|
| /dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd_ops.c | 125 dev_info->sym.max_nb_sessions = 0; in null_crypto_pmd_info_get()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_hw_specific.h | 386 unsigned int max_nb_sessions; member
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | ipsec_mb_ops.c | 92 dev_info->sym.max_nb_sessions = 0; in ipsec_mb_info_get()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_pmd.c | 69 dev_info->sym.max_nb_sessions = 0; in bcmfs_sym_dev_info_get()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.h | 518 unsigned max_nb_sessions; member
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_pmd_ops.c | 628 dev_info->sym.max_nb_sessions = 0; in ccp_pmd_info_get()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.h | 228 unsigned int max_nb_sessions; member
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.c | 168 info->sym.max_nb_sessions = 0; in cnxk_cpt_dev_info_get()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | main.c | 286 uint32_t dev_max_nb_sess = cdev_info.sym.max_nb_sessions; in cperf_initialize_cryptodev()
|