Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c281 struct mlxsw_sp_mr_route_params *route_params) in mlxsw_sp_mr_tcam_route_create() argument
288 route->key = route_params->key; in mlxsw_sp_mr_tcam_route_create()
289 route->irif_index = route_params->value.irif_index; in mlxsw_sp_mr_tcam_route_create()
290 route->min_mtu = route_params->value.min_mtu; in mlxsw_sp_mr_tcam_route_create()
291 route->action = route_params->value.route_action; in mlxsw_sp_mr_tcam_route_create()
296 &route_params->value); in mlxsw_sp_mr_tcam_route_create()
326 route_params->prio); in mlxsw_sp_mr_tcam_route_create()
H A Dspectrum_mr.h47 struct mlxsw_sp_mr_route_params *route_params);
H A Dspectrum_mr.c262 struct mlxsw_sp_mr_route_params route_params; in mlxsw_sp_mr_route_write() local
271 route_params.key = mr_route->key; in mlxsw_sp_mr_route_write()
272 route_params.value = route_info; in mlxsw_sp_mr_route_write()
273 route_params.prio = mlxsw_sp_mr_route_prio(mr_route); in mlxsw_sp_mr_route_write()
276 &route_params); in mlxsw_sp_mr_route_write()