| /f-stack/dpdk/lib/librte_eal/ppc/include/ |
| H A D | rte_byteorder.h | 58 #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 D | rte_byteorder.h | 47 #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 D | rte_byteorder.h | 55 #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 D | test_byteorder.c | 38 res_u32 = rte_bswap32(u32); in test_byteorder() 53 res_u32 = rte_bswap32(0xdeadbeefUL); in test_byteorder()
|
| H A D | test_table_acl.c | 661 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 D | rte_byteorder.h | 164 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 D | txgbe_osdep.h | 99 #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 D | atl_ethdev.c | 770 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 D | compat.h | 106 #define swab32(x) rte_bswap32(x)
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | flow.c | 42 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 D | rt.c | 87 route_ipv4->ip = rte_bswap32( in parse_rt_tokens()
|
| H A D | sp4.c | 300 rte_bswap32(ip.s_addr); in parse_sp4_tokens() 326 rte_bswap32(ip.s_addr); in parse_sp4_tokens()
|
| H A D | sa.c | 560 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 D | tfp.h | 253 #define tfp_bswap_32(val) rte_bswap32(val)
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_hw_specific.h | 228 #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 D | pipeline_lpm_ipv6.c | 128 ip = rte_bswap32(i << (24 - in app_main_loop_worker_pipeline_lpm_ipv6()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1206 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 D | qat_sym.c | 375 rte_bswap32(op->sym->aead.data.length); in qat_sym_build_request()
|
| H A D | qat_sym_hw_dp.c | 139 msg_len_be = rte_bswap32((uint32_t)data_len - in enqueue_one_aead_job()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_lpm.c | 324 uint32_t ip = rte_bswap32( in rte_table_lpm_lookup()
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 591 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 D | ixgbe_rxtx.c | 3620 rte_bswap32(reta)); in ixgbe_rss_configure() 5905 rte_bswap32(reta)); in ixgbe_config_rss_filter()
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 541 rte_bswap32(reta)); in fm10k_dev_rss_configure()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 8842 rte_bswap32(lut)); in i40e_pf_config_rss()
|