Home
last modified time | relevance | path

Searched +full:2 +full:ns (Results 1 – 25 of 1027) sorted by relevance

12345678910>>...42

/Linux-v5.10/tools/testing/selftests/net/forwarding/
Dfib_offload_lib.sh7 local ns=$1; shift
13 ip -n $ns -j -p -$family route show $route \
29 local ns=$1; shift
34 busywait 5000 __fib_trap_check $ns $family "$route" $should_fail
39 local ns=$1; shift
43 fib_trap_check $ns 4 "$route" $should_fail
48 local ns=$1; shift
52 fib_trap_check $ns 6 "$route" $should_fail
57 local ns=$1; shift
63 ip -n $ns link add name dummy$i type dummy
[all …]
/Linux-v5.10/arch/arm/boot/dts/
Domap3430-sdp.dts52 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */
60 bank-width = <2>;
62 gpmc,mux-add-data = <2>;
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>;
[all …]
Domap3-devkit8000-common.dtsi165 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
174 MATRIX_KEY(2, 0, KEY_3)
177 MATRIX_KEY(2, 1, KEY_6)
179 MATRIX_KEY(0, 2, KEY_7)
180 MATRIX_KEY(1, 2, KEY_8)
181 MATRIX_KEY(2, 2, KEY_9)
182 MATRIX_KEY(3, 2, KEY_F6)
185 MATRIX_KEY(2, 3, KEY_F8)
211 gpmc,device-width = <2>;
215 gpmc,cs-on-ns = <0>;
[all …]
Domap-zoom-common.dtsi20 bank-width = <2>;
32 gpmc,cs-on-ns = <5>;
33 gpmc,cs-rd-off-ns = <155>;
34 gpmc,cs-wr-off-ns = <155>;
35 gpmc,adv-on-ns = <15>;
36 gpmc,adv-rd-off-ns = <40>;
37 gpmc,adv-wr-off-ns = <40>;
38 gpmc,oe-on-ns = <45>;
39 gpmc,oe-off-ns = <145>;
40 gpmc,we-on-ns = <45>;
[all …]
Domap2420-n8x0-common.dtsi17 gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
62 gpmc,device-width = <2>;
63 gpmc,mux-add-data = <2>;
64 gpmc,cs-on-ns = <0>;
65 gpmc,cs-rd-off-ns = <127>;
66 gpmc,cs-wr-off-ns = <109>;
67 gpmc,adv-on-ns = <0>;
68 gpmc,adv-rd-off-ns = <18>;
69 gpmc,adv-wr-off-ns = <18>;
70 gpmc,oe-on-ns = <27>;
[all …]
Domap2430-sdp.dts42 bank-width = <2>;
44 gpmc,mux-add-data = <2>;
48 gpmc,cs-on-ns = <6>;
49 gpmc,cs-rd-off-ns = <187>;
50 gpmc,cs-wr-off-ns = <187>;
51 gpmc,adv-on-ns = <18>;
52 gpmc,adv-rd-off-ns = <48>;
53 gpmc,adv-wr-off-ns = <48>;
54 gpmc,oe-on-ns = <60>;
55 gpmc,oe-off-ns = <169>;
[all …]
Dam335x-nano.dts215 #gpio-cells = <2>;
243 gpmc,num-waitpins = <2>;
247 #address-cells = <2>;
256 bank-width = <2>;
258 gpmc,mux-add-data = <2>;
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>;
[all …]
Domap2420-h4.dts28 bank-width = <2>;
30 gpmc,mux-add-data = <2>;
31 gpmc,cs-on-ns = <10>;
32 gpmc,cs-rd-off-ns = <160>;
33 gpmc,cs-wr-off-ns = <160>;
34 gpmc,adv-on-ns = <20>;
35 gpmc,adv-rd-off-ns = <50>;
36 gpmc,adv-wr-off-ns = <50>;
37 gpmc,oe-on-ns = <60>;
38 gpmc,oe-off-ns = <120>;
[all …]
Domap3-igep.dtsi116 gpmc,device-width = <2>;
120 gpmc,cs-on-ns = <0>;
121 gpmc,cs-rd-off-ns = <44>;
122 gpmc,cs-wr-off-ns = <44>;
123 gpmc,adv-on-ns = <6>;
124 gpmc,adv-rd-off-ns = <34>;
125 gpmc,adv-wr-off-ns = <44>;
126 gpmc,we-off-ns = <40>;
127 gpmc,oe-off-ns = <54>;
128 gpmc,access-ns = <64>;
[all …]
/Linux-v5.10/tools/testing/selftests/net/
Dxfrm_policy.sh32 local ns=$1
33 local me=$2
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
46 local me=$2
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 …
56 do_esp_policy $ns $me $remote $lnet $rnet
73 local ns=$1
[all …]
Dtraceroute.sh15 local expected=$2
36 local ns
41 ns="$1"
49 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
65 local ns=$1
66 local addr=$2
72 ip netns add ${ns}
74 ip netns exec ${ns} ip link set lo up
76 ip netns exec ${ns} ip addr add dev lo ${addr}
79 ip netns exec ${ns} ip -6 addr add dev lo ${addr6}
[all …]
Dicmp_redirect.sh11 # +----+ .1 | |.2
14 # .254 +----+ .254 .2 +----+
15 # 172.16.2/24
16 # 2001:db8:16:2/64
37 R2_R1_N1_IP6=2001:db8:1::2
40 H2_N2_6=2001:db8:16:2::/64
43 H2_N2_IP6=2001:db8:16:2::2
44 R2_N2_IP6=2001:db8:16:2::254
64 local expected=$2
100 out=$(eval $cmd 2>&1)
[all …]
Dvrf_route_leaking.sh15 # +----+ .1 +----+ .2 +----+
16 # 172.16.1/24 172.16.2/24
17 # 2001:db8:16:1/64 2001:db8:16:2/64
47 # +----+ .1 | | .2 +----+
48 # 172.16.1/24 | +----+ | 172.16.2/24
49 # 2001:db8:16:1/64 +----| r2 |----+ 2001:db8:16:2/64
77 H2_N2_6=2001:db8:16:2::/64
83 H2_N2_IP6=2001:db8:16:2::2
84 R1_N2_IP6=2001:db8:16:2::253
85 R2_N2_IP6=2001:db8:16:2::254
[all …]
/Linux-v5.10/drivers/mtd/nand/raw/
Dnandsim.c9 * Note: NS means "NAND Simulator".
56 #define CONFIG_NANDSIM_ERASE_DELAY 2
103 [2] = CONFIG_NANDSIM_THIRD_ID_BYTE,
111 module_param_named(third_id_byte, id_bytes[2], byte, 0400);
151 " separated by commas e.g. 113:2 means eb 113"
154 " separated by commas e.g. 1401:2 means page 1401"
158 " separated by commas e.g. 1401:2 means page 1401"
164 MODULE_PARM_DESC(bbt, "0 OOB, 1 BBT with marker in OOB, 2 BBT with marker in data area");
190 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0) argument
193 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0))) argument
[all …]
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/
Dfib.sh96 local ns="testns1"
100 ip -n $ns link add name dummy1 type dummy
101 ip -n $ns link set dev dummy1 up
103 ip -n $ns route add table local 192.0.2.1/32 dev dummy1
104 fib4_trap_check $ns "table local 192.0.2.1/32 dev dummy1" false
107 ip -n $ns route add table main 192.0.2.1/32 dev dummy1
108 fib4_trap_check $ns "table main 192.0.2.1/32 dev dummy1" true
111 fib4_trap_check $ns "table local 192.0.2.1/32 dev dummy1" false
115 ip -n $ns route add table main 192.0.2.2/32 dev dummy1
116 fib4_trap_check $ns "table main 192.0.2.2/32 dev dummy1" false
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/
Domap-gpmc.txt19 - #address-cells: Must be set to 2 to allow memory address translation
41 2 - GPMC_WAIT0 pin edge
43 - interrupt-cells: Must be set to 2
47 - gpio-cells: Must be set to 2
58 - gpmc,cs-on-ns: Assertion time
59 - gpmc,cs-rd-off-ns: Read deassertion time
60 - gpmc,cs-wr-off-ns: Write deassertion time
63 - gpmc,adv-on-ns: Assertion time
64 - gpmc,adv-rd-off-ns: Read deassertion time
65 - gpmc,adv-wr-off-ns: Write deassertion time
[all …]
Dti-aemif.txt24 - #address-cells: Must be 2. The partition number has to be encoded in the
62 - #address-cells: Must be 2.
77 "ti,da850-aemif" range is [2-5].
95 - ti,cs-min-turnaround-ns: minimum turn around time, ns
102 - ti,cs-read-setup-ns: read setup width, ns
107 - ti,cs-read-strobe-ns: read strobe width, ns
112 - ti,cs-read-hold-ns: read hold width, ns
119 - ti,cs-write-setup-ns: write setup width, ns
124 - ti,cs-write-strobe-ns: write strobe width, ns
129 - ti,cs-write-hold-ns: write hold width, ns
[all …]
Datmel,ebi.txt24 - #address-cells: Must be 2.
83 - atmel,smc-ncs-rd-setup-ns
84 - atmel,smc-nrd-setup-ns
85 - atmel,smc-ncs-wr-setup-ns
86 - atmel,smc-nwe-setup-ns
87 - atmel,smc-ncs-rd-pulse-ns
88 - atmel,smc-nrd-pulse-ns
89 - atmel,smc-ncs-wr-pulse-ns
90 - atmel,smc-nwe-pulse-ns
91 - atmel,smc-nwe-cycle-ns
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dgpmc-eth.txt23 OMAP2+ board, "bank-width = <2>;" and "reg-io-width = <4>;".
27 and 16-bit devices and so must be either 1 or 2 bytes.
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)
[all …]
/Linux-v5.10/security/apparmor/
Dpolicy_ns.c54 * aa_na_name - Find the ns name to display for @view from @curr
68 /* at this point if a ns is visible it is in a view ns in aa_ns_name()
69 * thus the curr ns.hname is a prefix of its name. in aa_ns_name()
71 * Add + 2 to skip over // separating curr hname prefix in aa_ns_name()
74 return view->base.hname + strlen(curr->base.hname) + 2; in aa_ns_name()
89 struct aa_ns *ns; in alloc_ns() local
91 ns = kzalloc(sizeof(*ns), GFP_KERNEL); in alloc_ns()
92 AA_DEBUG("%s(%p)\n", __func__, ns); in alloc_ns()
93 if (!ns) in alloc_ns()
95 if (!aa_policy_init(&ns->base, prefix, name, GFP_KERNEL)) in alloc_ns()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/opp/
Dqcom-nvmem-cpufreq.txt50 2: MSM8996 V3, speedbin 2
54 6: MSM8996 SG, speedbin 2
61 #address-cells = <2>;
72 #cooling-cells = <2>;
76 cache-level = <2>;
88 #cooling-cells = <2>;
100 #cooling-cells = <2>;
104 cache-level = <2>;
116 #cooling-cells = <2>;
152 clock-latency-ns = <200000>;
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt12 16-bit devices and so must be either 1 or 2 bytes.
14 - gpmc,cs-on-ns: Chip-select assertion time
15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
17 - gpmc,oe-on-ns: Output-enable assertion time
18 - gpmc,oe-off-ns: Output-enable de-assertion time
19 - gpmc,we-on-ns Write-enable assertion time
20 - gpmc,we-off-ns: Write-enable de-assertion time
21 - gpmc,access-ns: Start cycle to first data capture (read access)
22 - gpmc,rd-cycle-ns: Total read cycle time
[all …]
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Ddiag.sh5 ns="ns1-$rndh"
18 [ -d /proc/$pid ] && kill -SIGUSR1 $pid >/dev/null 2>&1
25 ip netns del $ns
27 [ -d /proc/$pid ] && kill -9 $pid >/dev/null 2>&1
31 ip -Version > /dev/null 2>&1
45 local expected=$2
48 shift 2
50 nr=$(ss -inmHMN $ns | $condition)
79 ip netns add $ns
80 ip -n $ns link set dev lo up
[all …]
/Linux-v5.10/Documentation/m68k/
Dbuddha-driver.rst52 $a00-$aff IDE-Select 2 (Port 1, Register set 0)
56 $c00-$cff IDE-Select 4 (Port 2, Register set 0,
77 level of the IRQ-line of IDE port 2.
124 A6=1 (for example $840 for port 0, register set 0), a 780ns
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)
154 value 2
155 781ns Select (11 clock cycles), IOR/IOW after 314ns (4 clock cycles)
[all …]
/Linux-v5.10/arch/powerpc/boot/
Daddnote.c58 #define ELFDATA2MSB 2
61 #define ELFCLASS64 2
65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U))
70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v)))
75 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U))
80 #define PUT_32LE(off, v) (PUT_16LE((off), (v)), PUT_16LE((off) + 2, (v) >> 16L))
119 long nnote, nnote2, ns; in main() local
121 if (ac != 2) { in main()
156 if (ph + (np + 2) * ps + nnote + nnote2 > n) in main()
169 for (i = 0; i < 2 * ps + nnote + nnote2; ++i) in main()
[all …]

12345678910>>...42