Searched refs:tbl8_group_end (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.c | 470 uint32_t tbl24_index, tbl24_range, tbl8_index, tbl8_group_end, i, j; in add_depth_small() local 506 tbl8_group_end = tbl8_index + in add_depth_small() 509 for (j = tbl8_index; j < tbl8_group_end; j++) { in add_depth_small() 543 int32_t tbl8_group_index, tbl8_group_start, tbl8_group_end, tbl8_index, in add_depth_big() local 605 tbl8_group_end = tbl8_group_start + in add_depth_big() 609 for (i = tbl8_group_start; i < tbl8_group_end; i++) { in add_depth_big() 901 uint32_t tbl8_group_end, i; in tbl8_recycle_check() local 902 tbl8_group_end = tbl8_group_start + RTE_LPM_TBL8_GROUP_NUM_ENTRIES; in tbl8_recycle_check() 917 for (i = (tbl8_group_start + 1); i < tbl8_group_end; in tbl8_recycle_check() 936 for (i = (tbl8_group_start + 1); i < tbl8_group_end; i++) { in tbl8_recycle_check()
|
| H A D | rte_lpm6.c | 536 uint32_t tbl8_group_end, tbl8_gindex_next, j; in expand_rule() local 538 tbl8_group_end = tbl8_gindex + RTE_LPM6_TBL8_GROUP_NUM_ENTRIES; in expand_rule() 548 for (j = tbl8_gindex; j < tbl8_group_end; j++) { in expand_rule() 665 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local 770 tbl8_group_end = tbl8_group_start + in add_step() 782 for (i = tbl8_group_start; i < tbl8_group_end; i++) in add_step()
|