Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c529 static const struct rhashtable_params mlxsw_sp_fib_ht_params; variable
543 err = rhashtable_init(&fib->ht, &mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_create()
6315 static const struct rhashtable_params mlxsw_sp_fib_ht_params = { variable
6326 mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_node_insert()
6333 mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_node_remove()
6345 return rhashtable_lookup_fast(&fib->ht, &key, mlxsw_sp_fib_ht_params); in mlxsw_sp_fib_node_lookup()