Searched refs:tbl8_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c470 uint32_t tbl24_index, tbl24_range, tbl8_index, tbl8_group_end, i, j; local
504 tbl8_index = lpm->tbl24[i].group_idx *
506 tbl8_group_end = tbl8_index +
509 for (j = tbl8_index; j < tbl8_group_end; j++) {
543 int32_t tbl8_group_index, tbl8_group_start, tbl8_group_end, tbl8_index, local
559 tbl8_index = (tbl8_group_index *
564 for (i = tbl8_index; i < (tbl8_index + tbl8_range); i++) {
577 * ext_flag and tbl8_index need to be updated simultaneously,
620 tbl8_index
796 uint32_t tbl24_range, tbl24_index, tbl8_group_index, tbl8_index, i, j; local
949 uint32_t tbl24_index, tbl8_group_index, tbl8_group_start, tbl8_index, local
[all...]
H A Drte_lpm.h292 unsigned tbl8_index = (uint8_t)ip + local
296 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index];
352 unsigned tbl8_index = (uint8_t)ips[i] + local
356 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index];
H A Drte_lpm6.c792 * ext_flag and tbl8_index need to be updated simultaneously,
927 uint32_t tbl8_index, tbl_entry; local
936 tbl8_index = ip[first_byte-1] +
940 *tbl_next = &lpm->tbl8[tbl8_index];

Completed in 62 milliseconds