Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c563 (void *)&tbl8_group_start); in tbl8_free()
711 tbl8_group_start = tbl8_group_index * in add_depth_big()
713 tbl8_group_end = tbl8_group_start + in add_depth_big()
765 tbl8_group_start = tbl8_group_index * in add_depth_big()
1008 uint32_t tbl8_group_start) in tbl8_recycle_check() argument
1019 if (tbl8[tbl8_group_start].valid) { in tbl8_recycle_check()
1030 tbl8[tbl8_group_start].depth) { in tbl8_recycle_check()
1036 return tbl8_group_start; in tbl8_recycle_check()
1071 tbl8_index = tbl8_group_start + (ip_masked & 0xFF); in delete_depth_big()
1117 status = tbl8_free(i_lpm, tbl8_group_start); in delete_depth_big()
[all …]
H A Drte_lpm6.c654 uint32_t entry_ind, tbl_range, tbl8_group_start, tbl8_group_end, i; in add_step() local
721 tbl8_group_start = tbl8_gindex * in add_step()
723 memset(&lpm->tbl8[tbl8_group_start], 0, in add_step()
757 tbl8_group_start = tbl8_gindex * in add_step()
759 tbl8_group_end = tbl8_group_start + in add_step()
771 for (i = tbl8_group_start; i < tbl8_group_end; i++) in add_step()