Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie_sriov.c30 uint16_t vf_offset, uint16_t vf_stride) in pcie_sriov_pf_init() argument
43 pci_set_word(cfg + PCI_SRIOV_VF_STRIDE, vf_stride); in pcie_sriov_pf_init()
173 uint16_t vf_stride = in register_vfs() local
194 devfn += vf_stride; in register_vfs()
H A Dpci.c1431 uint16_t vf_stride = in pci_config_get_bar_addr() local
1433 uint32_t vf_num = (d->devfn - (pf->devfn + vf_offset)) / vf_stride; in pci_config_get_bar_addr()
/qemu/include/hw/pci/
H A Dpcie_sriov.h33 uint16_t vf_offset, uint16_t vf_stride);