Searched refs:RTE_ALIGN_MUL_FLOOR (Results 1 – 5 of 5) sorted by relevance
199 val = RTE_ALIGN_MUL_FLOOR(i, p); in test_align()204 & (val != RTE_ALIGN_MUL_FLOOR(i, p)))) in test_align()
299 #define RTE_ALIGN_MUL_FLOOR(v, mul) \ macro310 typeof(v) floor = RTE_ALIGN_MUL_FLOOR(v, mul); \
338 #define RTE_ALIGN_MUL_FLOOR(v, mul) \ macro349 typeof(v) floor = RTE_ALIGN_MUL_FLOOR(v, mul); \
332 uptime_tickes_floor = RTE_ALIGN_MUL_FLOOR(uptime_ticks, freq); in meta_fix_freq_offset()
595 RTE_ALIGN_MUL_FLOOR(devinfo->rx_desc_lim.nb_max, in otx2_nix_info_get()