Searched refs:next_bkt (Results 1 – 2 of 2) sorted by relevance
398 struct member_ht_bucket *next_bkt[RTE_MEMBER_BUCKET_ENTRIES]; in make_space_bucket() local410 next_bkt[i] = &buckets[next_bucket_idx]; in make_space_bucket()412 if (next_bkt[i]->sets[j] == RTE_MEMBER_NO_MATCH) in make_space_bucket()422 next_bkt[i]->sigs[j] = bkt->sigs[i]; in make_space_bucket()423 next_bkt[i]->sets[j] = bkt->sets[i]; in make_space_bucket()451 next_bkt[i]->sigs[ret] = bkt->sigs[i]; in make_space_bucket()452 next_bkt[i]->sets[ret] = bkt->sets[i]; in make_space_bucket()
1915 struct rte_hash_bucket *cur_bkt, *next_bkt; in __bulk_lookup_l() local2028 next_bkt = secondary_bkt[i]->next; in __bulk_lookup_l()2029 FOR_EACH_BUCKET(cur_bkt, next_bkt) { in __bulk_lookup_l()2062 struct rte_hash_bucket *cur_bkt, *next_bkt; in __bulk_lookup_lf() local2191 next_bkt = secondary_bkt[i]->next; in __bulk_lookup_lf()2192 FOR_EACH_BUCKET(cur_bkt, next_bkt) { in __bulk_lookup_lf()