Home
last modified time | relevance | path

Searched refs:__is_ldb (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep.h69 #define DLB2_PP_BASE(__is_ldb) \ argument
70 ((__is_ldb) ? DLB2_LDB_PP_BASE : DLB2_DIR_PP_BASE)
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_osdep.h73 #define DLB_PP_BASE(__is_ldb) ((__is_ldb) ? DLB_LDB_PP_BASE : DLB_DIR_PP_BASE) argument