Home
last modified time | relevance | path

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

12

/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py18 import var_funcs as vf namespace
203 auth_type_enable_dict = vf.key_value_outbuf_to_dict(
208 lan_print_dict = vf.key_value_outbuf_to_dict(
251 result = vf.key_value_outbuf_to_dict(ret_values)
312 result = vf.key_value_outbuf_to_dict(ret_values, process_indent=1)
353 result = vf.key_value_outbuf_to_dict(ret_values, process_indent=1)
469 vf.key_value_outbuf_to_dict(x) for x in re.split("\n\n", ret_values)
549 return vf.key_value_outbuf_to_dicts(ret_values, process_indent=1)
551 return vf.key_value_outbuf_to_dict(ret_values, process_indent=1)
580 return vf.outbuf_to_report(stdout)
[all …]
H A Dfirmware_utils.py8 import var_funcs as vf namespace
69 firmware_dict = vf.key_value_outbuf_to_dict(stdout)
74 vf.key_value_outbuf_to_dict(stdout, delim="=", strip=' "')
H A Dutils.py14 import var_funcs as vf namespace
152 initial_time_dict = vf.key_value_outbuf_to_dict(out_buf)
204 return vf.outbuf_to_report(out_buf)
316 result = vf.key_value_outbuf_to_dict(stdout, process_indent=1, strip=" \t")
357 return vf.key_value_outbuf_to_dict(out_buf, delim="=", strip='"')
390 return vf.key_value_outbuf_to_dict(out_buf, delim="=", strip='"')
H A Dbmc_network_utils.py19 import var_funcs as vf namespace
115 nping_result = vf.key_value_list_to_dict(key_value_list)
227 return vf.filter_struct(
H A Dboot_data.py25 import var_funcs as vf namespace
329 file_name_dict = vf.create_var_dict(pgm_name, openbmc_nickname, master_pid)
330 return vf.create_file_path(
345 file_dict = vf.parse_file_path(file_path)
H A Dpldm_utils.py14 import var_funcs as vf namespace
/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c27 PCIDevice *vf = dev->exp.sriov_pf.vf[i]; in unparent_vfs() local
28 object_unparent(OBJECT(vf)); in unparent_vfs()
29 object_unref(OBJECT(vf)); in unparent_vfs()
31 g_free(dev->exp.sriov_pf.vf); in unparent_vfs()
32 dev->exp.sriov_pf.vf = NULL; in unparent_vfs()
47 pci_set_enabled(dev->exp.sriov_pf.vf[i], true); in register_vfs()
61 pci_set_enabled(dev->exp.sriov_pf.vf[i], false); in unregister_vfs()
116 dev->exp.sriov_pf.vf = NULL; in pcie_sriov_pf_init_common()
171 dev->exp.sriov_pf.vf in pcie_sriov_pf_init()
174 PCIDevice *vf = pci_new(devfn, vfname); pcie_sriov_pf_init() local
[all...]
H A Dtrace-events22 …gister_vfs(const char *name, int slot, int function, int num_vfs) "%s %02x:%x: creating %d vf devs"
23 sriov_unregister_vfs(const char *name, int slot, int function) "%s %02x:%x: Unregistering vf devs"
/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
80 PCIE_LCTRL0_VF(vf) | \
81 ((vf) == 0 ? 0 : PCIE_LCTRL0_VF_ACTIVE) | \
H A Dpcie_layerscape.c418 int pf, vf; in ls_pcie_setup_ep() local
421 for (vf = 0; vf <= PCIE_VF_NUM; vf++) { in ls_pcie_setup_ep()
422 ctrl_writel(pcie, PCIE_LCTRL0_VAL(pf, vf), in ls_pcie_setup_ep()
/openbmc/qemu/hw/net/
H A Digbvf.c215 PCIDevice *vf = PCI_DEVICE(opaque); in igbvf_mmio_read() local
216 PCIDevice *pf = pcie_sriov_get_pf(vf); in igbvf_mmio_read()
218 addr = vf_to_pf_addr(addr, pcie_sriov_vf_number(vf), false); in igbvf_mmio_read()
225 PCIDevice *vf = PCI_DEVICE(opaque); in igbvf_mmio_write() local
226 PCIDevice *pf = pcie_sriov_get_pf(vf); in igbvf_mmio_write()
228 addr = vf_to_pf_addr(addr, pcie_sriov_vf_number(vf), true); in igbvf_mmio_write()
289 PCIDevice *vf = PCI_DEVICE(obj); in igbvf_qdev_reset_hold() local
291 igb_vf_reset(pcie_sriov_get_pf(vf), pcie_sriov_vf_number(vf)); in igbvf_qdev_reset_hold()
/openbmc/qemu/linux-user/
H A Dfd-trans.c883 vlan_info->vf = tswap32(vlan_info->vf); in host_to_target_data_vlan_list_nlattr()
939 mac->vf = tswap32(mac->vf); in host_to_target_data_vfinfo_nlattr()
947 vlan->vf = tswap32(vlan->vf); in host_to_target_data_vfinfo_nlattr()
954 vlan_info->vf = tswap32(vlan_info->vf); in host_to_target_data_vfinfo_nlattr()
961 spoofchk->vf = tswap32(spoofchk->vf); in host_to_target_data_vfinfo_nlattr()
967 rate->vf = tswap32(rate->vf); in host_to_target_data_vfinfo_nlattr()
974 link_state->vf = tswap32(link_state->vf); in host_to_target_data_vfinfo_nlattr()
980 rss_query_en->vf = tswap32(rss_query_en->vf); in host_to_target_data_vfinfo_nlattr()
986 trust->vf = tswap32(trust->vf); in host_to_target_data_vfinfo_nlattr()
993 guid->vf = tswap32(guid->vf); in host_to_target_data_vfinfo_nlattr()
/openbmc/u-boot/arch/arm/dts/
H A Dvf610-colibri.dts7 #include "vf-colibri.dtsi"
H A Dvf500-colibri.dts7 #include "vf-colibri.dtsi"
H A Dpcm052.dts7 #include "vf.dtsi"
H A Dvf610-twr.dts7 #include "vf.dtsi"
H A Dvf-colibri.dtsi5 #include "vf.dtsi"
H A Dbk4r1.dts7 #include "vf.dtsi"
/openbmc/u-boot/board/toradex/colibri_vf/
H A DMAINTAINERS8 F: arch/arm/dts/vf-colibri.dtsi
/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/configs/
H A Dvf610twr_defconfig27 CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel…
H A Dvf610twr_nand_defconfig27 CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel…
H A Dcolibri_vf_defconfig41 CONFIG_MTDPARTS_DEFAULT="mtdparts=vf610_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),-(ubi)"
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py300 vf = key[:-1].split('[')
301 if vf[1] == "vardepvalueexclude":
303 value, parser = d.getVarFlag(vf[0], vf[1], False, retparser=True)
/openbmc/u-boot/drivers/usb/host/
H A DMakefile42 obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o

12