Searched refs:mlxsw_sp_fib_ht_params (Results 1 – 1 of 1) sorted by relevance
425 static const struct rhashtable_params mlxsw_sp_fib_ht_params; variable439 err = rhashtable_init(&fib->ht, &mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_create()4678 static const struct rhashtable_params mlxsw_sp_fib_ht_params = { variable4689 mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_node_insert()4696 mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_node_remove()4708 return rhashtable_lookup_fast(&fib->ht, &key, mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_node_lookup()