/Linux-v5.10/tools/testing/selftests/net/ |
D | so_txtime.sh | 20 ./so_txtime -4 -6 -c mono a,-1 a,-1 21 ./so_txtime -4 -6 -c mono a,0 a,0 22 ./so_txtime -4 -6 -c mono a,10 a,10 23 ./so_txtime -4 -6 -c mono a,10,b,20 a,10,b,20 24 ./so_txtime -4 -6 -c mono a,20,b,10 b,20,a,20 27 ! ./so_txtime -4 -6 -c tai a,-1 a,-1 28 ! ./so_txtime -4 -6 -c tai a,0 a,0 29 ./so_txtime -4 -6 -c tai a,10 a,10 30 ./so_txtime -4 -6 -c tai a,10,b,20 a,10,b,20 31 ./so_txtime -4 -6 -c tai a,20,b,10 b,10,a,20
|
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | rtnetlink.sh | 78 check_fail $? "IP address addition passed for a device with a wrong MAC" 88 # Change of MAC address of a RIF should be forbidden if the new MAC 91 check_fail $? "change of MAC address passed for a wrong MAC" 107 # Test that it is possible to set an IP address on a VRF upper despite 111 ip link add name vrf-test type vrf table 10 132 # Create a FID RIF 138 # Prepare a device with a low MAC address 145 check_fail $? "Device with low MAC was permitted to attach a bridge with RIF" 173 # Create a FID RIF 180 # Prepare a device with a low MAC address [all …]
|
D | sch_red_core.sh | 3 # This test sends a >1Gbps stream of traffic from H1, to the switch, which 4 # forwards it to a 1Gbps port. This 1Gbps stream is then looped back to the 11 # A RED Qdisc is installed on $swp3. The configuration is such that the minimum 12 # and maximum size are 1 byte apart, so there is a very clear border under which 25 # | + $h1.10 | | + $h2.10 | 41 # | | + $swp1.10 | | | + $swp2.10 | | | 42 # | | | | .-------------+ $swp5.10 | | | 45 # | | + $swp2.10 | | | | | | | 46 # | +-|-----------------+ | | | + $swp3.10 | | | 67 # | + $h3.10 $h3.11 + | [all …]
|
D | vxlan.sh | 66 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \ 83 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \ 91 log_test "vxlan device with a vlan-aware bridge" 100 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \ 108 log_test "vxlan device with a multicast enabled bridge" 118 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \ 128 log_test "vxlan device with a multicast group" 137 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \ 154 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \ 171 ip link add name vxlan0 up type vxlan id 10 learning noudpcsum \ [all …]
|
/Linux-v5.10/Documentation/gpu/ |
D | afbc.rst | 7 AFBC is a proprietary lossless image compression protocol and format. 21 AFBC streams can contain several components - where a component 22 corresponds to a color channel (i.e. R, G, B, X, A, Y, Cb, Cr). 45 * Component 3: A(8) 70 Please note, however, that the inclusion of a "wasted" 'X' channel is 72 formats containing 'X' bits. If a fourth component is 75 '1'. If there is no requirement for a fourth component, then a format 126 - 10-bit per component RGB, with 2-bit alpha 128 * Component 0: R(10) 129 * Component 1: G(10) [all …]
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/3com/ |
D | vortex.rst | 33 - 3c590 Vortex 10Mbps 34 - 3c592 EISA 10Mbps Demon/Vortex 39 - 3c900 Boomerang 10baseT 40 - 3c900 Boomerang 10Mbps Combo 41 - 3c900 Cyclone 10Mbps TPO 42 - 3c900 Cyclone 10Mbps Combo 43 - 3c900 Cyclone 10Mbps TPC 44 - 3c900B-FL Cyclone 10base-FL 48 - 3c905B Cyclone 10/100/BNC 58 - 3c575 [Megahertz] 10/100 LAN CardBus [all …]
|
/Linux-v5.10/include/uapi/drm/ |
D | drm_fourcc.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38 * fourcc code, a Format Modifier may optionally be provided, in order to 44 * Format modifiers are used in conjunction with a fourcc code, forming a 56 * vendor-namespaced, and as such the relationship between a fourcc code and a 69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ argument 104 #define DRM_FORMAT_ARGB4444 fourcc_code('A', 'R', '1', '2') /* [15:0] A:R:G:B 4:4:4:4 little endian… 105 #define DRM_FORMAT_ABGR4444 fourcc_code('A', 'B', '1', '2') /* [15:0] A:B:G:R 4:4:4:4 little endian… 106 #define DRM_FORMAT_RGBA4444 fourcc_code('R', 'A', '1', '2') /* [15:0] R:G:B:A 4:4:4:4 little endian… 107 #define DRM_FORMAT_BGRA4444 fourcc_code('B', 'A', '1', '2') /* [15:0] B:G:R:A 4:4:4:4 little endian… [all …]
|
/Linux-v5.10/drivers/staging/greybus/tools/ |
D | README.loopback | 7 A user could run a test without the need of the test application given 22 Here is a short summary of the sysfs interface files that should be visible: 85 …-m mask - a bit mask of connections to include example: -m 8 = 4th connection -m 9 = 1st and 4… 90 …-p porcelain - when specified printout is in a user-friendly non-CSV format. This option suppr… 91 -a aggregate - show aggregation of all enabled devies 100 3.1 - Using the driver sysfs files to run a test on a single device: 102 * Run a 1000 transfers of a 100 byte packet. Each transfer is started only 113 * Run a 1000 transfers of a 100 byte packet. Transfers are started without 148 * Run a transfer test 10 iterations of size 100 bytes on all available devices 149 #/loopback_test -t transfer -i 10 -s 100 [all …]
|
/Linux-v5.10/Documentation/admin-guide/device-mapper/ |
D | zero.rst | 5 Device-Mapper's "zero" target provides a block-device that always returns 7 /dev/zero, but as a block-device instead of a character-device. 12 conjunction with dm-snapshot. A sparse device reports a device-size larger 13 than the amount of actual storage space available for that device. A user can 14 write data anywhere within the sparse device and read it back like a normal 15 device. Reads to previously unwritten areas will return a zero'd buffer. When 20 To create a sparse device, start by creating a dm-zero device that's the 21 desired size of the sparse device. For this example, we'll assume a 10TB 24 TEN_TERABYTES=`expr 10 \* 1024 \* 1024 \* 1024 \* 2` # 10 TB in sectors 27 Then create a snapshot of the zero device, using any available block-device as [all …]
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/ti/ |
D | tlan.rst | 7 :Version: 1.14a 31 0e11 ae32 Compaq Netelligent 10/100 TX PCI UTP 32 0e11 ae34 Compaq Netelligent 10 T PCI UTP 34 0e11 ae40 Compaq Netelligent Dual 10/100 TX PCI UTP 35 0e11 ae43 Compaq Netelligent Integrated 10/100 TX UTP 36 0e11 b011 Compaq Netelligent 10/100 TX Embedded UTP 37 0e11 b012 Compaq Netelligent 10 T/2 PCI UTP/Coax 38 0e11 b030 Compaq Netelligent 10/100 TX UTP 53 However, if a card supports 100BaseTx without requiring an add 56 The "Netelligent 10 T/2 PCI UTP/Coax" (b012) device is untested, [all …]
|
/Linux-v5.10/Documentation/i2c/ |
D | ten-bit-addresses.rst | 6 addresses, and an extended set of 10 bit addresses. The sets of addresses 7 do not intersect: the 7 bit address 0x10 is not the same as the 10 bit 8 address 0x10 (though a single device could respond to both of them). 9 To avoid ambiguity, the user sees 10 bit addresses mapped to a different 10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the 11 10 bit mode. This is used for creating device names in sysfs. It is also 12 needed when instantiating 10 bit devices via the new_device file in sysfs. 14 I2C messages to and from 10-bit address devices have a different format. 17 The current 10 bit address support is minimal. It should work, however 20 * Not all bus drivers support 10-bit addresses. Some don't because the [all …]
|
/Linux-v5.10/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1q.sh | 6 # | + $h1.10 | | + $h2.10 | 19 # | | vid 10 vid 10 | | 26 # | | vid 10 pvid untagged vid 20 pvid untagged | | 61 # | | vid 10 pvid untagged | | | | vid 10 pvid untagged | | 71 # | | | vid 10 | | | | | vid 10 | | 78 # | | | + w2.10 | | | | | + w2.10 | | 108 vlan_create $h1 10 v$h1 192.0.2.1/28 115 vlan_destroy $h1 10 124 vlan_create $h2 10 v$h2 192.0.2.2/28 131 vlan_destroy $h2 10 [all …]
|
D | tc_police.sh | 132 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \ 136 sleep 10 140 local nr=$(rate $t0 $t1 10) 142 ((-10 <= nr_pct && nr_pct <= 10)) 143 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 182 mausezahn $h1 -a own -b $(mac_get $rp1) -A 192.0.2.1 -B 198.51.100.1 \ 186 sleep 10 190 local nr=$(rate $t0 $t1 10) 192 ((-10 <= nr_pct && nr_pct <= 10)) 193 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." [all …]
|
D | fib_offload_lib.sh | 167 # Add a route with an higher metric and make sure that replacing it 332 # prefix routes on a netdev and then deleting it. 415 ip -n $ns route add 2001:db8:10::/64 via 2001:db8:1::2 metric 1024 416 fib6_trap_check $ns "2001:db8:10::/64 metric 1024" false 419 ip -n $ns route append 2001:db8:10::/64 via 2001:db8:2::2 metric 1024 420 fib6_trap_check $ns "2001:db8:10::/64 metric 1024" false 423 ip -n $ns route add 2001:db8:10::/64 via 2001:db8:1::2 metric 1025 424 fib6_trap_check $ns "2001:db8:10::/64 metric 1025" true 427 ip -n $ns route append 2001:db8:10::/64 via 2001:db8:2::2 metric 1025 428 fib6_trap_check $ns "2001:db8:10::/64 metric 1025" true [all …]
|
/Linux-v5.10/arch/m68k/fpsp040/ |
D | get_op.S | 11 | for a description of the opclasses. 20 | - For a packed number (opclass 2) the number is unpacked and the 30 | - If there is a move out with a packed number (opclass 3) the 42 | a normalized number in the source and the instruction is 46 | normalized number it becomes a denormalized number. The 47 | routine which converts the unnorm to a norm (called mk_norm) 48 | detects this and tags the number as a denorm. The routine 49 | res_func sees the denorm tag and converts the denorm to a 102 .long 0x40000000,0x935d8ddd,0xaaa8ac17 |ln(10) 103 .long 0x3fff0000,0x80000000,0x00000000 |10 ^ 0 [all …]
|
/Linux-v5.10/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | uprobe_syntax_errors.tc | 12 check_error 'p /bin/sh:^10a' # BAD_UPROBE_OFFS 13 check_error 'p /bin/sh:10(^1a)' # BAD_REFCNT 14 check_error 'p /bin/sh:10(10^' # REFCNT_OPEN_BRACE 15 check_error 'p /bin/sh:10(10)^a' # BAD_REFCNT_SUFFIX 17 check_error 'p /bin/sh:10 ^@+ab' # BAD_FILE_OFFS 18 check_error 'p /bin/sh:10 ^@symbol' # SYM_ON_UPROBE 22 check_error 'p /bin/sh:10^%hoge' # BAD_ADDR_SUFFIX 23 check_error 'p /bin/sh:10(10)^%return' # BAD_REFCNT_SUFFIX
|
/Linux-v5.10/drivers/net/ethernet/sun/ |
D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y. 21 tristate "Sun Happy Meal 10/100baseT support" 30 To compile this driver as a module, choose M here: the module 34 tristate "Sun BigMAC 10/100baseT support" 41 To compile this driver as a module, choose M here: the module 49 This driver supports the "qe" 10baseT Ethernet device, available as 53 To compile this driver as a module, choose M here: the module 63 <http://docs.oracle.com/cd/E19455-01/806-3985-10/806-3985-10.pdf>. 71 <http://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>. 93 This driver adds a network interface for every vsw-port node [all …]
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | net_cls.rst | 6 tag network packets with a class identifier (classid). 13 Creating a net_cls cgroups instance creates a net_cls.classid file. 19 Reading net_cls.classid yields a decimal result. 28 - setting a 10:1 handle:: 35 tc qdisc add dev eth0 root handle 10: htb 36 tc class add dev eth0 parent 10: classid 10:1 htb rate 40mbit 38 - creating traffic class 10:1:: 40 tc filter add dev eth0 parent 10: protocol ip prio 10 handle 1: cgroup 44 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
|
/Linux-v5.10/drivers/net/usb/ |
D | Kconfig | 19 Say Y if you want to use one of the following 10Mbps USB Ethernet 27 This driver makes the adapter appear as a normal Ethernet interface, 29 eth1, if you have a PCI or ISA ethernet card installed. 31 To compile this driver as a module, choose M here: the 37 Say Y here if you want to use one of the following 10Mbps only 40 ADS USB-10BT 59 This driver is likely to work with most 10Mbps only USB Ethernet 66 This driver makes the adapter appear as a normal Ethernet interface, 68 eth1, if you have a PCI or ISA ethernet card installed. 70 To compile this driver as a module, choose M here: the [all …]
|
/Linux-v5.10/fs/unicode/ |
D | utf8-norm.c | 41 * The UTF-8 encoding spreads the bits of a 32bit word over several 46 * 0x00000000 0x000007FF: 110xxxxx 10xxxxxx 47 * 0x00000000 0x0000FFFF: 1110xxxx 10xxxxxx 10xxxxxx 48 * 0x00000000 0x001FFFFF: 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx 49 * 0x00000000 0x03FFFFFF: 111110xx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx 50 * 0x00000000 0x7FFFFFFF: 1111110x 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx 53 * shortest representation of a 32bit value is to be used. A decoder 55 * Thus the allowed ranges have a lower bound. 58 * 0x00000080 0x000007FF: 110xxxxx 10xxxxxx 59 * 0x00000800 0x0000FFFF: 1110xxxx 10xxxxxx 10xxxxxx [all …]
|
/Linux-v5.10/lib/crypto/ |
D | blake2s-generic.c | 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 20 static const u8 blake2s_sigma[10][16] = { 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, [all …]
|
/Linux-v5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 62 * treclaimed/trecheckpointed) and MSR.VSX is just set as 1, so a TM in expecting_failure() 87 * Expected values for vs0 and vs32 after a TM failure. They must never in tm_una_ping() 99 * Variable to keep a copy of CR register content taken just after we in tm_una_ping() 105 * Wait a bit so thread can get its name "ping". This is not important in tm_una_ping() 153 " fadd 10, 10, 10 ;" in tm_una_ping() 163 " vaddcuw 10, 10, 10 ;" in tm_una_ping() 167 * Perhaps it would be a better idea to do the in tm_una_ping() 177 " fadd 10, 10, 10 ;" in tm_una_ping() 183 " vaddcuw 10, 10, 10 ;" in tm_una_ping() 188 * instruction always generates a VSX Unavailable. in tm_una_ping() [all …]
|
/Linux-v5.10/tools/thermal/tmon/ |
D | tmon.8 | 4 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem 32 - with a built-in Proportional Integral Derivative (\fBPID\fP) 33 controller, user can pair a cooling device to a thermal sensor for 46 The \fB-c --control\fP option sets a cooling device type to control temperature 47 of a thermal zone 70 \fBA \fP active cooling trip point type (fan) 72 \fBA \fP hot trip point type 89 \fBTAB\fP shows tuning pop up panel, choose a letter to modify 123 10 65.0 67 67 0 0 0 0 0 0 0 0 0 0 7 7 7 7 6 0 127 14 65.0 66 66 0 0 0 0 0 0 0 0 0 0 10 10 10 10 6 0 [all …]
|
/Linux-v5.10/Documentation/input/ |
D | input.rst | 12 Input subsystem a collection of drivers that is designed to support 14 drivers/input, although quite a few live in drivers/hid and 18 loaded before any other of the input modules - it serves as a way of 32 a simulated PS/2 interface to GPM and X, and so on. 49 will be available as a character device on major 13, minor 63:: 99 crw-r--r-- 1 root root 13, 64 Apr 1 10:49 event0 100 crw-r--r-- 1 root root 13, 65 Apr 1 10:50 event1 101 crw-r--r-- 1 root root 13, 66 Apr 1 10:50 event2 102 crw-r--r-- 1 root root 13, 67 Apr 1 10:50 event3 106 range. If there are more than 32 input devices in a system, additional [all …]
|
/Linux-v5.10/Documentation/target/ |
D | tcm_mod_builder.rst | 7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py 8 script to generate a brand new functional TCM v4 fabric .ko module of your very own, 15 This script will create a new drivers/target/$TCM_NEW_MOD/, and will do the following 21 using a skeleton struct target_core_fabric_ops API template. 74 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 . 75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 .. 76 -rw-r--r-- 1 root root 282 2010-10-05 03:22 Kbuild 77 -rw-r--r-- 1 root root 171 2010-10-05 03:22 Kconfig 78 -rw-r--r-- 1 root root 49 2010-10-05 03:23 modules.order 79 -rw-r--r-- 1 root root 738 2010-10-05 03:22 tcm_nab5000_base.h [all …]
|