Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digbvf.c215 PCIDevice *vf = PCI_DEVICE(opaque); in igbvf_mmio_read() local
225 PCIDevice *vf = PCI_DEVICE(opaque); in igbvf_mmio_write() local
287 PCIDevice *vf = PCI_DEVICE(obj); in igbvf_qdev_reset_hold() local
/openbmc/openbmc-test-automation/lib/
H A Dfirmware_utils.py8 import var_funcs as vf namespace
H A Dpldm_utils.py14 import var_funcs as vf namespace
H A Dbmc_network_utils.py19 import var_funcs as vf namespace
H A Dipmi_utils.py18 import var_funcs as vf namespace
H A Dutils.py14 import var_funcs as vf namespace
H A Dboot_data.py25 import var_funcs as vf namespace
/openbmc/qemu/include/hw/pci/
H A Dpcie_sriov.h20 PCIDevice **vf; /* Pointer to an array of num_vfs VF devices */ member
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.h76 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument
79 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
H A Dpcie_layerscape.c418 int pf, vf; in ls_pcie_setup_ep() local
/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c27 PCIDevice *vf = dev->exp.sriov_pf.vf[i]; in unparent_vfs() local
174 PCIDevice *vf = pci_new(devfn, vfname); in pcie_sriov_pf_init() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c339 TCGv_i64 tmp, zero, zf, nf, vf; in trans_VSEL() local