Home
last modified time | relevance | path

Searched refs:rte_bswap32 (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/lib/eal/ppc/include/
H A Drte_byteorder.h58 #define rte_bswap32(x) ((uint32_t)(__builtin_constant_p(x) ? \ macro
86 #define rte_cpu_to_be_32(x) rte_bswap32(x)
94 #define rte_be_to_cpu_32(x) rte_bswap32(x)
100 #define rte_cpu_to_le_32(x) rte_bswap32(x)
108 #define rte_le_to_cpu_32(x) rte_bswap32(x)
/dpdk/lib/eal/arm/include/
H A Drte_byteorder.h47 #define rte_cpu_to_be_32(x) rte_bswap32(x)
55 #define rte_be_to_cpu_32(x) rte_bswap32(x)
61 #define rte_cpu_to_le_32(x) rte_bswap32(x)
69 #define rte_le_to_cpu_32(x) rte_bswap32(x)
/dpdk/lib/eal/x86/include/
H A Drte_byteorder.h55 #define rte_bswap32(x) ((uint32_t)(__builtin_constant_p(x) ? \ macro
78 #define rte_cpu_to_be_32(x) rte_bswap32(x)
86 #define rte_be_to_cpu_32(x) rte_bswap32(x)
/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_hw_gen4_comp.h73 return rte_bswap32(val32); in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
135 return rte_bswap32(val32); in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER()
171 return rte_bswap32(val32); in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_LOWER()
192 return rte_bswap32(val32); in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_UPPER()
/dpdk/app/test/
H A Dtest_byteorder.c38 res_u32 = rte_bswap32(u32); in test_byteorder()
53 res_u32 = rte_bswap32(0xdeadbeefUL); in test_byteorder()
H A Dtest_table_acl.c663 five_tuple.ip_src = rte_bswap32(RTE_IPV4(192, 168, j, 1)); in test_pipeline_single_filter()
664 five_tuple.ip_dst = rte_bswap32(RTE_IPV4(10, 4, j, 1)); in test_pipeline_single_filter()
/dpdk/lib/eal/include/generic/
H A Drte_byteorder.h164 static uint32_t rte_bswap32(uint32_t x);
241 #define rte_bswap32(x) __builtin_bswap32(x) macro
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c765 msg_macsec.txsc.mac_sa[0] = rte_bswap32(aqcfg->txsc.mac[1]); in atl_dev_configure_macsec()
766 msg_macsec.txsc.mac_sa[1] = rte_bswap32(aqcfg->txsc.mac[0]); in atl_dev_configure_macsec()
802 msg_macsec.rxsc.mac_da[0] = rte_bswap32(aqcfg->rxsc.mac[1]); in atl_dev_configure_macsec()
821 msg_macsec.txsa.key[0] = rte_bswap32(aqcfg->txsa.key[3]); in atl_dev_configure_macsec()
822 msg_macsec.txsa.key[1] = rte_bswap32(aqcfg->txsa.key[2]); in atl_dev_configure_macsec()
823 msg_macsec.txsa.key[2] = rte_bswap32(aqcfg->txsa.key[1]); in atl_dev_configure_macsec()
824 msg_macsec.txsa.key[3] = rte_bswap32(aqcfg->txsa.key[0]); in atl_dev_configure_macsec()
839 msg_macsec.rxsa.key[0] = rte_bswap32(aqcfg->rxsa.key[3]); in atl_dev_configure_macsec()
840 msg_macsec.rxsa.key[1] = rte_bswap32(aqcfg->rxsa.key[2]); in atl_dev_configure_macsec()
841 msg_macsec.rxsa.key[2] = rte_bswap32(aqcfg->rxsa.key[1]); in atl_dev_configure_macsec()
[all …]
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h102 #define le_to_be32(v) rte_bswap32((u32)(v))
105 #define be_to_le32(v) rte_bswap32((u32)(v))
/dpdk/drivers/net/ngbe/base/
H A Dngbe_osdep.h105 #define le_to_be32(v) rte_bswap32((u32)(v))
108 #define be_to_le32(v) rte_bswap32((u32)(v))
/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h102 #define swab32(x) rte_bswap32(x)
/dpdk/examples/ipsec-secgw/
H A Dflow.c42 uint32_t_to_char(rte_bswap32(hdr->src_addr), &a, &b, &c, &d); in ipv4_hdr_print()
45 uint32_t_to_char(rte_bswap32(hdr->dst_addr), &a, &b, &c, &d); in ipv4_hdr_print()
H A Dsp4.c300 rte_bswap32(ip.s_addr); in parse_sp4_tokens()
326 rte_bswap32(ip.s_addr); in parse_sp4_tokens()
H A Drt.c87 route_ipv4->ip = rte_bswap32( in parse_rt_tokens()
H A Dsa.c652 rule->src.ip.ip4 = rte_bswap32( in parse_sa_tokens()
695 rule->dst.ip.ip4 = rte_bswap32( in parse_sa_tokens()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h217 #define tfp_bswap_32(val) rte_bswap32(val)
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_hw_specific.h228 #define sec_read_32(addr) rte_bswap32((*(volatile unsigned int *)(addr)))
230 (*(volatile unsigned int *)(addr) = rte_bswap32(val))
/dpdk/app/test-pipeline/
H A Dpipeline_lpm_ipv6.c128 ip = rte_bswap32(i << (24 - in app_main_loop_worker_pipeline_lpm_ipv6()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1154 rte_bswap32(*(((uint32_t *)digest)+i)); in partial_hash_compute()
1161 rte_bswap32(*(((uint32_t *)digest)+i)); in partial_hash_compute()
1168 rte_bswap32(*(((uint32_t *)digest)+i)); in partial_hash_compute()
1750 hash->auth_counter.counter = rte_bswap32(block_size); in qat_sym_cd_auth_set()
1885 *aad_len = rte_bswap32(aad_length); in qat_sym_cd_auth_set()
/dpdk/lib/table/
H A Drte_table_lpm.c322 uint32_t ip = rte_bswap32( in rte_table_lpm_lookup()
/dpdk/examples/l3fwd-acl/
H A Dmain.c602 uint32_t_to_char(rte_bswap32(ipv4_hdr->src_addr), &a, &b, &c, &d); in dump_acl4_rule()
604 uint32_t_to_char(rte_bswap32(ipv4_hdr->dst_addr), &a, &b, &c, &d); in dump_acl4_rule()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h747 msg_len_be = rte_bswap32((uint32_t)data_len - in enqueue_one_aead_job_gen1()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c142 return rte_bswap32(val <<= shift); in mlx5_flex_get_bitfield()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3659 rte_bswap32(reta)); in ixgbe_rss_configure()
5940 rte_bswap32(reta)); in ixgbe_config_rss_filter()
/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c542 rte_bswap32(reta)); in fm10k_dev_rss_configure()

12