Searched refs:PCI_EXP_DEVCTL_EXT_TAG (Results 1 – 3 of 3) sorted by relevance
472 if ((!ret) && !(ectl & PCI_EXP_DEVCTL_EXT_TAG)) { in tune_pcie_caps()474 ectl |= PCI_EXP_DEVCTL_EXT_TAG; in tune_pcie_caps()
1960 if (ctl & PCI_EXP_DEVCTL_EXT_TAG) { in pci_configure_extended_tags()1963 PCI_EXP_DEVCTL_EXT_TAG); in pci_configure_extended_tags()1968 if (!(ctl & PCI_EXP_DEVCTL_EXT_TAG)) { in pci_configure_extended_tags()1971 PCI_EXP_DEVCTL_EXT_TAG); in pci_configure_extended_tags()
505 #define PCI_EXP_DEVCTL_EXT_TAG 0x0100 /* Extended Tag Field Enable */ macro