Home
last modified time | relevance | path

Searched refs:RTE_ALIGN_MUL_FLOOR (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_common.c199 val = RTE_ALIGN_MUL_FLOOR(i, p); in test_align()
204 & (val != RTE_ALIGN_MUL_FLOOR(i, p)))) in test_align()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h299 #define RTE_ALIGN_MUL_FLOOR(v, mul) \ macro
310 typeof(v) floor = RTE_ALIGN_MUL_FLOOR(v, mul); \
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h338 #define RTE_ALIGN_MUL_FLOOR(v, mul) \ macro
349 typeof(v) floor = RTE_ALIGN_MUL_FLOOR(v, mul); \
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_ctf.c332 uptime_tickes_floor = RTE_ALIGN_MUL_FLOOR(uptime_ticks, freq); in meta_fix_freq_offset()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_ops.c595 RTE_ALIGN_MUL_FLOOR(devinfo->rx_desc_lim.nb_max, in otx2_nix_info_get()