Searched refs:entry_ind (Results 1 – 2 of 2) sorted by relevance
584 uint32_t entry_ind, i; in get_bitshift() local587 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() local630 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 …]
578 uint32_t entry_ind, i; in get_bitshift() local581 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() local624 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 …]