Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dalgo.h31 cnstr_shdsc_zuce(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_zuce()
76 cnstr_shdsc_zuca(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_zuca()
128 cnstr_shdsc_snow_f8(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_snow_f8()
231 cnstr_shdsc_snow_f9(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_snow_f9()
290 cnstr_shdsc_blkcipher(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_blkcipher()
384 cnstr_shdsc_hmac(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_hmac()
488 cnstr_shdsc_hash(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_hash()
568 cnstr_shdsc_kasumi_f8(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_kasumi_f8()
607 cnstr_shdsc_kasumi_f9(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_kasumi_f9()
656 cnstr_shdsc_crc(uint32_t *descbuf, bool swap) in cnstr_shdsc_crc()
[all …]
H A Dsdap.h79 bool swap, uint32_t *offset, in pdcp_sdap_get_sn_parameters()
849 bool swap, in cnstr_shdsc_pdcp_sdap_u_plane()
1024 bool swap, in cnstr_shdsc_pdcp_sdap_u_plane_encap()
1065 bool swap, in cnstr_shdsc_pdcp_sdap_u_plane_decap()
H A Dipsec.h828 cnstr_shdsc_ipsec_encap(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_ipsec_encap()
896 cnstr_shdsc_ipsec_decap(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_ipsec_decap()
1310 bool swap, in cnstr_shdsc_ipsec_new_encap()
1422 bool swap, in cnstr_shdsc_ipsec_new_decap()
1569 cnstr_shdsc_authenc(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_authenc()
/dpdk/drivers/common/cnxk/
H A Droc_io_generic.h38 roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_cas()
47 roc_atomic64_casl(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_casl()
H A Droc_io.h77 roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_cas()
89 roc_atomic64_casl(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_casl()
/dpdk/lib/eal/windows/
H A Dgetopt.c86 char *swap; in permute_args() local
/dpdk/lib/member/
H A Drte_member_sketch.c75 swap(uint64_t *a, uint64_t *b) in swap() function