| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tap.c | 144 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue() argument 155 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_enable_queue() 156 q->queue_index = tap->numvtaps; in tap_enable_queue() 159 tap->numvtaps++; in tap_enable_queue() 165 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue() argument 168 if (tap->numqueues == MAX_TAP_QUEUES) in tap_set_queue() 171 rcu_assign_pointer(q->tap, tap); in tap_set_queue() 172 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_set_queue() 176 q->queue_index = tap->numvtaps; in tap_set_queue() 179 list_add_tail(&q->next, &tap->queue_list); in tap_set_queue() [all …]
|
| H A D | macvtap.c | 30 struct tap_dev tap; member 55 static void macvtap_count_tx_dropped(struct tap_dev *tap) in macvtap_count_tx_dropped() argument 57 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_tx_dropped() 63 static void macvtap_count_rx_dropped(struct tap_dev *tap) in macvtap_count_rx_dropped() argument 65 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_rx_dropped() 71 static void macvtap_update_features(struct tap_dev *tap, in macvtap_update_features() argument 74 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_update_features() 88 INIT_LIST_HEAD(&vlantap->tap.queue_list); in macvtap_newlink() 93 vlantap->tap.tap_features = TUN_OFFLOADS; in macvtap_newlink() 98 vlantap->tap.count_tx_dropped = macvtap_count_tx_dropped; in macvtap_newlink() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvtap.c | 48 struct tap_dev tap; member 51 static void ipvtap_count_tx_dropped(struct tap_dev *tap) in ipvtap_count_tx_dropped() argument 53 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_tx_dropped() 59 static void ipvtap_count_rx_dropped(struct tap_dev *tap) in ipvtap_count_rx_dropped() argument 61 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_rx_dropped() 67 static void ipvtap_update_features(struct tap_dev *tap, in ipvtap_update_features() argument 70 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_update_features() 84 INIT_LIST_HEAD(&vlantap->tap.queue_list); in ipvtap_newlink() 89 vlantap->tap.tap_features = TUN_OFFLOADS; in ipvtap_newlink() 90 vlantap->tap.count_tx_dropped = ipvtap_count_tx_dropped; in ipvtap_newlink() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | earwax.c | 55 typedef struct {sox_sample_t tap[NUMTAPS];} priv_t; /* FIR filter z^-1 delays */ member 64 memset(p->tap, 0, NUMTAPS * sizeof(*p->tap)); /* zero tap memory */ in start() 80 p->tap[i] = p->tap[i - 1]; in flow() 81 output += p->tap[i] * filt[i]; in flow() 83 p->tap[0] = *ibuf++ / 64; /* scale output */ in flow() 84 output += p->tap[0] * filt[0]; in flow()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | if_tap.h | 46 void (*update_features)(struct tap_dev *tap, netdev_features_t features); 47 void (*count_tx_dropped)(struct tap_dev *tap); 48 void (*count_rx_dropped)(struct tap_dev *tap); 66 struct tap_dev __rcu *tap; member 76 void tap_del_queues(struct tap_dev *tap); 77 int tap_get_minor(dev_t major, struct tap_dev *tap); 78 void tap_free_minor(dev_t major, struct tap_dev *tap); 79 int tap_queue_resize(struct tap_dev *tap);
|
| /OK3568_Linux_fs/yocto/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' >…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | nvidia,tegra114-spi.txt | 27 - nvidia,tx-clk-tap-delay: Delays the clock going out to the external device 28 with this tap value. This property is used to tune the outgoing data from 31 to corresponding slave devices. Valid tap values are from 0 thru 63. 32 - nvidia,rx-clk-tap-delay: Delays the clock coming in from the external device 33 with this tap value. This property is used to adjust the Tegra SPI master 36 to corresponding slave devices. Valid tap values are from 0 thru 63. 56 nvidia,rx-clk-tap-delay = <0>; 57 nvidia,tx-clk-tap-delay = <16>;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-rdepends.txt | 12 RDEPENDS:perl-module-test-builder-formatter += "perl-module-test2-formatter-tap" 16 RDEPENDS:perl-module-test2-formatter-tap += "perl-module-test2-formatter" 42 RDEPENDS:perl-module-app-prove += "perl-module-tap-harness" 43 RDEPENDS:perl-module-app-prove += "perl-module-tap-harness-env" 51 RDEPENDS:perl-module-app-prove-state += "perl-module-tap-parser-yamlish-reader" 52 RDEPENDS:perl-module-app-prove-state += "perl-module-tap-parser-yamlish-writer" 1695 RDEPENDS:perl-module-tap-base += "perl-module-base" 1696 RDEPENDS:perl-module-tap-base += "perl-module-constant" 1697 RDEPENDS:perl-module-tap-base += "perl-module-strict" 1698 RDEPENDS:perl-module-tap-base += "perl-module-warnings" [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu-gen-tapdevs | 77 for tap in `$IFCONFIG link | grep tap | awk '{ print \$2 }' | sed s/://`; do 78 echo "Note: Destroying pre-existing tap interface $tap..." 79 $TUNCTL -d $tap
|
| H A D | runqemu | 239 logger.debug("Releasing lockfile for tap device '%s'" % self.tap) 1144 tap = "" 1152 tap = p 1153 logger.info("Using preconfigured tap device %s" % tap) 1154 … logger.info("If this is not intended, touch %s.skip to make runqemu skip %s." %(lockfile, tap)) 1157 if not tap: 1168 tap = subprocess.check_output(cmd).decode('utf-8').strip() 1172 lockfile = os.path.join(lockdir, tap) 1176 logger.debug('Created tap: %s' % tap) 1178 if not tap: [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar934x/ |
| H A D | ddr.c | 29 u32 tap; member 136 writel(memcfg->tap, ddr_regs + AR71XX_DDR_REG_TAP_CTRL0); in ar934x_ddr_init() 137 writel(memcfg->tap, ddr_regs + AR71XX_DDR_REG_TAP_CTRL1); in ar934x_ddr_init() 141 writel(memcfg->tap, in ar934x_ddr_init() 143 writel(memcfg->tap, in ar934x_ddr_init()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar933x/ |
| H A D | ddr.c | 241 u32 val, tap, upper, lower; in ddr_tap_tuning() local 269 tap = readl(regs + AR71XX_DDR_REG_TAP_CTRL0); in ddr_tap_tuning() 270 val = tap; in ddr_tap_tuning() 271 upper = tap; in ddr_tap_tuning() 272 lower = tap; in ddr_tap_tuning() 303 val = tap; in ddr_tap_tuning() 317 val = tap; in ddr_tap_tuning()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/qca953x/ |
| H A D | ddr.c | 415 u32 val, pass, tap, cnt, tap_val, last, first; in ddr_tap_tuning() local 424 tap = 0; in ddr_tap_tuning() 427 writel(tap, regs + AR71XX_DDR_REG_TAP_CTRL0); in ddr_tap_tuning() 428 writel(tap, regs + AR71XX_DDR_REG_TAP_CTRL1); in ddr_tap_tuning() 455 last = tap; in ddr_tap_tuning() 457 first = tap; in ddr_tap_tuning() 458 last = tap; in ddr_tap_tuning() 462 tap++; in ddr_tap_tuning() 463 } while (tap < DDR_TAP_MAX_VAL); in ddr_tap_tuning()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | test_vxlan_under_vrf.sh | 50 ip link del veth-tap 2>/dev/null || true 98 ip link add veth-tap type veth peer name veth-hv 100 ip link set veth-tap netns hv-$id 101 ip -netns hv-$id link set veth-tap master br0 102 ip -netns hv-$id link set veth-tap up
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-xgbe-b.dtsi | 52 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 53 amd,serdes-dfe-tap-enable = <0>, <0>, <7>; 78 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 79 amd,serdes-dfe-tap-enable = <0>, <0>, <7>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | amd-xgbe.txt | 49 - amd,serdes-dfe-tap-config: DFE taps available to run 50 - amd,serdes-dfe-tap-enable: DFE taps to enable 74 amd,serdes-dfe-tap-config = <3>, <3>, <1>; 75 amd,serdes-dfe-tap-enable = <0>, <0>, <127>;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/ |
| H A D | libmodule-build-perl_0.4231.bb | 85 perl-module-tap-harness \ 101 perl-module-tap-harness-env \ 102 perl-module-tap-parser \ 103 perl-module-tap-parser-scheduler \
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | axg-pdm.c | 64 const unsigned int *tap; member 375 regmap_write(priv->map, PDM_COEFF_DATA, lpf[i].tap[j]); in axg_pdm_set_lpf_filters() 553 .tap = lpf1_default_tap, 559 .tap = lpf2_default_tap, 565 .tap = lpf3_default_tap,
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-tegra.c | 328 static void tegra_sdhci_set_tap(struct sdhci_host *host, unsigned int tap) in tegra_sdhci_set_tap() argument 347 reg |= tap << SDHCI_CLOCK_CTRL_TAP_SHIFT; in tegra_sdhci_set_tap() 845 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local 870 tap = word * TUNING_WORD_BIT_SIZE + bit; in tegra_sdhci_tap_correction() 875 first_fail_tap = tap; in tegra_sdhci_tap_correction() 880 start_pass_tap = tap; in tegra_sdhci_tap_correction() 883 first_pass_tap = tap; in tegra_sdhci_tap_correction() 889 end_pass_tap = tap - 1; in tegra_sdhci_tap_correction() 896 start_pass_tap = tap; in tegra_sdhci_tap_correction() 900 tap = start_pass_tap + window / 2; in tegra_sdhci_tap_correction() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 24 self.tap = '' 160 self.tap += more_tap_output
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | .gitignore | 6 *.tap
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | long-help | 93 --ifmode <tun/tap> 96 * tap: virtual ethernet interface 98 conf-variable: Interface mode <tun/tap>
|
| /OK3568_Linux_fs/external/dpdk/gmac/ |
| H A D | README.txt | 13 'tap',
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-spear/ |
| H A D | spr_emi.h | 14 u32 tap; member
|