max_actions      2342 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	int i, action_size, nactions, max_actions, first, last, next_z;
max_actions      2361 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	max_actions = parse_attr->max_mod_hdr_actions;
max_actions      2388 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		if (nactions == max_actions) {
max_actions      2483 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	int nkeys, action_size, max_actions;
max_actions      2489 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	max_actions = mlx5e_flow_namespace_max_modify_action(priv->mdev, namespace);
max_actions      2491 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	max_actions = min(max_actions, nkeys * 16);
max_actions      2493 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	parse_attr->mod_hdr_actions = kcalloc(max_actions, action_size, GFP_KERNEL);
max_actions      2497 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	parse_attr->max_mod_hdr_actions = max_actions;
max_actions       772 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	int max_actions, actions_size, inlen, err;
max_actions       780 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		max_actions = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, max_modify_header_actions);
max_actions       785 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		max_actions = MLX5_CAP_FLOWTABLE_NIC_RX(dev, max_modify_header_actions);
max_actions       789 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		max_actions = MLX5_CAP_FLOWTABLE_NIC_TX(dev, max_modify_header_actions);
max_actions       793 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		max_actions = MLX5_CAP_ESW_INGRESS_ACL(dev, max_modify_header_actions);
max_actions       800 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	if (num_actions > max_actions) {
max_actions       802 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			       num_actions, max_actions);