Home
last modified time | relevance | path

Searched refs:tbl8_index (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c506 tbl8_group_end = tbl8_index + in add_depth_small()
559 tbl8_index = (tbl8_group_index * in add_depth_big()
564 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) { in add_depth_big()
623 for (i = tbl8_index; i < tbl8_index + tbl8_range; i++) { in add_depth_big()
661 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) { in add_depth_big()
826 tbl8_index = tbl8_group_index * in delete_depth_small()
829 for (j = tbl8_index; j < (tbl8_index + in delete_depth_small()
871 tbl8_index = tbl8_group_index * in delete_depth_small()
874 for (j = tbl8_index; j < (tbl8_index + in delete_depth_small()
970 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) { in delete_depth_big()
[all …]
H A Drte_lpm.h292 unsigned tbl8_index = (uint8_t)ip + in rte_lpm_lookup() local
296 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index]; in rte_lpm_lookup()
352 unsigned tbl8_index = (uint8_t)ips[i] + in rte_lpm_lookup_bulk_func() local
356 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index]; in rte_lpm_lookup_bulk_func()
H A Drte_lpm6.c927 uint32_t tbl8_index, tbl_entry; in lookup_step() local
936 tbl8_index = ip[first_byte-1] + in lookup_step()
940 *tbl_next = &lpm->tbl8[tbl8_index]; in lookup_step()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.c621 tbl8_group_end = tbl8_index + in add_depth_small()
674 tbl8_index = (tbl8_group_index * in add_depth_big()
679 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) { in add_depth_big()
738 for (i = tbl8_index; i < tbl8_index + tbl8_range; i++) { in add_depth_big()
776 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) { in add_depth_big()
941 tbl8_index = tbl8_group_index * in delete_depth_small()
944 for (j = tbl8_index; j < (tbl8_index + in delete_depth_small()
987 tbl8_index = tbl8_group_index * in delete_depth_small()
990 for (j = tbl8_index; j < (tbl8_index + in delete_depth_small()
1086 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) { in delete_depth_big()
[all …]
H A Drte_lpm.h307 unsigned tbl8_index = (uint8_t)ip + in rte_lpm_lookup() local
311 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index]; in rte_lpm_lookup()
367 unsigned tbl8_index = (uint8_t)ips[i] + in rte_lpm_lookup_bulk_func() local
371 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index]; in rte_lpm_lookup_bulk_func()
H A Drte_lpm6.c919 uint32_t tbl8_index, tbl_entry; in lookup_step() local
928 tbl8_index = ip[first_byte-1] + in lookup_step()
932 *tbl_next = &lpm->tbl8[tbl8_index]; in lookup_step()