Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ring_perf.c285 struct thread_params param1 = {0}, param2 = {0}; in run_on_core_pair() local
298 param1.size = param2.size = bulk_sizes[i]; in run_on_core_pair()
299 param1.r = param2.r = r; in run_on_core_pair()
301 rte_eal_remote_launch(f2, &param2, cores->c2); in run_on_core_pair()
306 rte_eal_remote_launch(f2, &param2, cores->c2); in run_on_core_pair()
314 esize, bulk_sizes[i], param1.spsc + param2.spsc); in run_on_core_pair()
317 esize, bulk_sizes[i], param1.mpmc + param2.mpmc); in run_on_core_pair()
H A Dtest_cryptodev_security_ipsec.c67 alg_list[index].param2 = NULL; in test_ipsec_alg_list_populate()
74 alg_list[index].param2 = &auth_list[j]; in test_ipsec_alg_list_populate()
87 ah_alg_list[index].param2 = NULL; in test_ipsec_ah_alg_list_populate()
95 ah_alg_list[index].param2 = &auth_list[i]; in test_ipsec_ah_alg_list_populate()
370 const struct crypto_param *param2, in test_ipsec_td_prepare() argument
429 param2->alg.auth; in test_ipsec_td_prepare()
431 param2->key_length; in test_ipsec_td_prepare()
433 param2->digest_length; in test_ipsec_td_prepare()
437 param2->iv_length; in test_ipsec_td_prepare()
547 const struct crypto_param *param2) in test_ipsec_display_alg() argument
[all …]
H A Dtest_cryptodev_security_ipsec.h202 const struct crypto_param *param2; member
240 const struct crypto_param *param2,
251 const struct crypto_param *param2);
H A Dtest_cryptodev.c9502 alg_list[i].param2, in test_ipsec_proto_all()
9548 alg_list[i].param2); in test_ipsec_proto_all()
9569 ah_alg_list[i].param2, in test_ipsec_ah_proto_all()
9594 ah_alg_list[i].param2); in test_ipsec_ah_proto_all()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h270 vq_cmd_w0.s.param2 = exp_len; in cpt_modex_prep()
333 vq_cmd_w0.s.param2 = exp_len; in cpt_rsa_prep()
338 vq_cmd_w0.s.param2 = CPT_BLOCK_TYPE2 | in cpt_rsa_prep()
343 vq_cmd_w0.s.param2 = CPT_BLOCK_TYPE1; in cpt_rsa_prep()
422 vq_cmd_w0.s.param2 = CPT_BLOCK_TYPE1; in cpt_rsa_crt_prep()
426 vq_cmd_w0.s.param2 = CPT_BLOCK_TYPE2; in cpt_rsa_crt_prep()
712 vq_cmd_w0.s.param2 = (pkey_len << 8) | k_len; in cpt_ecdsa_sign_prep()
823 vq_cmd_w0.s.param2 = 0; in cpt_ecdsa_verify_prep()
926 vq_cmd_w0.s.param2 = ecpm->scalar.length; in cpt_ecpm_prep()
H A Dcpt_hw_types.h39 uint16_t param2; member
43 uint16_t param2;
H A Dcpt_ucode.h527 vq_cmd_w0.s.param2 = ((uint16_t)hash_type << 8); in cpt_digest_gen_prep()
544 vq_cmd_w0.s.param2 = 0x1; in cpt_digest_gen_prep()
788 vq_cmd_w0.s.param2 = auth_data_len; in cpt_enc_hmac_prep()
1153 vq_cmd_w0.s.param2 = auth_data_len; in cpt_dec_hmac_prep()
1554 vq_cmd_w0.s.param2 = auth_data_len; in cpt_zuc_snow3g_enc_prep()
2077 vq_cmd_w0.s.param2 = auth_data_len; in cpt_kasumi_enc_prep()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_ae.h251 w4.s.param2 = exp_len; in cnxk_ae_modex_prep()
292 w4.s.param2 = exp_len; in cnxk_ae_rsa_prep()
297 w4.s.param2 = ROC_AE_CPT_BLOCK_TYPE2 | in cnxk_ae_rsa_prep()
302 w4.s.param2 = ROC_AE_CPT_BLOCK_TYPE1; in cnxk_ae_rsa_prep()
355 w4.s.param2 = ROC_AE_CPT_BLOCK_TYPE1; in cnxk_ae_rsa_crt_prep()
359 w4.s.param2 = ROC_AE_CPT_BLOCK_TYPE2; in cnxk_ae_rsa_crt_prep()
477 w4.s.param2 = (pkey_len << 8) | k_len; in cnxk_ae_ecdsa_sign_prep()
571 w4.s.param2 = 0; in cnxk_ae_ecdsa_verify_prep()
655 w4.s.param2 = ecpm->scalar.length; in cnxk_ae_ecpm_prep()
H A Dcn9k_ipsec.c40 inst.w4.s.param2 = 0; in cn9k_cpt_enq_sa_write()
544 union roc_on_ipsec_inb_param2 param2; in cn9k_ipsec_inb_sa_create() local
612 param2.u16 = 0; in cn9k_ipsec_inb_sa_create()
613 param2.s.ikev2 = 1; in cn9k_ipsec_inb_sa_create()
614 w4.s.param2 = param2.u16; in cn9k_ipsec_inb_sa_create()
H A Dcn9k_ipsec_la_ops.h150 inst->w4.s.param2 = in process_inb_sa()
H A Dcnxk_se.h287 cpt_inst_w4.s.param2 = ((uint16_t)hash_type << 8); in cpt_digest_gen_prep()
306 cpt_inst_w4.s.param2 = 0x1; in cpt_digest_gen_prep()
491 cpt_inst_w4.s.param2 = auth_data_len; in cpt_enc_hmac_prep()
780 cpt_inst_w4.s.param2 = auth_data_len; in cpt_dec_hmac_prep()
1105 cpt_inst_w4.s.param2 = auth_data_len; in cpt_pdcp_alg_prep()
1315 cpt_inst_w4.s.param2 = auth_data_len; in cpt_kasumi_enc_prep()
/dpdk/drivers/common/cnxk/
H A Droc_cpt.c264 uint16_t param2) in roc_cpt_inline_ipsec_inb_cfg() argument
278 req->param2 = param2; in roc_cpt_inline_ipsec_inb_cfg()
950 inst->w4.s.param2 = sa_len >> 3; in roc_cpt_ctx_write()
H A Droc_cpt.h172 uint16_t param1, uint16_t param2);
H A Droc_mbox.h1467 uint16_t __io param2; member
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h203 uint64_t param2 : 8; member
207 uint64_t param2 : 8;
H A Dlio_ethdev.c1665 ctrl_pkt.ncmd.s.param2 = num_rxq; in lio_send_queue_count_update()
/dpdk/drivers/net/qede/base/
H A Decore_hsi_init_tool.h306 u32 param2 /* Init param 2 */; member
/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h153 uint64_t param2 : 16; member
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c27 uint16_t param2; member
392 gph->param2 = rte_cpu_to_be_16(ivlen); in create_cipher_gph()
633 gph->param2 = rte_cpu_to_be_16(ivlen + auth_only_len); in create_aead_gph()
/dpdk/drivers/common/iavf/
H A Diavf_adminq_cmd.h38 __le32 param2; member
/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h42 __le32 param2; member