Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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)
/f-stack/dpdk/lib/librte_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)
/f-stack/dpdk/lib/librte_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)
/f-stack/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.c661 five_tuple.ip_src = rte_bswap32(RTE_IPV4(192, 168, j, 1)); in test_pipeline_single_filter()
662 five_tuple.ip_dst = rte_bswap32(RTE_IPV4(10, 4, j, 1)); in test_pipeline_single_filter()
/f-stack/dpdk/lib/librte_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
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h99 #define le_to_be32(v) rte_bswap32((u32)(v))
102 #define be_to_le32(v) rte_bswap32((u32)(v))
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c770 msg_macsec.txsc.mac_sa[0] = rte_bswap32(aqcfg->txsc.mac[1]); in atl_dev_configure_macsec()
771 msg_macsec.txsc.mac_sa[1] = rte_bswap32(aqcfg->txsc.mac[0]); in atl_dev_configure_macsec()
807 msg_macsec.rxsc.mac_da[0] = rte_bswap32(aqcfg->rxsc.mac[1]); in atl_dev_configure_macsec()
826 msg_macsec.txsa.key[0] = rte_bswap32(aqcfg->txsa.key[3]); in atl_dev_configure_macsec()
827 msg_macsec.txsa.key[1] = rte_bswap32(aqcfg->txsa.key[2]); in atl_dev_configure_macsec()
828 msg_macsec.txsa.key[2] = rte_bswap32(aqcfg->txsa.key[1]); in atl_dev_configure_macsec()
829 msg_macsec.txsa.key[3] = rte_bswap32(aqcfg->txsa.key[0]); in atl_dev_configure_macsec()
844 msg_macsec.rxsa.key[0] = rte_bswap32(aqcfg->rxsa.key[3]); in atl_dev_configure_macsec()
845 msg_macsec.rxsa.key[1] = rte_bswap32(aqcfg->rxsa.key[2]); in atl_dev_configure_macsec()
846 msg_macsec.rxsa.key[2] = rte_bswap32(aqcfg->rxsa.key[1]); in atl_dev_configure_macsec()
[all …]
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h106 #define swab32(x) rte_bswap32(x)
/f-stack/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 Drt.c87 route_ipv4->ip = rte_bswap32( in parse_rt_tokens()
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 Dsa.c560 rule->src.ip.ip4 = rte_bswap32( in parse_sa_tokens()
603 rule->dst.ip.ip4 = rte_bswap32( in parse_sa_tokens()
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h253 #define tfp_bswap_32(val) rte_bswap32(val)
/f-stack/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))
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_lpm_ipv6.c128 ip = rte_bswap32(i << (24 - in app_main_loop_worker_pipeline_lpm_ipv6()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1206 rte_bswap32(*(((uint32_t *)digest)+i)); in partial_hash_compute()
1213 rte_bswap32(*(((uint32_t *)digest)+i)); in partial_hash_compute()
1220 rte_bswap32(*(((uint32_t *)digest)+i)); in partial_hash_compute()
1750 hash->auth_counter.counter = rte_bswap32(block_size); in qat_sym_session_aead_create_cd_auth()
1885 *aad_len = rte_bswap32(aad_length); in qat_sym_session_aead_create_cd_auth()
H A Dqat_sym.c375 rte_bswap32(op->sym->aead.data.length); in qat_sym_build_request()
H A Dqat_sym_hw_dp.c139 msg_len_be = rte_bswap32((uint32_t)data_len - in enqueue_one_aead_job()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c324 uint32_t ip = rte_bswap32( in rte_table_lpm_lookup()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c591 uint32_t_to_char(rte_bswap32(ipv4_hdr->src_addr), &a, &b, &c, &d); in dump_acl4_rule()
593 uint32_t_to_char(rte_bswap32(ipv4_hdr->dst_addr), &a, &b, &c, &d); in dump_acl4_rule()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3620 rte_bswap32(reta)); in ixgbe_rss_configure()
5905 rte_bswap32(reta)); in ixgbe_config_rss_filter()
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c541 rte_bswap32(reta)); in fm10k_dev_rss_configure()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c8842 rte_bswap32(lut)); in i40e_pf_config_rss()