Searched refs:PCI_SZPCR (Results 1 – 2 of 2) sorted by relevance
23 #define PCI_SZPCR 256 macro
318 if ((bufsize + cap_data) > PCI_SZPCR) in pcicore_find_pci_capability()319 bufsize = PCI_SZPCR - cap_data; in pcicore_find_pci_capability()