Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
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);