| /openbmc/qemu/net/ |
| H A D | tap.c | 646 static int net_tap_init(const NetdevTapOptions *tap, int *vnet_hdr, in net_tap_init() argument 653 if (tap->has_vnet_hdr) { in net_tap_init() 654 *vnet_hdr = tap->vnet_hdr; in net_tap_init() 683 static void net_init_tap_one(const NetdevTapOptions *tap, NetClientState *peer, in net_init_tap_one() argument 693 tap_set_sndbuf(s->fd, tap, &err); in net_init_tap_one() 699 if (tap->fd || tap->fds) { in net_init_tap_one() 701 } else if (tap->helper) { in net_init_tap_one() 702 qemu_set_info_str(&s->nc, "helper=%s", tap->helper); in net_init_tap_one() 714 if (tap->has_vhost ? tap->vhost : in net_init_tap_one() 715 vhostfdname || (tap->has_vhostforce && tap->vhostforce)) { in net_init_tap_one() [all …]
|
| H A D | meson.build | 53 system_ss.add(files('tap-win32.c')) 55 system_ss.add(files('tap.c', 'tap-linux.c')) 57 system_ss.add(files('tap.c', 'tap-bsd.c')) 59 system_ss.add(files('tap.c', 'tap-solaris.c')) 61 system_ss.add(files('tap.c', 'tap-stub.c'))
|
| H A D | tap-linux.c | 143 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) in tap_set_sndbuf() argument 147 sndbuf = !tap->has_sndbuf ? TAP_DEFAULT_SNDBUF : in tap_set_sndbuf() 148 tap->sndbuf > INT_MAX ? INT_MAX : in tap_set_sndbuf() 149 tap->sndbuf; in tap_set_sndbuf() 155 if (ioctl(fd, TUNSETSNDBUF, &sndbuf) == -1 && tap->has_sndbuf) { in tap_set_sndbuf()
|
| H A D | tap-stub.c | 36 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) in tap_set_sndbuf() argument
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/ |
| H A D | run-installed-tests-with-tap-output.patch | 4 Subject: [PATCH] Run installed tests with tap output 14 build-aux/autotools/glib-tap.mk | 3 ++- 17 diff --git a/build-aux/autotools/glib-tap.mk b/build-aux/autotools/glib-tap.mk 19 --- a/build-aux/autotools/glib-tap.mk 20 +++ b/build-aux/autotools/glib-tap.mk 26 + echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0 $(installed_testdir)/$< --tap' >…
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu-gen-tapdevs | 49 OE_TAP_NAME=tap 78 for tap in $interfaces; do 79 echo "Note: Destroying pre-existing tap interface $tap..." 80 ip tuntap del $tap mode tap
|
| H A D | runqemu-ifdown | 39 if ! ip tuntap del $TAP mode tap 2>/dev/null; then 65 OE_TAP_NAME=tap
|
| H A D | runqemu-ifup | 44 OE_TAP_NAME=tap 54 ip tuntap add "$OE_TAP_NAME$tap_no" mode tap group "$GROUP" && TAP=$OE_TAP_NAME$tap_no
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu-gen-tapdevs | 49 OE_TAP_NAME=tap 78 for tap in $interfaces; do 79 echo "Note: Destroying pre-existing tap interface $tap..." 80 ip tuntap del $tap mode tap
|
| H A D | runqemu-ifdown | 39 if ! ip tuntap del $TAP mode tap 2>/dev/null; then 65 OE_TAP_NAME=tap
|
| H A D | runqemu-ifup | 44 OE_TAP_NAME=tap 54 ip tuntap add "$OE_TAP_NAME$tap_no" mode tap group "$GROUP" && TAP=$OE_TAP_NAME$tap_no
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/ |
| H A D | 0002-Fixed-relative-imports.patch | 13 pynetlinux/tap.py | 2 +- 26 -import tap 30 +from . import tap 45 diff --git a/pynetlinux/tap.py b/pynetlinux/tap.py 47 --- a/pynetlinux/tap.py 48 +++ b/pynetlinux/tap.py
|
| /openbmc/u-boot/arch/mips/mach-ath79/ar934x/ |
| H A D | ddr.c | 28 u32 tap; member 135 writel(memcfg->tap, ddr_regs + AR71XX_DDR_REG_TAP_CTRL0); in ar934x_ddr_init() 136 writel(memcfg->tap, ddr_regs + AR71XX_DDR_REG_TAP_CTRL1); in ar934x_ddr_init() 140 writel(memcfg->tap, in ar934x_ddr_init() 142 writel(memcfg->tap, in ar934x_ddr_init()
|
| /openbmc/u-boot/arch/mips/mach-ath79/ar933x/ |
| H A D | ddr.c | 238 u32 val, tap, upper, lower; in ddr_tap_tuning() local 266 tap = readl(regs + AR71XX_DDR_REG_TAP_CTRL0); in ddr_tap_tuning() 267 val = tap; in ddr_tap_tuning() 268 upper = tap; in ddr_tap_tuning() 269 lower = tap; in ddr_tap_tuning() 300 val = tap; in ddr_tap_tuning() 314 val = tap; in ddr_tap_tuning()
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/ |
| H A D | spr_misc.c | 75 unsigned int tap; member 84 .tap = 0x10, 93 .tap = 0xf, 117 writel(p->tap, &emi_regs_p->bank_regs[cs].tap); in spear_emi_init()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
| H A D | libmodule-build-perl_0.4234.bb | 90 perl-module-tap-harness \ 111 perl-module-tap-base \ 112 perl-module-tap-formatter-base \ 113 perl-module-tap-formatter-file \ 114 perl-module-tap-formatter-session \ 115 perl-module-tap-harness-env \ 116 perl-module-tap-parser \ 117 perl-module-tap-parser-scheduler \
|
| /openbmc/u-boot/arch/mips/mach-ath79/qca953x/ |
| H A D | ddr.c | 412 u32 val, pass, tap, cnt, tap_val, last, first; in ddr_tap_tuning() local 421 tap = 0; in ddr_tap_tuning() 424 writel(tap, regs + AR71XX_DDR_REG_TAP_CTRL0); in ddr_tap_tuning() 425 writel(tap, regs + AR71XX_DDR_REG_TAP_CTRL1); in ddr_tap_tuning() 452 last = tap; in ddr_tap_tuning() 454 first = tap; in ddr_tap_tuning() 455 last = tap; in ddr_tap_tuning() 459 tap++; in ddr_tap_tuning() 460 } while (tap < DDR_TAP_MAX_VAL); in ddr_tap_tuning()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | testrunner.py | 136 def __init__(self, env: TestEnv, tap: bool = False, 139 self.tap = tap 171 if self.tap: 337 if not self.tap: 359 if self.tap: 373 if self.tap: 404 if self.tap: 418 if not self.tap:
|
| H A D | meson.build | 44 args = ['-tap', '-' + format] 56 '-tap', '-' + format, item, 67 protocol: 'tap',
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-rdepends.txt | 14 RDEPENDS:perl-module-test-builder-formatter += "perl-module-test2-formatter-tap" 18 RDEPENDS:perl-module-test2-formatter-tap += "perl-module-test2-formatter" 44 RDEPENDS:perl-module-app-prove += "perl-module-tap-harness" 45 RDEPENDS:perl-module-app-prove += "perl-module-tap-harness-env" 53 RDEPENDS:perl-module-app-prove-state += "perl-module-tap-parser-yamlish-reader" 54 RDEPENDS:perl-module-app-prove-state += "perl-module-tap-parser-yamlish-writer" 1702 RDEPENDS:perl-module-tap-base += "perl-module-base" 1703 RDEPENDS:perl-module-tap-base += "perl-module-constant" 1704 RDEPENDS:perl-module-tap-base += "perl-module-strict" 1705 RDEPENDS:perl-module-tap-base += "perl-module-warnings" [all …]
|
| /openbmc/qemu/tests/bench/ |
| H A D | meson.build | 36 args: ['--tap', '-k'], 37 protocol: 'tap',
|
| /openbmc/qemu/docs/devel/ |
| H A D | ebpf_rss.rst | 34 eBPF RSS turned on by different combinations of vhost-net, vitrio-net and tap configurations: 38 tap,vhost=off & virtio-net-pci,rss=on,hash=off 42 tap,vhost=on & virtio-net-pci,rss=on,hash=off 46 tap,vhost=off & virtio-net-pci,rss=on,hash=on 50 tap,vhost=on & virtio-net-pci,rss=on,hash=on
|
| /openbmc/u-boot/arch/arm/include/asm/arch-spear/ |
| H A D | spr_emi.h | 13 u32 tap; member
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
| H A D | clutter-1.0_1.26.4.bb | 8 file://run-installed-tests-with-tap-output.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/ |
| H A D | thunar-archive-plugin_0.5.2.bb | 10 # install tap files in ${libdir}/thunar-archive-plugin
|