action_type_set   408 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				u8 *action_type_set,
action_type_set   413 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	bool encap = action_type_set[DR_ACTION_TYP_L2_TO_TNL_L2] ||
action_type_set   414 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action_type_set[DR_ACTION_TYP_L2_TO_TNL_L3];
action_type_set   420 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_MODIFY_HDR]) {
action_type_set   427 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_PUSH_VLAN]) {
action_type_set   431 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			if (i || action_type_set[DR_ACTION_TYP_MODIFY_HDR])
action_type_set   448 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (action_type_set[DR_ACTION_TYP_MODIFY_HDR] ||
action_type_set   449 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		    action_type_set[DR_ACTION_TYP_PUSH_VLAN])
action_type_set   458 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					action_type_set[DR_ACTION_TYP_L2_TO_TNL_L3]);
action_type_set   468 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_CTR])
action_type_set   472 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c static void dr_actions_apply_rx(u8 *action_type_set,
action_type_set   477 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_CTR])
action_type_set   480 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_TNL_L3_TO_L2]) {
action_type_set   488 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_TNL_L2_TO_L2])
action_type_set   491 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_POP_VLAN]) {
action_type_set   496 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			    action_type_set[DR_ACTION_TYP_TNL_L2_TO_L2] ||
action_type_set   497 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			    action_type_set[DR_ACTION_TYP_TNL_L3_TO_L2])
action_type_set   507 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_MODIFY_HDR]) {
action_type_set   521 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action_type_set[DR_ACTION_TYP_TAG]) {
action_type_set   538 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			     u8 *action_type_set,
action_type_set   546 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		dr_actions_apply_rx(action_type_set, last_ste, attr, &added_stes);
action_type_set   548 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		dr_actions_apply_tx(dmn, action_type_set, last_ste, attr, &added_stes);
action_type_set   645 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	u8 action_type_set[DR_ACTION_TYP_MAX] = {};
action_type_set   771 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (++action_type_set[action_type] > max_actions_type) {
action_type_set   806 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			 action_type_set,