table of contents
other versions
- wheezy 3.2.78-1
PCI_ENABLE_IDO(9) | Hardware Interfaces | PCI_ENABLE_IDO(9) |
NAME¶
pci_enable_ido - enable ID-based ordering on a deviceSYNOPSIS¶
void
pci_enable_ido(struct pci_dev * dev,
unsigned long type);
ARGUMENTS¶
devthe 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.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |