Home
last modified time | relevance | path

Searched refs:PCI_DOMAIN_NR_NOT_SET (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/pci/
Dremove.c164 if (host_bridge->domain_nr == PCI_DOMAIN_NR_NOT_SET) in pci_remove_root_bus()
Dprobe.c597 bridge->domain_nr = PCI_DOMAIN_NR_NOT_SET; in pci_init_host_bridge()
902 if (bridge->domain_nr == PCI_DOMAIN_NR_NOT_SET) in pci_register_host_bridge()
/linux-6.6.21/include/linux/
Dpci.h561 #define PCI_DOMAIN_NR_NOT_SET (-1) macro