Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c52 #define MAX_DEPTH_TBL24 24 macro
99 if (depth <= MAX_DEPTH_TBL24) in depth_to_range()
100 return 1 << (MAX_DEPTH_TBL24 - depth); in depth_to_range()
719 if (depth <= MAX_DEPTH_TBL24) { in rte_lpm_add()
916 if (tbl8[tbl8_group_start].depth <= MAX_DEPTH_TBL24) { in tbl8_recycle_check()
1080 if (depth <= MAX_DEPTH_TBL24) { in rte_lpm_delete()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.c36 #define MAX_DEPTH_TBL24 24 macro
114 if (depth <= MAX_DEPTH_TBL24) in depth_to_range()
115 return 1 << (MAX_DEPTH_TBL24 - depth); in depth_to_range()
834 if (depth <= MAX_DEPTH_TBL24) { in rte_lpm_add()
1032 if (tbl8[tbl8_group_start].depth <= MAX_DEPTH_TBL24) { in tbl8_recycle_check()
1195 if (depth <= MAX_DEPTH_TBL24) { in rte_lpm_delete()