Home
last modified time | relevance | path

Searched refs:SHR_HDR (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dalgo.h43 SHR_HDR(p, SHR_ALWAYS, 1, 0); in cnstr_shdsc_zuce()
90 SHR_HDR(p, SHR_ALWAYS, 1, 0); in cnstr_shdsc_zuca()
140 SHR_HDR(p, SHR_ALWAYS, 1, 0); in cnstr_shdsc_snow_f8()
246 SHR_HDR(p, SHR_ALWAYS, 1, 0); in cnstr_shdsc_snow_f9()
311 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_blkcipher()
431 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_hmac()
531 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_hash()
579 SHR_HDR(p, SHR_ALWAYS, 1, 0); in cnstr_shdsc_kasumi_f8()
716 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_gcm_encap()
823 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_gcm_decap()
[all …]
H A Dipsec.h772 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_encap()
835 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_decap()
909 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
1054 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1246 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_new_encap()
1355 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_new_decap()
1520 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_authenc()
H A Dpdcp.h2381 SHR_HDR(p, desc_share[cipherdata->algtype][authdata->algtype], 0, 0); in cnstr_shdsc_pdcp_c_plane_encap()
2521 SHR_HDR(p, desc_share[cipherdata->algtype][authdata->algtype], 0, 0); in cnstr_shdsc_pdcp_c_plane_decap()
2678 SHR_HDR(p, desc_share[cipherdata->algtype][authdata->algtype], 0, 0); in cnstr_shdsc_pdcp_u_plane_encap()
2680 SHR_HDR(p, SHR_ALWAYS, 0, 0); in cnstr_shdsc_pdcp_u_plane_encap()
2863 SHR_HDR(p, desc_share[cipherdata->algtype][authdata->algtype], 0, 0); in cnstr_shdsc_pdcp_u_plane_decap()
2865 SHR_HDR(p, SHR_ALWAYS, 0, 0); in cnstr_shdsc_pdcp_u_plane_decap()
3003 SHR_HDR(p, SHR_ALWAYS, 1, 0); in cnstr_shdsc_pdcp_short_mac()
H A Dsdap.h941 SHR_HDR(p, desc_share[cipherdata->algtype][authdata->algtype], in cnstr_shdsc_pdcp_sdap_u_plane()
944 SHR_HDR(p, SHR_WAIT, 0, 0); in cnstr_shdsc_pdcp_sdap_u_plane()
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h211 #define SHR_HDR(program, share, start_idx, flags) \ macro