| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/ti/ |
| D | cpsw_switchdev.rst | 1 .. SPDX-License-Identifier: GPL-2.0 17 ip -d link show dev sw0p1 | grep switchid 26 - The new (cpsw_new.c) driver is operating in dual-emac mode by default, thus 27 working as 2 individual network interfaces. Main differences from legacy CPSW 30 - optimized promiscuous mode: The P0_UNI_FLOOD (both ports) is enabled in 36 - learning disabled on ports as it make not too much sense for 37 segregated ports - no forwarding in HW. 38 - enabled basic support for devlink. 47 name switch_mode type driver-specific 50 name ale_bypass type driver-specific [all …]
|
| D | am65_nuss_cpsw_switchdev.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 ip -d link show dev sw0p1 | grep switchid 23 - The driver is operating in multi-mac mode by default, thus 24 working as N individual network interfaces. 29 See Documentation/networking/devlink/am65-nuss-cpsw-switch.rst 40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but 45 When the both interfaces joined the bridge - CPSW switch driver will enable 65 [*] bridge vlan add dev br0 vid 1 pvid untagged self 84 bridge vlan add dev br0 vid 1 pvid untagged self <---- add cpu port to VLAN 1 95 bridge vlan add dev br0 vid 100 pvid untagged self <---- Add cpu port to VLAN100 [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/ti/ |
| D | cpsw_switchdev.rst | 1 .. SPDX-License-Identifier: GPL-2.0 17 ip -d link show dev sw0p1 | grep switchid 26 - The new (cpsw_new.c) driver is operating in dual-emac mode by default, thus 27 working as 2 individual network interfaces. Main differences from legacy CPSW 30 - optimized promiscuous mode: The P0_UNI_FLOOD (both ports) is enabled in 36 - learning disabled on ports as it make not too much sense for 37 segregated ports - no forwarding in HW. 38 - enabled basic support for devlink. 47 name switch_mode type driver-specific 50 name ale_bypass type driver-specific [all …]
|
| /kernel/linux/linux-5.10/scripts/gdb/linux/ |
| D | symbols.py | 6 # Copyright (c) Siemens AG, 2011-2013 23 def __init__(self, spec, gdb_command): argument 24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True) 25 self.silent = True 26 self.gdb_command = gdb_command 28 def stop(self): argument 31 cmd = self.gdb_command 36 # Disable pagination while reporting symbol (re-)loading. 57 """(Re-)load symbols of Linux kernel and currently loaded modules. 59 The kernel (vmlinux) is taken from the current working directly. Modules (.ko) [all …]
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| D | symbols.py | 6 # Copyright (c) Siemens AG, 2011-2013 23 def __init__(self, spec, gdb_command): argument 24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True) 25 self.silent = True 26 self.gdb_command = gdb_command 28 def stop(self): argument 31 cmd = self.gdb_command 36 # Disable pagination while reporting symbol (re-)loading. 57 """(Re-)load symbols of Linux kernel and currently loaded modules. 59 The kernel (vmlinux) is taken from the current working directly. Modules (.ko) [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | so_incoming_cpu.c | 1 // SPDX-License-Identifier: GPL-2.0 62 ASSERT_NE(fd, -1); in write_sysctl() 78 #define NR_PORT (60001 - 10000 - 1) 96 self->servers = malloc(sizeof(int) * nr_server); in FIXTURE_SETUP() 97 ASSERT_NE(self->servers, NULL); in FIXTURE_SETUP() 99 self->in_addr.sin_family = AF_INET; in FIXTURE_SETUP() 100 self->in_addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in FIXTURE_SETUP() 101 self->in_addr.sin_port = htons(0); in FIXTURE_SETUP() 102 self->addrlen = sizeof(struct sockaddr_in); in FIXTURE_SETUP() 110 close(self->servers[i]); in FIXTURE_TEARDOWN() [all …]
|
| /kernel/linux/linux-6.6/Documentation/mm/ |
| D | multigen_lru.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Multi-Gen LRU 6 The multi-gen LRU is an alternative LRU implementation that optimizes 14 ---------- 20 * Simple self-correcting heuristics 23 implementations. In the multi-gen LRU, each generation represents a 25 (time-based) common frame of reference and therefore help make better 41 choices; thus self-correction is necessary. 43 The benefits of simple self-correcting heuristics are self-evident. 51 ----------- [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | x-powers,axp152.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: X-Powers AXP PMIC 10 - Chen-Yu Tsai <wens@csie.org> 13 - if: 18 - x-powers,axp152 19 - x-powers,axp202 20 - x-powers,axp209 [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/ |
| D | conftest.py | 1 # SPDX-License-Identifier: GPL-2.0 24 This class provides methods to run text-based interface of Kconfig 30 def __init__(self, request): argument 36 self._test_dir = os.path.dirname(str(request.fspath)) 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 41 """Run text-based Kconfig executable and save the result. 43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.) 54 extra_env['srctree'] = self._test_dir 60 # if .config is given, copy it to the working directory 62 shutil.copyfile(os.path.join(self._test_dir, dot_config), [all …]
|
| /kernel/linux/linux-6.6/scripts/kconfig/tests/ |
| D | conftest.py | 1 # SPDX-License-Identifier: GPL-2.0 24 This class provides methods to run text-based interface of Kconfig 30 def __init__(self, request): argument 36 self._test_dir = os.path.dirname(str(request.fspath)) 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 41 """Run text-based Kconfig executable and save the result. 43 mode: input mode option (--oldaskconfig, --defconfig=<file> etc.) 54 extra_env['srctree'] = self._test_dir 64 # if .config is given, copy it to the working directory 66 shutil.copyfile(os.path.join(self._test_dir, dot_config), [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 4 - compatible: Must be "rockchip,rk3399-dmc". 5 - devfreq-events: Node to get DDR loading, Refer to 7 rockchip-dfi.txt 8 - clocks: Phandles for clock specified in "clock-names" property 9 - clock-names : The name of clock used by the DFI, must be 11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp.txt 13 - center-supply: DMC supply node. 14 - status: Marks the node enabled/disabled. 17 - interrupts: The CPU interrupt number. The interrupt specifier 21 - rockchip,pmu: Phandle to the syscon managing the "PMU general register [all …]
|
| /kernel/linux/linux-6.6/Documentation/trace/coresight/ |
| D | coresight-perf.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 CoreSight - Perf 15 perf record -e cs_etm//u testbinary 19 is working correctly. You can dump the content of this file as 22 perf report --stdio --dump -i perf.data 26 …ERF_RECORD_AUXTRACE size: 0x11dd0 offset: 0 ref: 0x1b614fc1061b0ad1 idx: 0 tid: 531230 cpu: -1 48 for the support such as libopencsd and libopencsd-dev or download it 60 ------------------------ 81 Perf test - Verify kernel and userspace perf CoreSight work 82 ----------------------------------------------------------- [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: ftrace - function pid filters 12 if [ ! -f options/function-fork ]; then 14 echo "no option for function-fork found. Option will not be tested." 17 read PID _ < /proc/self/stat 19 if [ $do_function_fork -eq 1 ]; then 20 # default value of function-fork option 21 orig_value=`grep function-fork trace_options` 25 if [ $do_function_fork -eq 0 ]; then 47 if [ $do_function_fork -eq 1 ]; then [all …]
|
| D | func-filter-notrace-pid.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: ftrace - function pid notrace filters 11 if [ ! -f options/function-fork ]; then 13 echo "no option for function-fork found. Option will not be tested." 16 read PID _ < /proc/self/stat 18 if [ $do_function_fork -eq 1 ]; then 19 # default value of function-fork option 20 orig_value=`grep function-fork trace_options` 24 if [ $do_function_fork -eq 0 ]; then 47 if [ $do_function_fork -eq 1 ]; then [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: ftrace - function pid filters 12 if [ ! -f options/function-fork ]; then 14 echo "no option for function-fork found. Option will not be tested." 17 read PID _ < /proc/self/stat 19 if [ $do_function_fork -eq 1 ]; then 20 # default value of function-fork option 21 orig_value=`grep function-fork trace_options` 25 if [ $do_function_fork -eq 0 ]; then 47 if [ $do_function_fork -eq 1 ]; then [all …]
|
| D | func-filter-notrace-pid.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: ftrace - function pid notrace filters 11 if [ ! -f options/function-fork ]; then 13 echo "no option for function-fork found. Option will not be tested." 16 read PID _ < /proc/self/stat 18 if [ $do_function_fork -eq 1 ]; then 19 # default value of function-fork option 20 orig_value=`grep function-fork trace_options` 24 if [ $do_function_fork -eq 0 ]; then 47 if [ $do_function_fork -eq 1 ]; then [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Brian Norris <briannorris@chromium.org> 15 - rockchip,rk3399-dmc 17 devfreq-events: 21 Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt. 26 clock-names: 28 - const: dmc_clk [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/cirrus/ |
| D | cs89x0.rst | 1 .. SPDX-License-Identifier: GPL-2.0 33 2.1 CS8900-based Adapter Configuration 34 2.2 CS8920-based Adapter Configuration 46 5.2.1 Diagnostic Self-Test 66 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow 67 IEEE 802.3 standards and support half or full-duplex operation in ISA bus 69 in 16-bit ISA or EISA bus expansion slots and are available in 70 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5 73 CS8920-based adapters are similar to the CS8900-based adapter with additional 85 or loaded at run-time as a device driver module. [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/cirrus/ |
| D | cs89x0.rst | 1 .. SPDX-License-Identifier: GPL-2.0 33 2.1 CS8900-based Adapter Configuration 34 2.2 CS8920-based Adapter Configuration 46 5.2.1 Diagnostic Self-Test 66 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow 67 IEEE 802.3 standards and support half or full-duplex operation in ISA bus 69 in 16-bit ISA or EISA bus expansion slots and are available in 70 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5 73 CS8920-based adapters are similar to the CS8900-based adapter with additional 85 or loaded at run-time as a device driver module. [all …]
|
| /kernel/linux/linux-6.6/arch/alpha/kernel/ |
| D | sys_eiger.c | 1 // SPDX-License-Identifier: GPL-2.0 39 static unsigned long cached_irq_mask[2] = { -1, -1 }; 46 mask = (irq >= 64 ? mask << 16 : mask >> ((irq - 16) & 0x30)); in eiger_update_irq_hw() 47 regaddr = 0x510 + (((irq - 16) >> 2) & 0x0c); in eiger_update_irq_hw() 54 unsigned int irq = d->irq; in eiger_enable_irq() 63 unsigned int irq = d->irq; in eiger_disable_irq() 90 * OTOH, the accelerator thing doesn't seem to be working in eiger_device_interrupt() 116 int irq = (vector - 0x800) >> 4; in eiger_srm_device_interrupt() 134 eiger_update_irq_hw(i, -1); in eiger_init_irq() 154 so we subtract 80 because it is (90 - allocated ISA IRQ's). */ in eiger_map_irq() [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| D | sys_eiger.c | 1 // SPDX-License-Identifier: GPL-2.0 39 static unsigned long cached_irq_mask[2] = { -1, -1 }; 46 mask = (irq >= 64 ? mask << 16 : mask >> ((irq - 16) & 0x30)); in eiger_update_irq_hw() 47 regaddr = 0x510 + (((irq - 16) >> 2) & 0x0c); in eiger_update_irq_hw() 54 unsigned int irq = d->irq; in eiger_enable_irq() 63 unsigned int irq = d->irq; in eiger_disable_irq() 90 * OTOH, the accelerator thing doesn't seem to be working in eiger_device_interrupt() 116 int irq = (vector - 0x800) >> 4; in eiger_srm_device_interrupt() 134 eiger_update_irq_hw(i, -1); in eiger_init_irq() 154 so we subtract 80 because it is (90 - allocated ISA IRQ's). */ in eiger_map_irq() [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| D | ohci-q.c | 1 // SPDX-License-Identifier: GPL-1.0+ 6 * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net> 16 int last = urb_priv->length - 1; in urb_free_priv() 23 td = urb_priv->td [i]; in urb_free_priv() 29 list_del (&urb_priv->pending); in urb_free_priv() 33 /*-------------------------------------------------------------------------*/ 42 __releases(ohci->lock) in finish_urb() 43 __acquires(ohci->lock) in finish_urb() 45 struct device *dev = ohci_to_hcd(ohci)->self.controller; in finish_urb() 46 struct usb_host_endpoint *ep = urb->ep; in finish_urb() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | ohci-q.c | 1 // SPDX-License-Identifier: GPL-1.0+ 6 * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net> 16 int last = urb_priv->length - 1; in urb_free_priv() 23 td = urb_priv->td [i]; in urb_free_priv() 29 list_del (&urb_priv->pending); in urb_free_priv() 33 /*-------------------------------------------------------------------------*/ 42 __releases(ohci->lock) in finish_urb() 43 __acquires(ohci->lock) in finish_urb() 45 struct device *dev = ohci_to_hcd(ohci)->self.controller; in finish_urb() 46 struct usb_host_endpoint *ep = urb->ep; in finish_urb() [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | bpf_helpers_doc.py | 2 # SPDX-License-Identifier: GPL-2.0-only 4 # Copyright (C) 2018-2019 Netronome Systems, Inc. 17 def __init__(self, line='<line not provided>', reader=None): argument 19 BaseException.__init__(self, 23 BaseException.__init__(self, 'Error parsing line: %s' % line) 32 def __init__(self, proto='', desc='', ret=''): argument 33 self.proto = proto 34 self.desc = desc 35 self.ret = ret 37 def proto_break_down(self): argument [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 30 converting bitfields between a CPU-usable representation and a 32 - Is little endian (bytes are reversed within a 32-bit group) 33 - The least-significant 32-bit word comes first (within a 64-bit 35 - The most significant bit of a byte is at its right (bit 0 of a 49 This option enables the use of hardware bit-reversal instructions on 89 bool "Access I/O in non-MMIO mode" 94 mechanism, the host-local I/O resource can be mapped into system 96 system can access the I/O devices with the mapped-logic PIO through 110 tristate "CRC-CCITT functions" [all …]
|