active_cvlans      41 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h 	DECLARE_BITMAP(active_cvlans, VLAN_N_VID);
active_cvlans     121 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	for_each_set_bit(vlan, priv->fs.vlan.active_cvlans, VLAN_N_VID)
active_cvlans     138 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	for_each_set_bit(vlan, priv->fs.vlan.active_cvlans, VLAN_N_VID) {
active_cvlans     332 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	set_bit(vid, priv->fs.vlan.active_cvlans);
active_cvlans     336 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		clear_bit(vid, priv->fs.vlan.active_cvlans);
active_cvlans     376 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		clear_bit(vid, priv->fs.vlan.active_cvlans);
active_cvlans     393 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	for_each_set_bit(i, priv->fs.vlan.active_cvlans, VLAN_N_VID) {
active_cvlans     411 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	for_each_set_bit(i, priv->fs.vlan.active_cvlans, VLAN_N_VID) {