Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Diov.c785 ctrl |= PCI_SRIOV_CTRL_ARI; in sriov_init()
905 ctrl &= ~PCI_SRIOV_CTRL_ARI; in sriov_restore_state()
906 ctrl |= iov->ctrl & PCI_SRIOV_CTRL_ARI; in sriov_restore_state()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h965 #define PCI_SRIOV_CTRL_ARI 0x0010 /* ARI Capable Hierarchy */ macro