Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_evdev.h252 FP(sp, 0, 0, 0, CNXK_TIM_ENA_DFB | CNXK_TIM_SP) \
253 FP(mp, 0, 0, 1, CNXK_TIM_ENA_DFB | CNXK_TIM_MP) \
254 FP(fb_sp, 0, 1, 0, CNXK_TIM_ENA_FB | CNXK_TIM_SP) \
255 FP(fb_mp, 0, 1, 1, CNXK_TIM_ENA_FB | CNXK_TIM_MP) \
256 FP(stats_sp, 1, 0, 0, \
258 FP(stats_mp, 1, 0, 1, \
260 FP(stats_fb_sp, 1, 1, 0, \
262 FP(stats_fb_mp, 1, 1, 1, \
269 FP(stats_fb, 1, 1, CNXK_TIM_ENA_STATS | CNXK_TIM_ENA_FB)
276 #undef FP
[all …]
H A Dcnxk_tim_worker.c95 #define FP(_name, _f3, _f2, _f1, _flags) \ macro
104 #undef FP
151 #define FP(_name, _f2, _f1, _flags) \ macro
161 #undef FP
H A Dcnxk_tim_evdev.c88 #define FP(_name, _f3, _f2, _f1, flags) \ in cnxk_tim_set_fp_ops() macro
91 #undef FP in cnxk_tim_set_fp_ops()
95 #define FP(_name, _f2, _f1, flags) \ in cnxk_tim_set_fp_ops() macro
98 #undef FP in cnxk_tim_set_fp_ops()
/dpdk/lib/eal/arm/
H A Drte_cpuflags.c96 FEAT_DEF(FP, REG_HWCAP, 0)