Searched refs:vf (Results 1 – 1 of 1) sorted by relevance
756 if ( vf >= 0 ) in read_pci_mem_bar()778 vf -= PCI_BDF(bus, slot, func) + offset; in read_pci_mem_bar()779 if ( vf < 0 ) in read_pci_mem_bar()783 if ( vf % stride ) in read_pci_mem_bar()785 vf /= stride; in read_pci_mem_bar()787 if ( vf >= num_vf ) in read_pci_mem_bar()790 disp = vf * pdev->vf_rlen[bir]; in read_pci_mem_bar()844 int vf; in msix_capability_init() local899 vf = -1; in msix_capability_init()906 vf = PCI_BDF2(dev->bus, dev->devfn); in msix_capability_init()[all …]
Completed in 5 milliseconds