Searched refs:PCI_SRIOV_CTRL_ARI (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/
H A Diov.c764 ctrl |= PCI_SRIOV_CTRL_ARI;
876 * Restore PCI_SRIOV_CTRL_ARI before pci_iov_set_numvfs() because
877 * it reads offset & stride, which depend on PCI_SRIOV_CTRL_ARI.
879 ctrl &= ~PCI_SRIOV_CTRL_ARI;
880 ctrl |= iov->ctrl & PCI_SRIOV_CTRL_ARI;
/linux-master/include/uapi/linux/
H A Dpci_regs.h953 #define PCI_SRIOV_CTRL_ARI 0x0010 /* ARI Capable Hierarchy */ macro

Completed in 311 milliseconds