1PCI_BUS_MAX_BUSNR(9) Hardware Interfaces PCI_BUS_MAX_BUSNR(9)
23
4
NAME
6pci_bus_max_busnr - returns maximum PCI bus number of given busĀ“
7children
8
SYNOPSIS
10unsigned char pci_bus_max_busnr(struct pci_bus * bus);
11
ARGUMENTS
13bus
14pointer to PCI bus structure to search
15
DESCRIPTION
17Given a PCI bus, returns the highest PCI bus number present in the set
18including the given PCI bus and its list of child PCI buses.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 PCI_BUS_MAX_BUSNR(9)