Home
last modified time | relevance | path

Searched refs:PCI_SLOT_MAX (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dvpci.c18 #define PCI_SLOT_MAX 32 macro
22 struct list_head dev_list[PCI_SLOT_MAX];
43 if (PCI_SLOT(devfn) < PCI_SLOT_MAX) { in __xen_pcibk_get_pci_dev()
103 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
123 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
159 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_pci_dev()
195 for (slot = 0; slot < PCI_SLOT_MAX; slot++) in __xen_pcibk_init_devices()
215 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_devices()
243 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_get_pcifront_dev()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dvpci.c18 #define PCI_SLOT_MAX 32 macro
22 struct list_head dev_list[PCI_SLOT_MAX];
43 if (PCI_SLOT(devfn) < PCI_SLOT_MAX) { in __xen_pcibk_get_pci_dev()
103 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
123 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
159 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_pci_dev()
195 for (slot = 0; slot < PCI_SLOT_MAX; slot++) in __xen_pcibk_init_devices()
215 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_devices()
242 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_get_pcifront_dev()

Completed in 2 milliseconds