Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c237 route_info->route_action = mr_route->route_action; in mlxsw_sp_mr_route_info_create()
502 route_action); in mlxsw_sp_mr_route_ivif_resolve()
509 rve->mr_route->route_action = route_action; in mlxsw_sp_mr_route_ivif_resolve()
552 if (route_action != rve->mr_route->route_action) { in mlxsw_sp_mr_route_evif_resolve()
555 route_action); in mlxsw_sp_mr_route_evif_resolve()
570 rve->mr_route->route_action = route_action; in mlxsw_sp_mr_route_evif_resolve()
575 if (route_action != rve->mr_route->route_action) in mlxsw_sp_mr_route_evif_resolve()
578 rve->mr_route->route_action); in mlxsw_sp_mr_route_evif_resolve()
609 if (route_action != rve->mr_route->route_action) in mlxsw_sp_mr_route_evif_unresolve()
612 route_action); in mlxsw_sp_mr_route_evif_unresolve()
[all …]
H A Dspectrum_mr_tcam.c193 enum mlxsw_sp_mr_route_action route_action, in mlxsw_sp_mr_tcam_afa_block_create() argument
210 switch (route_action) { in mlxsw_sp_mr_tcam_afa_block_create()
232 if (route_action == MLXSW_SP_MR_ROUTE_ACTION_TRAP_AND_FORWARD) { in mlxsw_sp_mr_tcam_afa_block_create()
291 route->action = route_params->value.route_action; in mlxsw_sp_mr_tcam_route_create()
370 enum mlxsw_sp_mr_route_action route_action) in mlxsw_sp_mr_tcam_route_action_update() argument
378 afa_block = mlxsw_sp_mr_tcam_afa_block_create(mlxsw_sp, route_action, in mlxsw_sp_mr_tcam_route_action_update()
394 route->action = route_action; in mlxsw_sp_mr_tcam_route_action_update()
537 route_info->route_action, in mlxsw_sp_mr_tcam_route_update()
556 route->action = route_info->route_action; in mlxsw_sp_mr_tcam_route_update()
H A Dspectrum_mr.h28 enum mlxsw_sp_mr_route_action route_action; member
53 enum mlxsw_sp_mr_route_action route_action);