Name
pci_enable_ido —
enable ID-based ordering on a device
Synopsis
void pci_enable_ido ( | struct pci_dev * dev, |
| unsigned long type) ; |
Arguments
dev
the PCI device
type
which types of IDO to enable
Description
Enable ID-based ordering on dev
. type
can contain the bits
PCI_EXP_IDO_REQUEST
and/or PCI_EXP_IDO_COMPLETION
to indicate
which types of transactions are allowed to be re-ordered.