Home
last modified time | relevance | path

Searched refs:acs_cap (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/pci/
H A Dquirks.c4943 pos = dev->acs_cap; in pci_quirk_intel_spt_pch_acs()
5331 pos = dev->acs_cap; in pci_quirk_enable_intel_spt_pch_acs()
5361 pos = dev->acs_cap; in pci_quirk_disable_intel_spt_pch_acs_redir()
5788 pos = bridge->acs_cap; in pci_idt_bus_quirk()
6134 if (!pdev->acs_cap) in pci_fixup_pericom_acs_store_forward()
6136 pci_read_config_word(pdev, pdev->acs_cap + PCI_ACS_CTRL, &val); in pci_fixup_pericom_acs_store_forward()
H A Dp2pdma.c401 pos = pdev->acs_cap; in pci_bridge_has_acs_redir()
H A Dpci.c1086 pos = dev->acs_cap; in pci_enable_acs()
3587 pos = pdev->acs_cap; in pci_acs_flags_enabled()
3718 dev->acs_cap = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ACS); in pci_acs_init()
/linux-6.15/include/linux/
H A Dpci.h538 u16 acs_cap; /* ACS Capability offset */ member