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

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c530 static const struct rhashtable_params mlxsw_sp_fib_ht_params; variable in typeref:struct:rhashtable_params
544 err = rhashtable_init(&fib->ht, &mlxsw_sp_fib_ht_params);
6564 static const struct rhashtable_params mlxsw_sp_fib_ht_params = { variable in typeref:struct:rhashtable_params
6575 mlxsw_sp_fib_ht_params);
6582 mlxsw_sp_fib_ht_params);
6594 return rhashtable_lookup_fast(&fib->ht, &key, mlxsw_sp_fib_ht_params);

Completed in 204 milliseconds