Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c584 uint32_t entry_ind, i; in get_bitshift() local
587 entry_ind = 0; in get_bitshift()
593 entry_ind = entry_ind | ip[i-1] << bitshift; in get_bitshift()
596 return entry_ind; in get_bitshift()
612 uint32_t entry_ind; in simulate_add_step() local
630 if (tbl[entry_ind].valid == 0 || tbl[entry_ind].ext_entry == 0) { in simulate_add_step()
686 for (i = entry_ind; i < (entry_ind + tbl_range); i++) { in add_step()
725 if (!tbl[entry_ind].valid) { in add_step()
752 tbl[entry_ind] = new_tbl_entry; in add_step()
775 .depth = tbl[entry_ind].depth, in add_step()
[all …]