Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c470 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 Drte_lpm6.c536 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()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.c585 uint32_t tbl24_index, tbl24_range, tbl8_index, tbl8_group_end, i, j; in add_depth_small() local
621 tbl8_group_end = tbl8_index + in add_depth_small()
624 for (j = tbl8_index; j < tbl8_group_end; j++) { in add_depth_small()
658 int32_t tbl8_group_index, tbl8_group_start, tbl8_group_end, tbl8_index, in add_depth_big() local
720 tbl8_group_end = tbl8_group_start + in add_depth_big()
724 for (i = tbl8_group_start; i < tbl8_group_end; i++) { in add_depth_big()
1017 uint32_t tbl8_group_end, i; in tbl8_recycle_check() local
1018 tbl8_group_end = tbl8_group_start + RTE_LPM_TBL8_GROUP_NUM_ENTRIES; in tbl8_recycle_check()
1033 for (i = (tbl8_group_start + 1); i < tbl8_group_end; in tbl8_recycle_check()
1052 for (i = (tbl8_group_start + 1); i < tbl8_group_end; i++) { in tbl8_recycle_check()
H A Drte_lpm6.c530 uint32_t tbl8_group_end, tbl8_gindex_next, j; in expand_rule() local
532 tbl8_group_end = tbl8_gindex + RTE_LPM6_TBL8_GROUP_NUM_ENTRIES; in expand_rule()
542 for (j = tbl8_gindex; j < tbl8_group_end; j++) { in expand_rule()
659 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local
764 tbl8_group_end = tbl8_group_start + in add_step()
776 for (i = tbl8_group_start; i < tbl8_group_end; i++) in add_step()