Home
last modified time | relevance | path

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

12345678910>>...38

/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A 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 …]
H A 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 …]
/linux/drivers/net/ethernet/sfc/
H A 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 …]
/linux/drivers/net/ethernet/sfc/falcon/
H A 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 …]
/linux/drivers/net/ethernet/sfc/siena/
H A 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 …]
/linux/mm/
H A Dshow_mem.c1 // SPDX-License-Identifier: GPL-2.0-only
47 available = global_zone_page_state(NR_FREE_PAGES) - totalreserve_pages; in si_mem_available()
56 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available()
66 reclaimable -= min(reclaimable / 2, wmark_low); in si_mem_available()
77 val->totalram = totalram_pages(); in si_meminfo()
78 val->sharedram = global_node_page_state(NR_SHMEM); in si_meminfo()
79 val->freeram = global_zone_page_state(NR_FREE_PAGES); in si_meminfo()
80 val->bufferram = nr_blockdev_pages(); in si_meminfo()
81 val->totalhigh = totalhigh_pages(); in si_meminfo()
82 val->freehigh = nr_free_highpages(); in si_meminfo()
[all …]
/linux/Documentation/devicetree/bindings/iio/adc/
H A 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 …]
/linux/tools/testing/fault-injection/
H A 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 …]
/linux/Documentation/userspace-api/media/v4l/
H A 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 …]
/linux/drivers/media/platform/st/sti/bdisp/
H A 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 …]
/linux/scripts/
H A 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 …]
H A DMakefile.lib1 # SPDX-License-Identifier: GPL-2.0
3 asflags-y += $(EXTRA_AFLAGS)
4 ccflags-y += $(EXTRA_CFLAGS)
5 cppflags-y += $(EXTRA_CPPFLAGS)
6 ldflags-y += $(EXTRA_LDFLAGS)
9 KBUILD_AFLAGS += $(subdir-asflags-y)
10 KBUILD_CFLAGS += $(subdir-ccflags-y)
11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
16 # When an object is listed to be built compiled-in and modular,
17 # only build the compiled-in version
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dgact.json23 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref",
50 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref",
77 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref",
104 "matchPattern": "action order [0-9]*: gact action drop.*index 30 ref",
131 "matchPattern": "action order [0-9]*: gact action continue.*index 432 ref",
158 "matchPattern": "action order [0-9]*: gact action.*index 386 ref",
186 "matchPattern": "action order [0-9]*: gact action drop.*index 15 ref",
194 "name": "Add action with index exceeding 32-bit maximum",
213 "matchPattern": "action order [0-9]*: gact action drop.*index 4294967296 ref",
221 "name": "Add action with index at 32-bit maximum",
[all …]
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A 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 …]
/linux/Documentation/trace/
H A Devents.rst24 ---------------------------------
59 ---------------------------
82 - 0 - all events this file affects are disabled
83 - 1 - all events this file affects are enabled
84 - X - there is a mixture of events enabled and disabled
85 - ? - this file does not affect any event
88 ---------------
90 In order to facilitate early boot debugging, use boot option::
92 trace_event=[event-list]
94 event-list is a comma separated list of events. See section 2.1 for event
[all …]
/linux/include/media/
H A Ddvb_demux.h4 * Copyright (C) 2000-2001 Marcus Metzler & Ralph Metzler
30 * enum dvb_dmx_filter_type - type of demux feed.
41 * enum dvb_dmx_state - state machine for a demux filter.
43 * @DMX_STATE_FREE: indicates that the filter is freed.
44 * @DMX_STATE_ALLOCATED: indicates that the filter was allocated
46 * @DMX_STATE_READY: indicates that the filter is ready
48 * @DMX_STATE_GO: indicates that the filter is running.
64 * struct dvb_demux_filter - Describes a DVB demux section filter.
66 * @filter: Section filter as defined by &struct dmx_section_filter.
69 * @doneq: flag that indicates when a filter is ready.
[all …]
/linux/drivers/dma-buf/
H A 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 …]
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-interconnect.json164 "BriefDescription": "BL Ingress Occupancy - DRS",
189 "BriefDescription": "BL Ingress Occupancy - NCB",
214 "BriefDescription": "BL Ingress Occupancy - NCS",
236 …ny requests behind it in the switch queue will lose ownership and have to re-acquire it later when…
256 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
266 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
276 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
286 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
332 … devices). This can be used in conjunction with the allocations event in order to calculate avera…
341 …er of cycles when there are pending write ACK's in the switch but the switch->IRP pipeline is not …
[all …]
/linux/include/uapi/linux/
H A Dv4l2-controls.h1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) */
5 * Copyright (C) 1999-2012 the contributors
19 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
24 #define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
34 /* User-class control IDs */
116 /* USER-class private control IDs */
136 * The base for the si476x driver controls. See include/media/drv-intf/si476x.h
218 /* MPEG-class control IDs */
228 V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0, /* MPEG-2 program stream */
229 V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1, /* MPEG-2 transport stream */
[all …]
/linux/arch/x86/events/intel/
H A Dpt.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2013-2014, Intel Corporation.
8 * http://software.intel.com/en-us/intel-isa-extensions
42 * width encoded in IP-related packets), and event configuration (bitmasks with
78 u32 c = caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg]; in intel_pt_validate_cap()
79 unsigned int shift = __ffs(cd->mask); in intel_pt_validate_cap()
81 return (c & cd->mask) >> shift; in intel_pt_validate_cap()
97 enum pt_capabilities cap = (long)ea->var; in pt_cap_show()
117 PMU_FORMAT_ATTR(mtc_period, "config:14-17" );
118 PMU_FORMAT_ATTR(cyc_thresh, "config:19-22" );
[all …]
/linux/drivers/iio/filter/
H A 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.
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_values.h4 * Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
74 /* T6 and later use a single-bit encoding for FetchBurstMin */
102 /* T5 and later support a new BAR2-based doorbell mechanism for Egress Queues.
104 * offsets 8x and a Write Combining single 64-byte Egress Queue Unit
110 * non-64-byte aligned offset for the Simple Doorbell in order to attempt to
112 * non-contiguous offset for the Going To Sleep writes in order to avoid
125 /* PCI-E definitions */
130 * Compressed Filter Tuple for LE filters. Each bit set in TP_VLAN_PRI_MAP
[all …]
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-interconnect.json164 "BriefDescription": "BL Ingress Occupancy - DRS",
189 "BriefDescription": "BL Ingress Occupancy - NCB",
214 "BriefDescription": "BL Ingress Occupancy - NCS",
256 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
266 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
276 …ddition to the source queue. Note the special filtering equation. We do OR-reduction on the requ…
322 … devices). This can be used in conjunction with the allocations event in order to calculate avera…
331 …er of cycles when there are pending write ACK's in the switch but the switch->IRP pipeline is not …
353 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress Credits",
358 …ttempted to do direct2core on. There are 4 mutually exclusive filters. Filter [0] can be used to…
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-interconnect.json7-width (L0) mode, flits are made up of four fits, each of which contains 20 bits of data (along wi…
17-width (L0) mode, flits are made up of four fits, each of which contains 20 bits of data (along wi…
131 … "BriefDescription": "Misc Events - Set 0; Cache Inserts of Atomic Transactions as Secondary",
136 …"PublicDescription": "Counts Timeouts - Set 0 : Cache Inserts of Atomic Transactions as Secondary",
141 "BriefDescription": "Misc Events - Set 0; Cache Inserts of Read Transactions as Secondary",
146 … "PublicDescription": "Counts Timeouts - Set 0 : Cache Inserts of Read Transactions as Secondary",
151 "BriefDescription": "Misc Events - Set 0; Cache Inserts of Write Transactions as Secondary",
156 … "PublicDescription": "Counts Timeouts - Set 0 : Cache Inserts of Write Transactions as Secondary",
161 "BriefDescription": "Misc Events - Set 0; Fastpath Rejects",
166 "PublicDescription": "Counts Timeouts - Set 0 : Fastpath Rejects",
[all …]
H A Duncore-cache.json7 "Filter": "filter_opc=0x191", string
19 "Filter": "filter_opc=0x192", string
27 …"BriefDescription": "LLC misses - demand and prefetch data reads - excludes LLC prefetches. Derive…
31 "Filter": "filter_opc=0x182", string
43 "Filter": "filter_opc=0x187,filter_nc=1", string
55 "Filter": "filter_opc=0x18f,filter_nc=1", string
67 "Filter": "filter_opc=0x1c8,filter_tid=0x3e", string
79 "Filter": "filter_opc=0x19e", string
91 "Filter": "filter_opc=0x1c8", string
103 "Filter": "filter_opc=0x190", string
[all …]

12345678910>>...38