Home
last modified time | relevance | path

Searched refs:IMMED2 (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dpdcp.h337 IMMED2); in pdcp_insert_cplane_null_op()
340 IMMED2); in pdcp_insert_cplane_null_op()
343 IMMED2); in pdcp_insert_cplane_null_op()
446 IMMED2); in pdcp_insert_cplane_int_only_op()
458 IMMED2); in pdcp_insert_cplane_int_only_op()
462 IMMED2); in pdcp_insert_cplane_int_only_op()
469 IMMED2); in pdcp_insert_cplane_int_only_op()
1415 4, IMMED2); in pdcp_insert_cplane_aes_snow_op()
1417 4, IMMED2); in pdcp_insert_cplane_aes_snow_op()
1739 4, IMMED2); in pdcp_insert_cplane_zuc_snow_op()
[all …]
H A Dsdap.h156 MATHB(p, MATH1, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_no_int_op()
158 MATHB(p, MATH0, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_no_int_op()
237 MATHB(p, MATH1, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_enc_only_op()
239 MATHB(p, MATH0, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_enc_only_op()
345 MATHB(p, SEQINSZ, SUB, length, VSEQINSZ, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
367 MATHB(p, MATH1, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_snoop_op()
370 MATHB(p, MATH0, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_snoop_op()
411 MATH2, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
413 MATH3, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
416 MATH2, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
[all …]
H A Dipsec.h937 8, IFB | IMMED2); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
956 VSEQINSZ, 4, IMMED2); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
1078 IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1090 IFB | IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1111 MATHB(p, MATH0, ADD, ip_hdr_len, VSEQOUTSZ, 4, IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1127 IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1270 IMMED2); in cnstr_shdsc_ipsec_new_encap()
1523 MATHB(p, DPOVRD, ADD, 0x80000000, MATH2, 4, IMMED2); in cnstr_shdsc_authenc()
1526 MATHB(p, MATH2, AND, 0xFFFF, MATH0, 4, IMMED2); in cnstr_shdsc_authenc()
1529 MATHB(p, MATH2, AND, 0xFFF0000, MATH2, 4, IMMED2); in cnstr_shdsc_authenc()
[all …]
H A Dalgo.h98 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_zuca()
254 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_snow_f9()
451 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_hmac()
536 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_hash()
630 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_kasumi_f9()
729 MATHB(p, DPOVRD, AND, 0x7fffffff, MATH3, 4, IMMED2); in cnstr_shdsc_gcm_encap()
732 MATHB(p, SEQINSZ, SUB, ivlen, VSEQOUTSZ, 4, IMMED2); in cnstr_shdsc_gcm_encap()
836 MATHB(p, DPOVRD, AND, 0x7fffffff, MATH3, 4, IMMED2); in cnstr_shdsc_gcm_decap()
919 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_aes_mac()
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmath_cmd.h90 (!(options & IMMED) && !(options & IMMED2)) || in rta_math()
91 ((options & IMMED) && (options & IMMED2))) { in rta_math()
138 if (options & IMMED2) { in rta_math()
190 opcode |= (options & ~(IMMED | IMMED2)); in rta_math()
217 if ((options & IMMED) && !(options & IMMED2)) { in rta_math()
220 } else if ((options & IMMED2) && !(options & IMMED)) { in rta_math()
223 } else if ((options & IMMED) && (options & IMMED2)) { in rta_math()
H A Dsec_run_time_asm.h369 #define IMMED2 BIT(31) macro