|
|
@@ -216,17 +216,6 @@ void __pci_bus_assign_resources(const struct pci_bus *bus,
|
|
|
struct list_head *fail_head);
|
|
|
bool pci_bus_clip_resource(struct pci_dev *dev, int idx);
|
|
|
|
|
|
-/**
|
|
|
- * pci_ari_enabled - query ARI forwarding status
|
|
|
- * @bus: the PCI bus
|
|
|
- *
|
|
|
- * Returns 1 if ARI forwarding is enabled, or 0 if not enabled;
|
|
|
- */
|
|
|
-static inline int pci_ari_enabled(struct pci_bus *bus)
|
|
|
-{
|
|
|
- return bus->self && bus->self->ari_enabled;
|
|
|
-}
|
|
|
-
|
|
|
void pci_reassigndev_resource_alignment(struct pci_dev *dev);
|
|
|
void pci_disable_bridge_window(struct pci_dev *dev);
|
|
|
|