Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 25 of 153) sorted by relevance

1234567

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dload_env.sh58 legacy="${default} CRYPTO_PRIM_TYPE="
71 if [[ ${legacy_only} -eq 1 && "${i}" != *legacy* ]]; then
73 elif [[ ${legacy_only} -eq 0 && "${i}" == *legacy* ]]; then
89 if [[ ${legacy_only} -eq 1 && "${i}" != *legacy* ]]
92 elif [[ ${legacy_only} -eq 0 && "${i}" == *legacy* ]]
H A Drun_test.sh78 legacy=0
101 legacy=1
137 if [[ ${legacy} -eq 1 ]] && [[ ${multi_seg} -eq 1 || ${fallback} -eq 1 \
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst39 * ``--vfio-intr <legacy|msi|msix>``
59 * ``--legacy-mem``
61 Use legacy DPDK memory allocation mode.
75 Place a per-socket upper limit on memory use (non-legacy memory mode only).
80 Create fewer files in hugetlbfs (non-legacy mode only).
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Duniphier-pcie.txt35 - legacy-interrupt-controller: Specifies interrupt controller for legacy PCI
38 Required properties for legacy-interrupt-controller:
43 - interrupts: An interrupt specifier for legacy interrupt.
75 pcie_intc: legacy-interrupt-controller {
H A Drockchip-pcie-host.txt25 - "legacy"
43 Required properties for legacy PHY model (deprecated):
66 The core controller provides a single interrupt for legacy INTx. The PCIe node
93 interrupt-names = "sys", "legacy", "client";
109 /* deprecated legacy PHY model */
H A Dxilinx-nwl-pcie.txt19 "intx": interrupt asserted when a legacy interrupt is received
29 - legacy-interrupt-controller: Interrupt controller device node for Legacy
64 pcie_intc: legacy-interrupt-controller {
/f-stack/freebsd/contrib/zstd/lib/
H A DBUCK35 ':legacy',
51 name='legacy',
55 ('legacy', '*.h'),
57 srcs=glob(['legacy/*.c']),
H A DREADME.md16 and support for decoding legacy formats >= v0.5.0.
74 - `lib/legacy` : makes it possible to decompress legacy zstd formats, starting from `v0.1.0`.
78 For example, `ZSTD_LEGACY_SUPPORT=2` means : "support legacy formats >= v0.2.0".
79 Conversely, `ZSTD_LEGACY_SUPPORT=0` means "do __not__ support legacy formats".
81 …Decoding supported legacy format is a transparent capability triggered within decompression functi…
82 It's also allowed to invoke legacy API directly, exposed in `lib/legacy/zstd_legacy.h`.
84 For example, advanced API for version `v0.4` is exposed in `lib/legacy/zstd_v04.h` .
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dsdhci-am654.txt22 - ti,otap-del-sel-legacy
34 corresponding speed mode (i.e. all nodes must provide at least -legacy)
55 ti,otap-del-sel-legacy = <0x0>;
H A Dsdhci-sprd.txt33 - sprd,phy-delay-legacy: Delay value for legacy timing.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_dnode_size.ksh47 rm -f $BACKDIR/fs-dn-legacy
74 log_must zfs set dnodesize=legacy $POOL/fs
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh72 mountpoint /history.$$ mountpoint legacy
99 mountpoint /history.$$ mountpoint legacy
127 mountpoint /history.$$ mountpoint legacy
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/
H A Di2c.txt15 The following two properties are deprecated. They are only used by legacy
20 by legacy i2c device drivers to find a bus in a specific context like
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg46 on legacy none on \
71 on legacy none on \
98 on legacy none on \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/
H A Dlarge_dnode_007_neg.ksh61 LGCYFS=$LGCYPOOL/legacy
H A Dlarge_dnode_004_neg.ksh68 LGCYFS=$LGCYPOOL/legacy
/f-stack/freebsd/contrib/device-tree/Bindings/mips/img/
H A Dpistachio-marduk.txt9 It is also known as Creator Ci40. Marduk is legacy name and will
/f-stack/freebsd/contrib/zstd/
H A DTESTING.md14 - Small tests (`tests/legacy.c`, `tests/longmatch.c`) on x64_64
42 - Testing `zstd` with legacy mode off
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_003_neg.ksh63 log_must zfs create -o mountpoint=legacy $TESTPOOL/foo
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt59 - nvidia,has-legacy-mode : boolean indicates whether this controller can
60 operate in legacy mode (as APX 2500 / 2600). In legacy mode some
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dlpc32xx-adc.txt11 for legacy reason, but highly encouraging to us in new device tree
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dfacebook-bmc-flash-layout.dtsi36 * explicitly created to avoid breaking legacy applications.
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Daspeed,ast2400-vic.txt4 AST2500 SoC families include a legacy register layout before a re-designed
/f-stack/freebsd/contrib/zstd/programs/
H A DREADME.md6 …rguments; includes dictionary builder, benchmark, and supports decompression of legacy zstd formats
7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats
8 …mized for minimal size; no dictionary builder, no benchmark, and no support for legacy zstd formats
26 By default, `zstd` supports decoding legacy formats >= v0.4.0 (`ZSTD_LEGACY_SUPPORT=4`).
30 `ZSTD_LEGACY_SUPPORT=0` means _DO NOT_ support any legacy format.
31 if `ZSTD_LEGACY_SUPPORT >= 8`, it's the same as `0`, since there is no legacy format after `7`.
32 Note : `zstd` only supports decoding older formats, and cannot generate any legacy format.
201 --train-legacy[=s=#] : use the legacy algorithm with selectivity (default: 9)
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dqca,qca7000.txt26 - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode.

1234567