Searched refs:debugfs_filter_features (Results 1 – 2 of 2) sorted by relevance
30 if (dev->debugfs_filter_features & (1ULL << i)) in virtio_debug_filter_features_show()42 dev->debugfs_filter_features = 0; in virtio_debug_filter_features_clear()55 dev->debugfs_filter_features |= BIT_ULL_MASK(val); in virtio_debug_filter_feature_add()68 dev->debugfs_filter_features &= ~BIT_ULL_MASK(val); in virtio_debug_filter_feature_del()94 dev->features &= ~dev->debugfs_filter_features; in virtio_debug_device_filter_features()
166 u64 debugfs_filter_features; member