Searched refs:bucket_key_pos (Results 1 – 1 of 1) sorted by relevance
364 table_bucket_key_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_key_get() argument366 return &b->key[bucket_key_pos << t->params.key_size_log2]; 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() argument373 (bucket_key_pos << t->params.data_size_log2)]; in table_bucket_data_get()440 size_t bucket_key_pos; member511 m->bucket_key_pos = i; in rte_swx_table_learner_lookup()555 uint64_t *data = table_bucket_data_get(t, b, m->bucket_key_pos); in rte_swx_table_learner_add()591 m->bucket_key_pos = i; in rte_swx_table_learner_add()611 b->time[m->bucket_key_pos] = 0; in rte_swx_table_learner_delete()