| /dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | sdap.h | 79 bool swap, uint32_t *offset, in pdcp_sdap_get_sn_parameters() argument 93 *sn_mask = (swap == false) ? PDCP_7BIT_SN_MASK : in pdcp_sdap_get_sn_parameters() 99 *sn_mask = (swap == false) ? PDCP_12BIT_SN_MASK : in pdcp_sdap_get_sn_parameters() 128 bool swap __maybe_unused, in pdcp_sdap_insert_no_int_op() 409 if (swap == false) { in pdcp_sdap_insert_snoop_op() 764 bool swap __maybe_unused, in pdcp_sdap_insert_cplane_null_op() 777 bool swap __maybe_unused, in pdcp_sdap_insert_cplane_int_only_op() 841 bool swap, in cnstr_shdsc_pdcp_sdap_u_plane() argument 933 if (swap) in cnstr_shdsc_pdcp_sdap_u_plane() 1016 bool swap, in cnstr_shdsc_pdcp_sdap_u_plane_encap() argument [all …]
|
| H A D | algo.h | 38 if (swap) in cnstr_shdsc_zuce() 85 if (swap) in cnstr_shdsc_zuca() 135 if (swap) in cnstr_shdsc_snow_f8() 240 if (swap) in cnstr_shdsc_snow_f9() 307 if (swap) in cnstr_shdsc_blkcipher() 427 if (swap) in cnstr_shdsc_hmac() 527 if (swap) in cnstr_shdsc_hash() 575 if (swap) in cnstr_shdsc_kasumi_f8() 616 if (swap) in cnstr_shdsc_kasumi_f9() 662 if (swap) in cnstr_shdsc_crc() [all …]
|
| H A D | pdcp.h | 438 if (swap == false) { in pdcp_insert_cplane_int_only_op() 799 if (swap == false) { in pdcp_insert_uplane_snow_snow_op() 2376 if (swap) in cnstr_shdsc_pdcp_c_plane_encap() 2397 swap, in cnstr_shdsc_pdcp_c_plane_encap() 2516 if (swap) in cnstr_shdsc_pdcp_c_plane_decap() 2537 swap, in cnstr_shdsc_pdcp_c_plane_decap() 2590 swap, in pdcp_insert_uplane_with_int_op() 2672 if (swap) in cnstr_shdsc_pdcp_u_plane_encap() 2858 if (swap) in cnstr_shdsc_pdcp_u_plane_decap() 2990 bool swap, in cnstr_shdsc_pdcp_short_mac() argument [all …]
|
| H A D | ipsec.h | 753 cnstr_shdsc_ipsec_encap(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_ipsec_encap() argument 768 if (swap) in cnstr_shdsc_ipsec_encap() 816 cnstr_shdsc_ipsec_decap(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_ipsec_decap() argument 831 if (swap) in cnstr_shdsc_ipsec_decap() 1224 bool swap, in cnstr_shdsc_ipsec_new_encap() argument 1242 if (swap) in cnstr_shdsc_ipsec_new_encap() 1336 bool swap, in cnstr_shdsc_ipsec_new_decap() argument 1351 if (swap) in cnstr_shdsc_ipsec_new_decap() 1483 cnstr_shdsc_authenc(uint32_t *descbuf, bool ps, bool swap, in cnstr_shdsc_authenc() argument 1508 if (swap) in cnstr_shdsc_authenc()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_io.h | 70 roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_cas() argument 75 : [swap] "r"(swap), [ptr] "r"(ptr) in roc_atomic64_cas() 82 roc_atomic64_casl(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_casl() argument 87 : [swap] "r"(swap), [ptr] "r"(ptr) in roc_atomic64_casl()
|
| H A D | roc_io_generic.h | 36 roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_cas() argument 38 PLT_SET_USED(swap); in roc_atomic64_cas() 45 roc_atomic64_casl(uint64_t compare, uint64_t swap, int64_t *ptr) in roc_atomic64_casl() argument 47 PLT_SET_USED(swap); in roc_atomic64_casl()
|
| H A D | roc_dpi.h | 15 uint8_t swap; member
|
| /dpdk/lib/eal/windows/ |
| H A D | getopt.c | 86 char *swap; in permute_args() local 104 swap = nargv[pos]; in permute_args() 108 ((char **)nargv)[cstart] = swap; in permute_args()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 74 compare-and-swap instruction to atomically update both the stack top pointer 81 3. Thread A changes the head pointer with a compare-and-swap and succeeds. 86 compare-and-swap, the algorithm can detect when the list changes even if the
|
| H A D | timer_lib.rst | 60 a check on the value cannot be done on 32-bit platforms without using either a compare-and-swap (CA…
|
| H A D | writing_efficient_code.rst | 216 in the compare-and-swap operation can be replaced with ACQUIRE memory order.
|
| H A D | env_abstraction_layer.rst | 782 an instruction (16-byte compare-and-swap) that is not yet available on other
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 249 int swap = false; in dpaa_sec_prep_pdcp_cdb() local 251 int swap = true; in dpaa_sec_prep_pdcp_cdb() local 302 cdb->sh_desc, 1, swap, in dpaa_sec_prep_pdcp_cdb() 311 cdb->sh_desc, 1, swap, in dpaa_sec_prep_pdcp_cdb() 326 cdb->sh_desc, 1, swap, in dpaa_sec_prep_pdcp_cdb() 378 int swap = false; in dpaa_sec_prep_ipsec_cdb() local 380 int swap = true; in dpaa_sec_prep_ipsec_cdb() local 431 true, swap, SHR_SERIAL, in dpaa_sec_prep_ipsec_cdb() 438 true, swap, SHR_SERIAL, in dpaa_sec_prep_ipsec_cdb() 454 int swap = false; in dpaa_sec_prep_cdb() local [all …]
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 302 int swap = false; in caam_jr_prep_cdb() local 304 int swap = true; in caam_jr_prep_cdb() local 335 swap, SHR_NEVER, &alginfo_c, in caam_jr_prep_cdb() 352 swap, SHR_NEVER, &alginfo_a, in caam_jr_prep_cdb() 369 cdb->sh_desc, true, swap, in caam_jr_prep_cdb() 375 cdb->sh_desc, true, swap, in caam_jr_prep_cdb() 437 true, swap, SHR_SERIAL, in caam_jr_prep_cdb() 444 true, swap, SHR_SERIAL, in caam_jr_prep_cdb() 451 true, swap, SHR_SERIAL, in caam_jr_prep_cdb()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_fdir.h | 153 u8 swap; member
|
| H A D | ice_fdir.c | 2960 fd_fltr_ctx->swap = ICE_FXD_FLTR_QW1_SWAP_SET; in ice_set_dflt_val_fd_desc() 3019 qword |= ((u64)ctx->swap << ICE_FXD_FLTR_QW1_SWAP_S) & in ice_set_fd_desc_val() 3072 fdir_fltr_ctx.swap = ICE_FXD_FLTR_QW1_SWAP_NOT_SET; in ice_fdir_get_prgm_desc()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 3414 int swap = true; in dpaa2_sec_set_pdcp_session() local 3416 int swap = false; in dpaa2_sec_set_pdcp_session() local 3593 priv->flc_desc[0].desc, 1, swap, in dpaa2_sec_set_pdcp_session() 3602 priv->flc_desc[0].desc, 1, swap, in dpaa2_sec_set_pdcp_session() 3612 1, swap, &authdata); in dpaa2_sec_set_pdcp_session() 3617 priv->flc_desc[0].desc, 1, swap, in dpaa2_sec_set_pdcp_session() 3626 priv->flc_desc[0].desc, 1, swap, in dpaa2_sec_set_pdcp_session() 3636 priv->flc_desc[0].desc, 1, swap, in dpaa2_sec_set_pdcp_session() 3645 priv->flc_desc[0].desc, 1, swap, in dpaa2_sec_set_pdcp_session()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 58 * **Added new Flow API action to swap MAC addresses in Ethernet header.** 60 Added new Flow API action to swap the source and destination MAC 72 swap MAC addresses in outermost Ethernet header.
|
| H A D | release_19_05.rst | 197 forwarding mode, NEON intrinsics are now used to do swap to save CPU cycles.
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 194 and CUDA to launch the swap of packets MAC addresses workload on the GPU.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 332 * ``macswap``: MAC swap forwarding mode.
|