active_svlans      42 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h 	DECLARE_BITMAP(active_svlans, VLAN_N_VID);
active_svlans     346 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	set_bit(vid, priv->fs.vlan.active_svlans);
active_svlans     350 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		clear_bit(vid, priv->fs.vlan.active_svlans);
active_svlans     379 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		clear_bit(vid, priv->fs.vlan.active_svlans);
active_svlans     397 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	for_each_set_bit(i, priv->fs.vlan.active_svlans, VLAN_N_VID)
active_svlans     415 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	for_each_set_bit(i, priv->fs.vlan.active_svlans, VLAN_N_VID)
active_svlans    3855 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (!bitmap_empty(priv->fs.vlan.active_svlans, VLAN_N_VID)) {