Searched refs:table_bucket (Results 1 – 1 of 1) sorted by relevance
236 struct table_bucket { struct342 p->bucket_size = rte_align64pow2(sizeof(struct table_bucket) + in table_params_get()357 static inline struct table_bucket *360 return (struct table_bucket *)&t->buckets[bucket_id << t->params.bucket_size_log2]; in table_bucket_get()364 table_bucket_key_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_key_get()370 table_bucket_data_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_data_get()428 struct table_bucket *bucket;467 struct table_bucket *b; in rte_swx_table_learner_lookup()488 struct table_bucket *b = m->bucket; in rte_swx_table_learner_lookup()548 struct table_bucket *b = m->bucket; in rte_swx_table_learner_add()[all …]