Searched refs:tbl8_gindex (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 548 for (j = tbl8_gindex; j < tbl8_group_end; j++) { in expand_rule() 666 uint32_t tbl8_gindex; in add_step() local 706 tbl8_gindex = tbl[i].lpm6_tbl8_gindex * in add_step() 708 expand_rule(lpm, tbl8_gindex, depth, depth, in add_step() 727 ret = tbl8_get(lpm, &tbl8_gindex); in add_step() 732 tbl8_group_start = tbl8_gindex * in add_step() 741 init_tbl8_header(lpm, tbl8_gindex, tbl_ind, entry_ind); in add_step() 745 .lpm6_tbl8_gindex = tbl8_gindex, in add_step() 764 ret = tbl8_get(lpm, &tbl8_gindex); in add_step() 768 tbl8_group_start = tbl8_gindex * in add_step() [all …]
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 542 for (j = tbl8_gindex; j < tbl8_group_end; j++) { in expand_rule() 660 uint32_t tbl8_gindex; in add_step() local 700 tbl8_gindex = tbl[i].lpm6_tbl8_gindex * in add_step() 702 expand_rule(lpm, tbl8_gindex, depth, depth, in add_step() 721 ret = tbl8_get(lpm, &tbl8_gindex); in add_step() 726 tbl8_group_start = tbl8_gindex * in add_step() 735 init_tbl8_header(lpm, tbl8_gindex, tbl_ind, entry_ind); in add_step() 739 .lpm6_tbl8_gindex = tbl8_gindex, in add_step() 758 ret = tbl8_get(lpm, &tbl8_gindex); in add_step() 762 tbl8_group_start = tbl8_gindex * in add_step() [all …]
|