1PCI_RENUMBER_SLOT(9) Hardware Interfaces PCI_RENUMBER_SLOT(9)
2
3
4
6 pci_renumber_slot - update struct pci_slot -> number
7
9 void pci_renumber_slot(struct pci_slot * slot, int slot_nr);
10
12 slot
13
14 struct pci_slot to update
15
16 slot_nr
17 new number for slot
18
20 The primary purpose of this interface is to allow callers who earlier
21 created a placeholder slot in pci_create_slot by passing a -1 as
22 slot_nr, to update their struct pci_slot with the correct slot_nr.
23
25Kernel Hackers Manual 2.6. June 2019 PCI_RENUMBER_SLOT(9)