Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c578 uint32_t tbl24_index, tbl24_range, tbl8_index, tbl8_group_end, i, j; in add_depth_small() local
614 tbl8_group_end = tbl8_index + in add_depth_small()
617 for (j = tbl8_index; j < tbl8_group_end; j++) { in add_depth_small()
651 int32_t tbl8_group_index, tbl8_group_start, tbl8_group_end, tbl8_index, in add_depth_big() local
713 tbl8_group_end = tbl8_group_start + in add_depth_big()
717 for (i = tbl8_group_start; i < tbl8_group_end; i++) { in add_depth_big()
1010 uint32_t tbl8_group_end, i; in tbl8_recycle_check() local
1011 tbl8_group_end = tbl8_group_start + RTE_LPM_TBL8_GROUP_NUM_ENTRIES; in tbl8_recycle_check()
1026 for (i = (tbl8_group_start + 1); i < tbl8_group_end; in tbl8_recycle_check()
1045 for (i = (tbl8_group_start + 1); i < tbl8_group_end; i++) { in tbl8_recycle_check()
H A Drte_lpm6.c525 uint32_t tbl8_group_end, tbl8_gindex_next, j; in expand_rule() local
527 tbl8_group_end = tbl8_gindex + RTE_LPM6_TBL8_GROUP_NUM_ENTRIES; in expand_rule()
537 for (j = tbl8_gindex; j < tbl8_group_end; j++) { in expand_rule()
654 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local
759 tbl8_group_end = tbl8_group_start + in add_step()
771 for (i = tbl8_group_start; i < tbl8_group_end; i++) in add_step()