Home
last modified time | relevance | path

Searched refs:vf (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsi.c756 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() local
899 vf = -1; in msix_capability_init()
906 vf = PCI_BDF2(dev->bus, dev->devfn); in msix_capability_init()
[all …]

Completed in 4 milliseconds