Home
last modified time | relevance | path

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

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