Home
last modified time | relevance | path

Searched refs:param2 (Results 1 – 11 of 11) sorted by relevance

/dpdk/app/test/
H A Dtest_security_proto.c25 sec_alg_list[index].param2 = NULL; in test_sec_alg_list_populate()
32 sec_alg_list[index].param2 = &auth_list[j]; in test_sec_alg_list_populate()
45 sec_auth_only_alg_list[index].param2 = NULL; in test_sec_auth_only_alg_list_populate()
53 sec_auth_only_alg_list[index].param2 = &auth_list[i]; in test_sec_auth_only_alg_list_populate()
134 test_sec_alg_display(const struct crypto_param *param1, const struct crypto_param *param2) in test_sec_alg_display() argument
151 rte_cryptodev_get_auth_algo_string(param2->alg.auth)); in test_sec_alg_display()
152 if (param2->alg.auth != RTE_CRYPTO_AUTH_NULL) in test_sec_alg_display()
153 printf(" [%dB ICV]", param2->digest_length); in test_sec_alg_display()
H A Dtest_ring_perf.c269 struct thread_params *param1, struct thread_params *param2) in run_on_core_pair() argument
278 rte_eal_remote_launch(dequeue_bulk, param2, cores->c2); in run_on_core_pair()
283 rte_eal_remote_launch(dequeue_bulk, param2, cores->c2); in run_on_core_pair()
293 param1->results[i] + param2->results[i]); in run_on_core_pair()
475 struct thread_params *param1, struct thread_params *param2) in test_ring_perf_esize_run_on_two_cores() argument
481 if (run_on_core_pair(&cores, param1, param2) < 0) in test_ring_perf_esize_run_on_two_cores()
486 if (run_on_core_pair(&cores, param1, param2) < 0) in test_ring_perf_esize_run_on_two_cores()
491 if (run_on_core_pair(&cores, param1, param2) < 0) in test_ring_perf_esize_run_on_two_cores()
508 struct thread_params param2 = { in test_ring_perf_esize() local
552 test_ring_perf_esize_run_on_two_cores(&param1, &param2); in test_ring_perf_esize()
[all …]
H A Dtest_cryptodev_security_tls_record.c74 test_tls_record_td_prepare(const struct crypto_param *param1, const struct crypto_param *param2, in test_tls_record_td_prepare() argument
122 td->xform.chain.auth.auth.algo = param2->alg.auth; in test_tls_record_td_prepare()
123 td->xform.chain.auth.auth.key.length = param2->key_length; in test_tls_record_td_prepare()
124 td->xform.chain.auth.auth.digest_length = param2->digest_length; in test_tls_record_td_prepare()
H A Dtest_cryptodev_security_ipsec.h132 const struct crypto_param *param2,
/dpdk/drivers/crypto/cnxk/
H A Dcn9k_ipsec.c124 union roc_on_ipsec_inb_param2 param2; in cn9k_ipsec_inb_sa_create() local
173 param2.u16 = 0; in cn9k_ipsec_inb_sa_create()
174 param2.s.ikev2 = 1; in cn9k_ipsec_inb_sa_create()
175 w4.s.param2 = param2.u16; in cn9k_ipsec_inb_sa_create()
H A Dcn10k_tls_ops.h102 w4.s.param2 = cop->param1.tls_record.content_type; in process_tls_write()
155 w4.s.param2 = cop->param1.tls_record.content_type; in process_tls_write()
211 w4.s.param2 = cop->param1.tls_record.content_type; in process_tls_write()
/dpdk/drivers/common/cpt/
H A Dcpt_hw_types.h39 uint16_t param2; member
43 uint16_t param2;
/dpdk/drivers/common/idpf/base/
H A Didpf_controlq.h56 __le32 param2; member
/dpdk/drivers/net/qede/base/
H A Decore_hsi_init_tool.h306 u32 param2 /* Init param 2 */; member
/dpdk/app/test-security-perf/
H A Dtest_security_perf.c520 sec_alg_list[i].param2, in main()
536 sec_alg_list[ctx.td_idx].param2); in main()
/dpdk/drivers/common/iavf/
H A Diavf_adminq_cmd.h38 __le32 param2; member