Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/
Diov.c763 ctrl |= PCI_SRIOV_CTRL_ARI; in sriov_init()
876 ctrl &= ~PCI_SRIOV_CTRL_ARI; in sriov_restore_state()
877 ctrl |= iov->ctrl & PCI_SRIOV_CTRL_ARI; in sriov_restore_state()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h950 #define PCI_SRIOV_CTRL_ARI 0x0010 /* ARI Capable Hierarchy */ macro