Home
last modified time | relevance | path

Searched +full:filter +full:- +full:order (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/filters/
Du32.json6 "filter",
15 …"cmdUnderTest": "$TC filter add dev $DEV1 ingress protocol ip prio 1 u32 match ip src 127.0.0.1/32…
17 "verifyCmd": "$TC filter show dev $DEV1 ingress",
18 …"matchPattern": "filter protocol ip pref 1 u32 chain (0[ ]+$|0 fh 800: ht divisor 1|0 fh 800::800
28 "filter",
37 …"cmdUnderTest": "$TC filter replace dev $DEV1 ingress protocol ip prio 1 u32 match ip src 127.0.0.…
39 "verifyCmd": "$TC filter show dev $DEV1 ingress",
40 "matchPattern": "filter protocol ip pref 1 u32 chain 0",
50 "filter",
58 …"$TC filter add dev $DEV1 ingress protocol ip prio 1 u32 match ip src 127.0.0.3/32 flowid 1:3 acti…
[all …]
Droute.json4 "name": "Add route filter with from and to tag",
6 "filter",
15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 100 route from 1 to 10 cla…
17 "verifyCmd": "$TC filter ls dev $DEV1 parent ffff:",
26 "name": "Add route filter with fromif and to tag",
28 "filter",
37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 100 route fromif $DEV1 to …
39 "verifyCmd": "$TC filter ls dev $DEV1 parent ffff:",
48 "name": "Add route filter with to flag and reclassify action",
50 "filter",
[all …]
Dtests.json6 "filter",
14 "$TC filter add dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall action ok"
16 … "cmdUnderTest": "$TC filter get dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall",
18 "verifyCmd": "$TC filter show dev $DEV1 ingress",
19 "matchPattern": "filter protocol all pref 1 matchall chain 0 handle 0x1234",
29 "filter",
35 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress handle 0xffffffff flower acti…
37 "verifyCmd": "$TC filter show dev $DEV2 ingress",
38 "matchPattern": "filter protocol ip pref 1 flower.*handle 0xffffffff",
48 "filter",
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Dfilter.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2013 Solarflare Communications Inc.
16 * enum efx_filter_match_flags - Flags for hardware filter match type
23 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type
33 * - Huntington supports filter matching controlled by firmware, potentially
34 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit,
53 * enum efx_filter_priority - priority of a hardware filter specification
55 * @EFX_FILTER_PRI_AUTO: Automatic filter based on device address list
56 * or hardware requirements. This may only be used by the filter
58 * @EFX_FILTER_PRI_MANUAL: Manually configured filter
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-dfsdm-adc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Fabrice Gasnier <fabrice.gasnier@st.com>
11 - Olivier Moysan <olivier.moysan@st.com>
14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to
17 - Sigma delta modulators (motor control, metering...)
18 - PDM microphones (audio digital microphone)
23 Each child node matches with a filter instance.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-dfsdm-adc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>
11 - Olivier Moysan <olivier.moysan@foss.st.com>
14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to
17 - Sigma delta modulators (motor control, metering...)
18 - PDM microphones (audio digital microphone)
23 Each child node matches with a filter instance.
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
Dfilter.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2013 Solarflare Communications Inc.
15 * enum ef4_filter_match_flags - Flags for hardware filter match type
22 * @EF4_FILTER_MATCH_ETHER_TYPE: Match by Ether-type
31 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or
32 * local 2-tuple (only implemented for Falcon B0)
34 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple
35 * or local 2-tuple, or local MAC with or without outer VID, and RX
38 * - Huntington supports filter matching controlled by firmware, potentially
39 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit,
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dfilter.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2013 Solarflare Communications Inc.
15 * enum ef4_filter_match_flags - Flags for hardware filter match type
22 * @EF4_FILTER_MATCH_ETHER_TYPE: Match by Ether-type
31 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or
32 * local 2-tuple (only implemented for Falcon B0)
34 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple
35 * or local 2-tuple, or local MAC with or without outer VID, and RX
38 * - Huntington supports filter matching controlled by firmware, potentially
39 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit,
[all …]
/kernel/linux/linux-6.6/mm/
Dshow_mem.c1 // SPDX-License-Identifier: GPL-2.0-only
52 available = global_zone_page_state(NR_FREE_PAGES) - totalreserve_pages; in si_mem_available()
60 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available()
70 available += reclaimable - min(reclaimable / 2, wmark_low); in si_mem_available()
80 val->totalram = totalram_pages(); in si_meminfo()
81 val->sharedram = global_node_page_state(NR_SHMEM); in si_meminfo()
82 val->freeram = global_zone_page_state(NR_FREE_PAGES); in si_meminfo()
83 val->bufferram = nr_blockdev_pages(); in si_meminfo()
84 val->totalhigh = totalhigh_pages(); in si_meminfo()
85 val->freehigh = nr_free_highpages(); in si_meminfo()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
Dfilter.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2013 Solarflare Communications Inc.
15 * enum efx_filter_match_flags - Flags for hardware filter match type
22 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type
32 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or
33 * local 2-tuple (only implemented for Falcon B0)
35 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple
36 * or local 2-tuple, or local MAC with or without outer VID, and RX
39 * - Huntington supports filter matching controlled by firmware, potentially
40 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit,
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dfilter.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2013 Solarflare Communications Inc.
15 * enum efx_filter_match_flags - Flags for hardware filter match type
22 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type
32 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or
33 * local 2-tuple (only implemented for Falcon B0)
35 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple
36 * or local 2-tuple, or local MAC with or without outer VID, and RX
39 * - Huntington supports filter matching controlled by firmware, potentially
40 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit,
[all …]
/kernel/linux/linux-5.10/tools/testing/fault-injection/
Dfailcmd.sh2 # SPDX-License-Identifier: GPL-2.0
5 # failcmd.sh - run a command with injecting slab/page allocation failures
8 # failcmd.sh --help
24 -p percent
25 --probability=percent
29 -t value
30 --times=value
34 --oom-kill-allocating-task=value
39 -h, --help
42 --interval=value, --space=value, --verbose=value, --task-filter=value,
[all …]
/kernel/linux/linux-6.6/tools/testing/fault-injection/
Dfailcmd.sh2 # SPDX-License-Identifier: GPL-2.0
5 # failcmd.sh - run a command with injecting slab/page allocation failures
8 # failcmd.sh --help
24 -p percent
25 --probability=percent
29 -t value
30 --times=value
34 --oom-kill-allocating-task=value
39 -h, --help
42 --interval=value, --space=value, --verbose=value, --task-filter=value,
[all …]
/kernel/linux/linux-5.10/scripts/
DMakefile.build1 # SPDX-License-Identifier: GPL-2.0
14 obj-y :=
15 obj-m :=
16 lib-y :=
17 lib-m :=
19 always-y :=
20 always-m :=
22 subdir-y :=
23 subdir-m :=
28 asflags-y :=
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _codec-stateless-controls:
18 .. _codec-stateless-control-id:
23 .. _v4l2-codec-stateless-h264:
43 .. flat-table:: struct v4l2_ctrl_h264_sps
44 :header-rows: 0
45 :stub-columns: 0
48 * - __u8
49 - ``profile_idc``
50 -
[all …]
/kernel/linux/linux-6.6/scripts/
DMakefile.build1 # SPDX-License-Identifier: GPL-2.0
14 obj-y :=
15 obj-m :=
16 lib-y :=
17 lib-m :=
18 always-y :=
19 always-m :=
21 subdir-y :=
22 subdir-m :=
27 asflags-y :=
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/
Dbdisp-reg.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 /* 0 - General */
13 /* 1 - Target */
18 /* 2 - Color Fill */
21 /* 3 - Source 1 */
26 /* 4 - Source 2 */
31 /* 5 - Source 3 */
36 /* 6 - Clipping */
39 /* 7 - CLUT */
42 /* 8 - Filter & Mask */
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
Dbdisp-reg.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 /* 0 - General */
13 /* 1 - Target */
18 /* 2 - Color Fill */
21 /* 3 - Source 1 */
26 /* 4 - Source 2 */
31 /* 5 - Source 3 */
36 /* 6 - Clipping */
39 /* 7 - CLUT */
42 /* 8 - Filter & Mask */
[all …]
/kernel/linux/linux-6.6/drivers/iio/filter/
DKconfig2 # Filter drivers
4 # When adding new entries keep the list in alphabetical order
9 tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter"
14 2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/
Dtests.json6 "filter",
14 "$TC filter add dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall action ok"
16 … "cmdUnderTest": "$TC filter get dev $DEV1 protocol all pref 1 ingress handle 0x1234 matchall",
18 "verifyCmd": "$TC filter show dev $DEV1 ingress",
19 "matchPattern": "filter protocol all pref 1 matchall chain 0 handle 0x1234",
29 "filter",
35 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress handle 0xffffffff flower acti…
37 "verifyCmd": "$TC filter show dev $DEV2 ingress",
38 "matchPattern": "filter protocol ip pref 1 flower.*handle 0xffffffff",
48 "filter",
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/actions/
Dgact.json20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref",
44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref",
68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref",
92 "matchPattern": "action order [0-9]*: gact action drop.*index 30 ref",
116 "matchPattern": "action order [0-9]*: gact action continue.*index 432 ref",
140 "matchPattern": "action order [0-9]*: gact action.*index 386 ref",
165 "matchPattern": "action order [0-9]*: gact action drop.*index 15 ref",
173 "name": "Add action with index exceeding 32-bit maximum",
189 "matchPattern": "action order [0-9]*: gact action drop.*index 4294967296 ref",
197 "name": "Add action with index at 32-bit maximum",
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _mpeg-controls:
24 .. _mpeg-control-id:
27 -----------------
35 .. _v4l2-mpeg-stream-type:
40 enum v4l2_mpeg_stream_type -
41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything
48 .. flat-table::
49 :header-rows: 0
50 :stub-columns: 0
[all …]
/kernel/linux/linux-6.6/drivers/dma-buf/
Dselftest.c1 /* SPDX-License-Identifier: MIT */
31 /* Embed the line number into the parameter name so that we can order tests */
49 char *filter, *sep, *tok; in apply_subtest_filter() local
52 filter = kstrdup(__st_filter, GFP_KERNEL); in apply_subtest_filter()
53 for (sep = filter; (tok = strsep(&sep, ","));) { in apply_subtest_filter()
85 kfree(filter); in apply_subtest_filter()
95 for (; count--; st++) { in __subtests()
98 return -EINTR; in __subtests()
100 if (!apply_subtest_filter(caller, st->name)) in __subtests()
103 pr_info("dma-buf: Running %s/%s\n", caller, st->name); in __subtests()
[all …]
/kernel/linux/linux-5.10/drivers/dma-buf/
Dselftest.c1 /* SPDX-License-Identifier: MIT */
31 /* Embed the line number into the parameter name so that we can order tests */
49 char *filter, *sep, *tok; in apply_subtest_filter() local
52 filter = kstrdup(__st_filter, GFP_KERNEL); in apply_subtest_filter()
53 for (sep = filter; (tok = strsep(&sep, ","));) { in apply_subtest_filter()
85 kfree(filter); in apply_subtest_filter()
95 for (; count--; st++) { in __subtests()
98 return -EINTR; in __subtests()
100 if (!apply_subtest_filter(caller, st->name)) in __subtests()
103 pr_info("dma-buf: Running %s/%s\n", caller, st->name); in __subtests()
[all …]
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/aquantia/
Datlantic.rst1 .. SPDX-License-Identifier: GPL-2.0
8 For the aQuantia Multi-Gigabit PCI Express Family of Ethernet Adapters
12 - Identifying Your Adapter
13 - Configuration
14 - Supported ethtool options
15 - Command Line Parameters
16 - Config file parameters
17 - Support
18 - License
23 The driver in this release is compatible with AQC-100, AQC-107, AQC-108
[all …]

12345678910>>...44