active_cvlans_rule   43 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h 	struct mlx5_flow_handle	*active_cvlans_rule[VLAN_N_VID];
active_cvlans_rule  209 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		rule_p = &priv->fs.vlan.active_cvlans_rule[vid];
active_cvlans_rule  280 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		if (priv->fs.vlan.active_cvlans_rule[vid]) {
active_cvlans_rule  281 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 			mlx5_del_flow_rules(priv->fs.vlan.active_cvlans_rule[vid]);
active_cvlans_rule  282 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 			priv->fs.vlan.active_cvlans_rule[vid] = NULL;