Searched refs:feats (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/ |
| H A D | doe.c | 55 struct xarray feats; member 147 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_remove() 167 xa_for_each(&doe_mb->feats, i, entry) in pci_doe_sysfs_feature_populate() 177 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_populate() 607 rc = xa_insert(&doe_mb->feats, xa_idx++, in pci_doe_cache_features() 651 xa_init(&doe_mb->feats); in pci_doe_create_mb() 687 xa_destroy(&doe_mb->feats); in pci_doe_create_mb() 705 xa_destroy(&doe_mb->feats); in pci_doe_destroy_mb() 728 xa_for_each(&doe_mb->feats, index, entry) in pci_doe_supports_feat()
|