Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c603 tbl8_group_start = tbl8_group_index * in add_depth_big()
605 tbl8_group_end = tbl8_group_start + in add_depth_big()
620 tbl8_index = tbl8_group_start + (ip_masked & 0xFF); in add_depth_big()
657 tbl8_group_start = tbl8_group_index * in add_depth_big()
899 uint32_t tbl8_group_start) in tbl8_recycle_check() argument
910 if (tbl8[tbl8_group_start].valid) { in tbl8_recycle_check()
921 tbl8[tbl8_group_start].depth) { in tbl8_recycle_check()
927 return tbl8_group_start; in tbl8_recycle_check()
962 tbl8_index = tbl8_group_start + (ip_masked & 0xFF); in delete_depth_big()
1008 tbl8_free(lpm->tbl8, tbl8_group_start); in delete_depth_big()
[all …]
H A Drte_lpm6.c665 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local
732 tbl8_group_start = tbl8_gindex * in add_step()
734 memset(&lpm->tbl8[tbl8_group_start], 0, in add_step()
768 tbl8_group_start = tbl8_gindex * in add_step()
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.c570 (void *)&tbl8_group_start); in tbl8_free()
718 tbl8_group_start = tbl8_group_index * in add_depth_big()
720 tbl8_group_end = tbl8_group_start + in add_depth_big()
772 tbl8_group_start = tbl8_group_index * in add_depth_big()
1015 uint32_t tbl8_group_start) in tbl8_recycle_check() argument
1026 if (tbl8[tbl8_group_start].valid) { in tbl8_recycle_check()
1037 tbl8[tbl8_group_start].depth) { in tbl8_recycle_check()
1043 return tbl8_group_start; in tbl8_recycle_check()
1078 tbl8_index = tbl8_group_start + (ip_masked & 0xFF); in delete_depth_big()
1124 status = tbl8_free(i_lpm, tbl8_group_start); in delete_depth_big()
[all …]
H A Drte_lpm6.c659 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local
726 tbl8_group_start = tbl8_gindex * in add_step()
728 memset(&lpm->tbl8[tbl8_group_start], 0, in add_step()
762 tbl8_group_start = tbl8_gindex * in add_step()
764 tbl8_group_end = tbl8_group_start + in add_step()
776 for (i = tbl8_group_start; i < tbl8_group_end; i++) in add_step()