| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | udpgro_fwd.sh | 7 readonly BASE="ns-$(mktemp -u XXXXXX)" 24 local ns 28 for ns in $NS_SRC $NS_DST; do 29 ip netns del $ns 2>/dev/null 37 local ns 39 for ns in $NS_SRC $NS_DST; do 40 ip netns add $ns 41 ip -n $ns link set dev lo up 44 ip netns exec $ns sysctl -qw net.ipv6.conf.default.router_solicitations=0 45 ip netns exec $ns sysctl -qw net.ipv6.conf.all.router_solicitations=0 [all …]
|
| D | xfrm_policy.sh | 21 # Kselftest framework requirement - SKIP code is 4. 22 ksft_skip=4 32 local ns=$1 35 local lnet=$4 39 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu… 41 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu… 45 local ns=$1 48 local lnet=$4 53 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 … 54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 … [all …]
|
| D | cmsg_time.sh | 4 NS=ns 12 ip netns del $NS 18 ip netns add $NS 20 ip netns exec $NS sysctl -w net.ipv4.ping_group_range='0 2147483647' > /dev/null 23 ip -netns $NS link add type dummy 24 ip -netns $NS link set dev dummy0 up 25 ip -netns $NS addr add $IP4 dev dummy0 26 ip -netns $NS addr add $IP6 dev dummy0 29 ip netns exec $NS tc qdisc replace dev dummy0 root fq 38 echo " Case $4 returned $1, expected 0" [all …]
|
| D | vrf-xfrm-tests.sh | 6 # Kselftest framework requirement - SKIP code is 4. 7 ksft_skip=4 88 local ns=$1 92 if [ -n "${ns}" ]; then 93 ns="-netns ${ns}" 96 ip ${ns} link add ${vrf} type vrf table ${table} 97 ip ${ns} link set ${vrf} up 98 ip ${ns} route add vrf ${vrf} unreachable default metric 8192 99 ip ${ns} -6 route add vrf ${vrf} unreachable default metric 8192 101 ip ${ns} addr add 127.0.0.1/8 dev ${vrf} [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_xdp_redirect_multi.sh | 35 declare -a NS 36 NS[0]="ns0-$(mktemp -u XXXXXX)" 37 NS[1]="ns1-$(mktemp -u XXXXXX)" 38 NS[2]="ns2-$(mktemp -u XXXXXX)" 39 NS[3]="ns3-$(mktemp -u XXXXXX)" 56 ip netns del ${NS[$i]} 2> /dev/null 60 # Kselftest framework requirement - SKIP code is 4. 66 exit 4 72 exit 4 85 ip netns add ${NS[0]} [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap3-overo-tobiduo-common.dtsi | 21 smsc2: ethernet@4,0 { 26 gpmc,cs-on-ns = <0>; 27 gpmc,cs-rd-off-ns = <42>; 28 gpmc,cs-wr-off-ns = <36>; 29 gpmc,adv-on-ns = <6>; 30 gpmc,adv-rd-off-ns = <12>; 31 gpmc,adv-wr-off-ns = <12>; 32 gpmc,oe-on-ns = <0>; 33 gpmc,oe-off-ns = <42>; 34 gpmc,we-on-ns = <0>; [all …]
|
| D | omap3430-sdp.dts | 36 * Else, use 4 bit mode 63 gpmc,cs-on-ns = <0>; 64 gpmc,cs-rd-off-ns = <186>; 65 gpmc,cs-wr-off-ns = <186>; 66 gpmc,adv-on-ns = <12>; 67 gpmc,adv-rd-off-ns = <48>; 68 gpmc,adv-wr-off-ns = <48>; 69 gpmc,oe-on-ns = <54>; 70 gpmc,oe-off-ns = <168>; 71 gpmc,we-on-ns = <54>; [all …]
|
| D | omap3-sb-t35.dtsi | 100 ranges = <4 0 0x2d000000 0x01000000>; 102 smsc2: ethernet@4,0 { 108 reg = <4 0 0xff>; 113 gpmc,cs-on-ns = <5>; 114 gpmc,cs-rd-off-ns = <150>; 115 gpmc,cs-wr-off-ns = <150>; 116 gpmc,adv-on-ns = <0>; 117 gpmc,adv-rd-off-ns = <15>; 118 gpmc,adv-wr-off-ns = <40>; 119 gpmc,oe-on-ns = <45>; [all …]
|
| D | am335x-chilisom.dtsi | 79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */ 102 ldo2_reg: regulator@4 { 146 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 156 gpmc,cs-on-ns = <0>; 157 gpmc,cs-rd-off-ns = <44>; 158 gpmc,cs-wr-off-ns = <44>; 159 gpmc,adv-on-ns = <6>; 160 gpmc,adv-rd-off-ns = <34>; 161 gpmc,adv-wr-off-ns = <44>; [all …]
|
| D | am335x-nano.dts | 261 gpmc,cs-on-ns = <0>; 262 gpmc,cs-rd-off-ns = <160>; 263 gpmc,cs-wr-off-ns = <160>; 264 gpmc,adv-on-ns = <10>; 265 gpmc,adv-rd-off-ns = <30>; 266 gpmc,adv-wr-off-ns = <30>; 267 gpmc,oe-on-ns = <40>; 268 gpmc,oe-off-ns = <160>; 269 gpmc,we-on-ns = <40>; 270 gpmc,we-off-ns = <160>; [all …]
|
| D | omap3-devkit8000-common.dtsi | 34 gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* 164 -> LED3 */ 204 MATRIX_KEY(4, 5, KEY_RESERVED) 205 MATRIX_KEY(4, 4, KEY_VOLUMEUP) 224 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 233 gpmc,cs-on-ns = <0>; 234 gpmc,cs-rd-off-ns = <44>; 235 gpmc,cs-wr-off-ns = <44>; 236 gpmc,adv-on-ns = <6>; 237 gpmc,adv-rd-off-ns = <34>; 238 gpmc,adv-wr-off-ns = <44>; [all …]
|
| D | am335x-igep0033.dtsi | 136 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 145 gpmc,cs-on-ns = <0>; 146 gpmc,cs-rd-off-ns = <44>; 147 gpmc,cs-wr-off-ns = <44>; 148 gpmc,adv-on-ns = <6>; 149 gpmc,adv-rd-off-ns = <34>; 150 gpmc,adv-wr-off-ns = <44>; 151 gpmc,we-on-ns = <0>; 152 gpmc,we-off-ns = <40>; 153 gpmc,oe-on-ns = <0>; [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | omap3-overo-tobiduo-common.dtsi | 21 smsc2: ethernet@4,0 { 26 gpmc,cs-on-ns = <0>; 27 gpmc,cs-rd-off-ns = <42>; 28 gpmc,cs-wr-off-ns = <36>; 29 gpmc,adv-on-ns = <6>; 30 gpmc,adv-rd-off-ns = <12>; 31 gpmc,adv-wr-off-ns = <12>; 32 gpmc,oe-on-ns = <0>; 33 gpmc,oe-off-ns = <42>; 34 gpmc,we-on-ns = <0>; [all …]
|
| D | omap3430-sdp.dts | 36 * Else, use 4 bit mode 63 gpmc,cs-on-ns = <0>; 64 gpmc,cs-rd-off-ns = <186>; 65 gpmc,cs-wr-off-ns = <186>; 66 gpmc,adv-on-ns = <12>; 67 gpmc,adv-rd-off-ns = <48>; 68 gpmc,adv-wr-off-ns = <48>; 69 gpmc,oe-on-ns = <54>; 70 gpmc,oe-off-ns = <168>; 71 gpmc,we-on-ns = <54>; [all …]
|
| D | omap3-sb-t35.dtsi | 100 ranges = <4 0 0x2d000000 0x01000000>; 102 smsc2: ethernet@4,0 { 108 reg = <4 0 0xff>; 113 gpmc,cs-on-ns = <5>; 114 gpmc,cs-rd-off-ns = <150>; 115 gpmc,cs-wr-off-ns = <150>; 116 gpmc,adv-on-ns = <0>; 117 gpmc,adv-rd-off-ns = <15>; 118 gpmc,adv-wr-off-ns = <40>; 119 gpmc,oe-on-ns = <45>; [all …]
|
| D | am335x-chilisom.dtsi | 79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */ 102 ldo2_reg: regulator@4 { 146 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 156 gpmc,cs-on-ns = <0>; 157 gpmc,cs-rd-off-ns = <44>; 158 gpmc,cs-wr-off-ns = <44>; 159 gpmc,adv-on-ns = <6>; 160 gpmc,adv-rd-off-ns = <34>; 161 gpmc,adv-wr-off-ns = <44>; [all …]
|
| D | am335x-nano.dts | 275 gpmc,cs-on-ns = <0>; 276 gpmc,cs-rd-off-ns = <160>; 277 gpmc,cs-wr-off-ns = <160>; 278 gpmc,adv-on-ns = <10>; 279 gpmc,adv-rd-off-ns = <30>; 280 gpmc,adv-wr-off-ns = <30>; 281 gpmc,oe-on-ns = <40>; 282 gpmc,oe-off-ns = <160>; 283 gpmc,we-on-ns = <40>; 284 gpmc,we-off-ns = <160>; [all …]
|
| D | omap3-devkit8000-common.dtsi | 34 gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* 164 -> LED3 */ 204 MATRIX_KEY(4, 5, KEY_RESERVED) 205 MATRIX_KEY(4, 4, KEY_VOLUMEUP) 224 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 233 gpmc,cs-on-ns = <0>; 234 gpmc,cs-rd-off-ns = <44>; 235 gpmc,cs-wr-off-ns = <44>; 236 gpmc,adv-on-ns = <6>; 237 gpmc,adv-rd-off-ns = <34>; 238 gpmc,adv-wr-off-ns = <44>; [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | xfrm_policy.sh | 21 # Kselftest framework requirement - SKIP code is 4. 22 ksft_skip=4 32 local ns=$1 35 local lnet=$4 39 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu… 41 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu… 45 local ns=$1 48 local lnet=$4 53 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 … 54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 … [all …]
|
| D | vrf-xfrm-tests.sh | 6 # Kselftest framework requirement - SKIP code is 4. 7 ksft_skip=4 88 local ns=$1 92 if [ -n "${ns}" ]; then 93 ns="-netns ${ns}" 96 ip ${ns} link add ${vrf} type vrf table ${table} 97 ip ${ns} link set ${vrf} up 98 ip ${ns} route add vrf ${vrf} unreachable default metric 8192 99 ip ${ns} -6 route add vrf ${vrf} unreachable default metric 8192 101 ip ${ns} addr add 127.0.0.1/8 dev ${vrf} [all …]
|
| /kernel/linux/linux-5.10/Documentation/m68k/ |
| D | buddha-driver.rst | 31 address is written to $4a, then the whole Byte is written to 32 $48, while it doesn't matter how often you're writing to $4a 35 address just written. Make sure $4a is written before $48, 56 $c00-$cff IDE-Select 4 (Port 2, Register set 0, 124 A6=1 (for example $840 for port 0, register set 0), a 780ns 131 only the upper three bits are used (Bits 7 to 5). Bit 4 142 about 30ns to the clocks on the Zorro bus, that's why the 143 values are no multiple of 71. One clock-cycle is 71ns long 147 497ns Select (7 clock cycles) , IOR/IOW after 172ns (2 clock cycles) 152 639ns Select (9 clock cycles), IOR/IOW after 243ns (3 clock cycles) [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/m68k/ |
| D | buddha-driver.rst | 31 address is written to $4a, then the whole Byte is written to 32 $48, while it doesn't matter how often you're writing to $4a 35 address just written. Make sure $4a is written before $48, 56 $c00-$cff IDE-Select 4 (Port 2, Register set 0, 124 A6=1 (for example $840 for port 0, register set 0), a 780ns 131 only the upper three bits are used (Bits 7 to 5). Bit 4 142 about 30ns to the clocks on the Zorro bus, that's why the 143 values are no multiple of 71. One clock-cycle is 71ns long 147 497ns Select (7 clock cycles) , IOR/IOW after 172ns (2 clock cycles) 152 639ns Select (9 clock cycles), IOR/IOW after 243ns (3 clock cycles) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | gpmc-eth.txt | 23 OMAP2+ board, "bank-width = <2>;" and "reg-io-width = <4>;". 29 - gpmc,cs-on-ns: Chip-select assertion time 30 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads 31 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes 32 - gpmc,oe-on-ns: Output-enable assertion time 33 - gpmc,oe-off-ns: Output-enable de-assertion time 34 - gpmc,we-on-ns: Write-enable assertion time 35 - gpmc,we-off-ns: Write-enable de-assertion time 36 - gpmc,access-ns: Start cycle to first data capture (read access) 37 - gpmc,rd-cycle-ns: Total read cycle time [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | addnote.c | 67 ((unsigned long long)GET_32BE((off)+4ULL))) 72 PUT_32BE((off) + 4, (v)))) 77 (((unsigned long long)GET_32LE((off)+4ULL)) << 32ULL)) 81 #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L)) 101 #define EI_CLASS 4 105 #define PH_OFFSET (e_class == ELFCLASS32 ? 4 : 8) 109 #define PT_NOTE 4 /* Program header type = note */ 112 unsigned char elf_magic[4] = { 0x7f, 'E', 'L', 'F' }; 119 long nnote, nnote2, ns; in main() local 140 if (memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main() [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| D | addnote.c | 67 ((unsigned long long)GET_32BE((off)+4ULL))) 72 PUT_32BE((off) + 4, (v)))) 77 (((unsigned long long)GET_32LE((off)+4ULL)) << 32ULL)) 81 #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L)) 101 #define EI_CLASS 4 105 #define PH_OFFSET (e_class == ELFCLASS32 ? 4 : 8) 109 #define PT_NOTE 4 /* Program header type = note */ 112 unsigned char elf_magic[4] = { 0x7f, 'E', 'L', 'F' }; 119 long nnote, nnote2, ns; in main() local 140 if (memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main() [all …]
|