Home
last modified time | relevance | path

Searched refs:PCI_ACS_EC (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci_regs.h797 #define PCI_ACS_EC 0x20 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dpci_regs.h978 #define PCI_ACS_EC 0x0020 /* P2P Egress Control */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci_regs.h828 #define PCI_ACS_EC 0x0020 macro
/kernel/linux/linux-5.10/drivers/pci/
Dp2pdma.c262 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
Dquirks.c4490 acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT); in pci_quirk_amd_sb_acs()
4751 acs_flags &= (cap | PCI_ACS_EC); in pci_quirk_intel_spt_pch_acs()
5139 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_quirk_disable_intel_spt_pch_acs_redir()
Dpci.c852 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_disable_acs_redir()
3415 acs_flags &= (cap | PCI_ACS_EC); in pci_acs_flags_enabled()
/kernel/linux/linux-5.10/drivers/vfio/pci/
Dvfio_pci_config.c1364 if (byte & PCI_ACS_EC) { in vfio_ext_cap_len()