Home
last modified time | relevance | path

Searched refs:rules_hash (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c419 ret = rhashtable_init(&subm->rules_hash, &hws_rules_hash_params); in hws_submatcher_init_first()
491 ret = rhashtable_init(&subm->rules_hash, &hws_rules_hash_params); in hws_submatcher_init()
520 rhashtable_destroy(&subm->rules_hash); in hws_submatcher_destroy()
689 old_data = rhashtable_lookup_get_insert_fast(&subm->rules_hash, in hws_complex_get_subrule_data()
737 rhashtable_remove_fast(&subm->rules_hash, in hws_complex_put_subrule_data()
H A Dbwc_complex.h45 struct rhashtable rules_hash; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c46 struct hlist_head rules_hash[ARFS_HASH_SIZE]; member
100 mlx5e_for_each_hash_arfs_rule(hn, tmp, arfs_tables[i].rules_hash, j)
494 return &arfs_t->rules_hash[bucket_idx]; in arfs_hash_bucket()