/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | tcindex.json | 4 "name": "Add tcindex filter with default action", 6 "filter", 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 tcindex classid… 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip tcindex", 18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 tcindex chain 0 handle 0x0001 classid 1:1… 26 "name": "Add tcindex filter with hash size and pass action", 28 "filter", 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 tcindex hash 32… 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip tcindex", 40 …"matchPattern": "^filter parent ffff: protocol ip pref.*tcindex chain [0-9]+ handle 0x0001 classid… [all …]
|
D | u32.json | 6 "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 …]
|
D | rsvp.json | 4 "name": "Add rsvp filter with tcp proto and specific IP address", 6 "filter", 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto tcp session… 17 "verifyCmd": "$TC filter show dev $DEV1 parent ffff:", 18 …"matchPattern": "^filter protocol ip pref [0-9]+ rsvp chain [0-9]+ fh 0x.*session 198.168.10.64 ip… 26 "name": "Add rsvp filter with udp proto and specific IP address", 28 "filter", 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session… 39 "verifyCmd": "$TC filter show dev $DEV1 parent ffff:", 40 …"matchPattern": "^filter protocol ip pref [0-9]+ rsvp chain [0-9]+ fh 0x.*session 1.1.1.1 ipproto … [all …]
|
D | route.json | 4 "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 …]
|
D | tests.json | 6 "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 …]
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | filter.h | 1 /* 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 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or 34 * local 2-tuple (only implemented for Falcon B0) 36 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple 37 * or local 2-tuple, or local MAC with or without outer VID, and RX 40 * - Huntington supports filter matching controlled by firmware, potentially 41 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit, [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | st,stm32-dfsdm-adc.yaml | 1 # 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-v6.1/drivers/net/ethernet/sfc/falcon/ |
D | filter.h | 1 /* 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-v6.1/drivers/net/ethernet/sfc/siena/ |
D | filter.h | 1 /* 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-v6.1/tools/testing/fault-injection/ |
D | failcmd.sh | 2 # 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-v6.1/scripts/ |
D | Makefile.build | 1 # 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 …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-other.json | 164 "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 conjuection 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-v6.1/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-other.json | 164 "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 conjuection 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 … 349 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa… 359 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa… [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 1 .. 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-v6.1/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-reg.h | 1 /* 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-v6.1/drivers/iio/filter/ |
D | Kconfig | 2 # 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-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | gact.json | 20 "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 …]
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/aquantia/ |
D | atlantic.rst | 1 .. 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-v6.1/drivers/dma-buf/ |
D | selftest.c | 1 /* 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-v6.1/include/media/ |
D | dvb_demux.h | 4 * 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-v6.1/Documentation/trace/ |
D | events.rst | 24 --------------------------------- 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-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_values.h | 4 * 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-v6.1/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-other.json | 111 … "BriefDescription": "Misc Events - Set 0; Cache Inserts of Atomic Transactions as Secondary", 120 "BriefDescription": "Misc Events - Set 0; Cache Inserts of Read Transactions as Secondary", 129 "BriefDescription": "Misc Events - Set 0; Cache Inserts of Write Transactions as Secondary", 138 "BriefDescription": "Misc Events - Set 0; Fastpath Rejects", 147 "BriefDescription": "Misc Events - Set 0; Fastpath Requests", 156 "BriefDescription": "Misc Events - Set 0; Fastpath Transfers From Primary to Secondary", 165 "BriefDescription": "Misc Events - Set 0; Prefetch Ack Hints From Primary to Secondary", 174 "BriefDescription": "Misc Events - Set 0; Prefetch TimeOut", 184 "BriefDescription": "Misc Events - Set 1; Data Throttled", 194 "BriefDescription": "Misc Events - Set 1", [all …]
|
/Linux-v6.1/arch/x86/events/intel/ |
D | pt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2013-2014, Intel Corporation. 8 * http://software.intel.com/en-us/intel-isa-extensions 25 #include <asm/intel-family.h> 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" ); [all …]
|
/Linux-v6.1/drivers/iio/adc/ |
D | stm32-dfsdm.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 15 * STM32 DFSDM - global register map 18 * -------------------------------------------------------- 20 * -------------------------------------------------------- 22 * -------------------------------------------------------- 24 * -------------------------------------------------------- 26 * -------------------------------------------------------- 27 * | 0x100 | FILTER 0 + COMMON FILTER FIELDs | 28 * -------------------------------------------------------- [all …]
|