Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c29 #define MAX_DEPTH_TBL24 24 macro
107 if (depth <= MAX_DEPTH_TBL24) in depth_to_range()
108 return 1 << (MAX_DEPTH_TBL24 - depth); in depth_to_range()
827 if (depth <= MAX_DEPTH_TBL24) { in rte_lpm_add()
1025 if (tbl8[tbl8_group_start].depth <= MAX_DEPTH_TBL24) { in tbl8_recycle_check()
1188 if (depth <= MAX_DEPTH_TBL24) { in rte_lpm_delete()