Home
last modified time | relevance | path

Searched refs:rte_be_to_cpu_64 (Results 1 – 23 of 23) sorted by relevance

/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_byteorder.h56 #define rte_be_to_cpu_64(x) rte_bswap64(x) macro
74 #define rte_be_to_cpu_64(x) (x) macro
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h95 #define rte_be_to_cpu_64(x) rte_bswap64(x) macro
113 #define rte_be_to_cpu_64(x) (x) macro
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h797 ts = rte_be_to_cpu_64 in rxq_cq_process_v()
802 ts = rte_be_to_cpu_64 in rxq_cq_process_v()
807 ts = rte_be_to_cpu_64 in rxq_cq_process_v()
812 ts = rte_be_to_cpu_64 in rxq_cq_process_v()
819 rte_be_to_cpu_64(container_of(p0, in rxq_cq_process_v()
822 rte_be_to_cpu_64(container_of(p1, in rxq_cq_process_v()
825 rte_be_to_cpu_64(container_of(p2, in rxq_cq_process_v()
828 rte_be_to_cpu_64(container_of(p3, in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_sse.h745 ts = rte_be_to_cpu_64(cq[pos].timestamp); in rxq_cq_process_v()
748 ts = rte_be_to_cpu_64(cq[pos + p1].timestamp); in rxq_cq_process_v()
751 ts = rte_be_to_cpu_64(cq[pos + p2].timestamp); in rxq_cq_process_v()
754 ts = rte_be_to_cpu_64(cq[pos + p3].timestamp); in rxq_cq_process_v()
759 rte_be_to_cpu_64(cq[pos].timestamp)); in rxq_cq_process_v()
761 rte_be_to_cpu_64(cq[pos + p1].timestamp)); in rxq_cq_process_v()
763 rte_be_to_cpu_64(cq[pos + p2].timestamp)); in rxq_cq_process_v()
765 rte_be_to_cpu_64(cq[pos + p3].timestamp)); in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_altivec.h1198 ts = rte_be_to_cpu_64(cq[pos].timestamp); in rxq_cq_process_v()
1201 ts = rte_be_to_cpu_64(cq[pos + p1].timestamp); in rxq_cq_process_v()
1204 ts = rte_be_to_cpu_64(cq[pos + p2].timestamp); in rxq_cq_process_v()
1207 ts = rte_be_to_cpu_64(cq[pos + p3].timestamp); in rxq_cq_process_v()
1212 rte_be_to_cpu_64(cq[pos].timestamp)); in rxq_cq_process_v()
1214 rte_be_to_cpu_64(cq[pos + p1].timestamp)); in rxq_cq_process_v()
1216 rte_be_to_cpu_64(cq[pos + p2].timestamp)); in rxq_cq_process_v()
1218 rte_be_to_cpu_64(cq[pos + p3].timestamp)); in rxq_cq_process_v()
H A Dmlx5_txpp.c750 ts = rte_be_to_cpu_64(to.cts.timestamp); in mlx5_txpp_update_timestamp()
1158 ts = rte_be_to_cpu_64(to.cts.timestamp); in mlx5_txpp_read_clock()
H A Dmlx5_rxtx.c1364 uint64_t ts = rte_be_to_cpu_64(cqe->timestamp); in rxq_cq_to_mbuf()
H A Dmlx5_flow_dv.c4722 *pkts = rte_be_to_cpu_64(pool->raw->data[offset].hits); in _flow_dv_query_count()
4723 *bytes = rte_be_to_cpu_64(pool->raw->data[offset].bytes); in _flow_dv_query_count()
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_plat.h39 #define nicvf_be_to_cpu_64(x) rte_be_to_cpu_64(x)
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h87 #define rte_be_to_cpu_64(x) rte_bswap64(x) macro
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h251 #define tfp_be_to_cpu_64(val) rte_be_to_cpu_64(val)
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h232 static uint64_t rte_be_to_cpu_64(rte_be64_t x);
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c397 fctx->flags = rte_be_to_cpu_64(fctx->flags); in configure_cipher_ctx()
472 fctx->flags = rte_be_to_cpu_64(fctx->flags); in configure_auth_ctx()
509 fctx->flags = rte_be_to_cpu_64(fctx->flags); in configure_aead_ctx()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h96 #define be_to_cpu64(v) rte_be_to_cpu_64((u64)(v))
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h153 #define be64_to_cpu(o) rte_be_to_cpu_64(o)
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h108 #define be64_to_cpu(o) rte_be_to_cpu_64(o)
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h266 #define be64_to_cpu(x) rte_be_to_cpu_64(x)
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rss.c175 *keyptr = rte_be_to_cpu_64(val); in rss_get_key()
H A Dotx2_rx.h91 rte_be_to_cpu_64(*tstamp_ptr); in otx2_nix_mbuf_to_tstamp()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c598 uint64_t m0 = rte_be_to_cpu_64(m[0]); in ipv6_mask_to_depth()
599 uint64_t m1 = rte_be_to_cpu_64(m[1]); in ipv6_mask_to_depth()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c21 #define ntoh64(x) rte_be_to_cpu_64(x)
H A Drte_swx_pipeline.c48 #define ntoh64(x) rte_be_to_cpu_64(x)
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h665 #define MLX5_GET64(typ, p, fld) rte_be_to_cpu_64(*((rte_be64_t *)(p) + \