1. NAME

pci_enable_ido - enable ID-based Ordering on a device

2. SYNOPSIS

void pci_enable_ido(struct pci_dev *  dev , unsigned long  type );

3. ARGUMENTS

dev
    the PCI device

type
    which types of IDO to enable

4. 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.

5. COPYRIGHT