Home
last modified time | relevance | path

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

/f-stack/freebsd/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 …]
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c578 uint32_t entry_ind, i; in get_bitshift() local
581 entry_ind = 0; in get_bitshift()
587 entry_ind = entry_ind | ip[i-1] << bitshift; in get_bitshift()
590 return entry_ind; in get_bitshift()
606 uint32_t entry_ind; in simulate_add_step() local
624 if (tbl[entry_ind].valid == 0 || tbl[entry_ind].ext_entry == 0) { in simulate_add_step()
680 for (i = entry_ind; i < (entry_ind + tbl_range); i++) { in add_step()
719 if (!tbl[entry_ind].valid) { in add_step()
746 tbl[entry_ind] = new_tbl_entry; in add_step()
769 .depth = tbl[entry_ind].depth, in add_step()
[all …]