Home
last modified time | relevance | path

Searched full:eth1 (Results 1 – 25 of 132) sorted by relevance

123456

/Linux-v5.10/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst85 net eth1: Total number of descrs=256
86 net eth1: Chain tail located at descr=20
87 net eth1: Chain head is at 20
88 net eth1: HW curr desc (GDACTDPA) is at 21
89 net eth1: Have 1 descrs with stat=x40800101
90 net eth1: HW next desc (GDACNEXTDA) is at 22
91 net eth1: Last 255 descrs with stat=xa0800000
144 net eth1: Spider RX RAM full, incoming packets might be discarded!
145 net eth1: Total number of descrs=256
146 net eth1: Chain tail located at descr=255
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst86 | | Eth0 | | Eth0 | | Eth0 | | Eth1 | | s
120 | | | | | | | Eth0.100 | | Eth1 | |
150 // Add 4 tx queues, for interface Eth0, and 1 tx queue for Eth1
201 // coming to interface Eth1 to separate queue in order to not mix it
203 // packets to Eth1, so all prio -> tc0 and tc0 -> txq4
204 // Here hw 0, so here still default configuration for eth1 in hw
205 $ tc qdisc replace dev eth1 handle 100: parent root mqprio num_tc 1 \
222 $ tc -g class show dev eth1
250 8021q: adding VLAN 0 to HW filter on device eth1
298 $ tc qdisc del dev eth1 root
[all …]
Dcpsw_switchdev.rst200 Assuming you are booting NFS with eth1 interface(the script is hacky and
215 ip link set eth1 down
216 ip link set eth1 name sw0p1
/Linux-v5.10/Documentation/admin-guide/aoe/
Daoe.rst100 e4.0 eth1 up
101 e4.1 eth1 up
102 e4.2 eth1 up
103 e4.3 eth1 up
104 e4.4 eth1 up
105 e4.5 eth1 up
106 e4.6 eth1 up
107 e4.7 eth1 up
108 e4.8 eth1 up
109 e4.9 eth1 up
[all …]
/Linux-v5.10/Documentation/networking/
Dvrf.rst39 | eth1 | | eth2 | ... | bond1 |
94 ip link set dev eth1 master vrf-blue
224 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
235 eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP>
251 10.2.1.254 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
255 2002:1::64 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
269 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def…
271 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1
291 eth1 UP 10.2.1.2/24 2002:1::2/120 fe80::ff:fe00:202/64
308 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2
[all …]
Dbonding.rst1215 must correspond with the name of the file, i.e., ifcfg-eth1 must have
1216 a device line of DEVICE=eth1. The setting of the MASTER= line will
1318 devices (presumed to be eth0 and eth1), and have it persist across
1326 ip link set eth1 master bond0
1548 and eth1), and have it persist across reboots, edit the appropriate
1558 echo +eth1 > /sys/class/net/bond0/bonding/slaves
1592 active-backup mode, with eth0 and eth1 as slaves::
1596 bond-slaves eth0 eth1
1599 bond-primary eth0 eth1
1615 bond-primary eth0 eth1
[all …]
Dnetconsole.rst50 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
64 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/"
161 linux netconsole=+4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
214 the network device (eth1 in the above case) can run any kind
Dvxlan.rst29 # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 dstport 4789
32 group 239.1.1.1 over eth1 to handle traffic for which there is no
Dnf_flowtable.rst84 hook ingress priority 0; devices = { eth0, eth1 };
93 This example adds the flowtable 'f' to the ingress hook of the eth0 and eth1
/Linux-v5.10/tools/testing/selftests/net/
Dvrf_route_leaking.sh236 ip -netns h2 link set r1h2 netns r1 name eth1 up
266 ip -netns r1 link set mtu 1400 dev eth1
268 ip -netns r1 link set eth1 vrf red up
271 ip -netns r1 addr add dev eth1 ${R1_N2_IP}/24
272 ip -netns r1 -6 addr add dev eth1 ${R1_N2_IP6}/64 nodad
316 ip -netns h1 link add eth1 type veth peer name r2h1
320 ip -netns h2 link set r1h2 netns r1 name eth1 up
322 ip -netns h2 link add eth1 type veth peer name r2h2
323 ip -netns h2 link set r2h2 netns r2 name eth1 up
333 ip -netns h1 link set eth1 master br0 up
[all …]
Dicmp_redirect.sh18 # Route from h1 to h2 goes through r1, eth1 - connection between r1 and r2.
197 ip -netns h1 li add eth1 type veth peer name r2h1
204 ip -netns r1 li add eth1 type veth peer name r2r1
205 ip -netns r1 li set eth1 up
206 ip -netns r1 li set r2r1 netns r2 name eth1 up
228 ip -netns h1 li set eth1 master br0 up
243 ip -netns r1 addr add dev eth1 ${R1_R2_N1_IP}/30
244 ip -netns r1 -6 addr add dev eth1 ${R1_R2_N1_IP6}/126 nodad
251 ip -netns r2 addr add dev eth1 ${R2_R1_N1_IP}/30
252 ip -netns r2 -6 addr add dev eth1 ${R2_R1_N1_IP6}/126 nodad
[all …]
Dxfrm_policy.sh7 # eth1 eth1 veth0 veth0 eth1 eth1
315 ip link add $DEV netns ns1 type veth peer name eth1 netns ns3
316 ip link add $DEV netns ns2 type veth peer name eth1 netns ns4
333 ip -net ns$i link set eth1 up
340 ip -net ns3 addr add 10.0.1.1/24 dev eth1
342 ip -net ns3 addr add 2001:1::1/64 dev eth1
347 ip -net ns4 addr add 10.0.2.1/24 dev eth1
349 ip -net ns4 addr add 2001:2::1/64 dev eth1
355 ip netns exec ns$i sysctl net.ipv$j.conf.eth1.forwarding=1 > /dev/null
Dtraceroute.sh201 connect_ns router-2 eth1 - 2000:101::2/64 router-1 eth1 - -
202 ip netns exec router-1 ip link set dev eth1 master ${brdev}
262 router eth1 1.0.3.1/24 -
265 ip netns exec router ip addr add 1.0.1.1/24 dev eth1
/Linux-v5.10/tools/testing/selftests/netfilter/
Dconntrack_icmp_related.sh82 ip link add $DEV netns nsclient1 type veth peer name eth1 netns nsrouter1
84 ip link add $DEV netns nsclient2 type veth peer name eth1 netns nsrouter2
96 ip -net nsrouter1 link set eth1 up
99 ip -net nsrouter2 link set eth1 up
109 ip -net nsrouter1 addr add 192.168.1.1/24 dev eth1
111 ip -net nsrouter1 addr add dead:1::1/64 dev eth1
116 ip -net nsrouter2 addr add 192.168.2.1/24 dev eth1
118 ip -net nsrouter2 addr add dead:2::1/64 dev eth1
203 ip netns exec nsrouter2 ip link set eth1 mtu 1280
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dmarvell-pp2.txt72 eth1: eth1@c5000 {
106 eth1: eth1 {
Dqca,ar71xx.yaml93 eth1: ethernet@1a000000 {
137 ethernet = <&eth1>;
/Linux-v5.10/Documentation/core-api/irq/
Dirq-affinity.rst21 Here is an example of restricting IRQ44 (eth1) to CPU0-3 then restricting
39 … 1785 1785 1783 0 0 0 0 IO-APIC-level eth1
58 … 1785 1785 1783 1784 1069 1070 1069 IO-APIC-level eth1
/Linux-v5.10/Documentation/networking/device_drivers/wifi/intel/
Dipw2100.rst249 management (via ``iwconfig eth1 power off``)
256 iwconfig eth1 power off Disables radio power down
257 iwconfig eth1 power on Enables radio power management to
259 iwpriv eth1 set_power 0 Sets power level to AUTO and enables
262 iwpriv eth1 set_power 1-5 Set the power level as specified,
269 iwpriv eth1 get_power
277 level if `iwconfig eth1 power on` is invoked.
Dipw2200.rst170 (i.e. `iwconfig eth1 channel 10`), but it is useful sometimes
203 (typically eth1, customized via one of the various network interface
212 % iwpriv eth1 get_mode
213 eth1 get_mode:802.11bg (6)
221 % iwpriv eth1 set_mode {mode}
243 % iwpriv eth1 set_preamble {mode}
423 iwconfig eth1 mode ad-hoc essid testing channel 2
/Linux-v5.10/tools/testing/selftests/drivers/net/ocelot/
Dtc_flower_chains.sh18 # | | eth0 | | eth1 | | eth2 | | eth3 | |
28 eth1=${NETIFS[p2]}
163 ip link set $eth1 master br0
178 flower skip_sw indev $eth1 \
252 bridge vlan add dev $eth1 vid 300
279 bridge vlan del dev $eth1 vid 300
/Linux-v5.10/arch/arm64/boot/dts/socionext/
Duniphier-pxs3-ref.dts33 ethernet1 = &eth1;
109 &eth1 {
/Linux-v5.10/Documentation/devicetree/bindings/net/dsa/
Dar9331.txt38 eth1: ethernet@1a000000 {
80 ethernet = <&eth1>;
/Linux-v5.10/arch/arm/boot/dts/
Darmada-388-clearfog.dts48 &eth1 {
133 ethernet = <&eth1>;
Dkirkwood-linksys-viper.dts227 /* eth1 is connected to the switch at port 6. However DSA only supports a
230 &eth1 {
/Linux-v5.10/arch/arm64/boot/dts/marvell/
Darmada-3720-uDPU.dts75 sfp_eth1: sfp-eth1 {
172 &eth1 {

123456