Searched refs:phantom_devs (Results 1 – 1 of 1) sorted by relevance
150 } phantom_devs[8]; variable161 if ( nr_phantom_devs >= ARRAY_SIZE(phantom_devs) ) in parse_phantom_dev()180 phantom_devs[nr_phantom_devs++] = phantom; in parse_phantom_dev()376 if ( phantom_devs[i].seg == pseg->nr && in alloc_pdev()377 phantom_devs[i].bus == bus && in alloc_pdev()378 phantom_devs[i].slot == PCI_SLOT(devfn) && in alloc_pdev()379 phantom_devs[i].stride > PCI_FUNC(devfn) ) in alloc_pdev()381 pdev->phantom_stride = phantom_devs[i].stride; in alloc_pdev()
Completed in 5 milliseconds