Searched refs:MAX_DEPTH_TBL24 (Results 1 – 2 of 2) sorted by relevance
52 #define MAX_DEPTH_TBL24 24 macro99 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()
36 #define MAX_DEPTH_TBL24 24 macro114 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()