PCI: Add pci_dev_flag for ACS enable quirks
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 3 Feb 2014 21:27:39 +0000 (14:27 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Feb 2014 20:51:47 +0000 (13:51 -0700)
commit5757a769ea4e094df6ec92d9ce7d05a90d5bf3e6
treee5e49673ed4a832bfc251224bb88c38ce1895216
parent2c74424470a0f98df8d6540642aff96d1a0b94b3
PCI: Add pci_dev_flag for ACS enable quirks

Quirks that enable ACS-compatible functionality on a device need some way
to track whether a given device has been enabled.  Rather than create new
data structures for this, allocate one of the pci_dev_flags to indicate
this setup.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/linux/pci.h
This page took 0.025296 seconds and 5 git commands to generate.