Home
last modified time | relevance | path

Searched full:ether (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/Documentation/devicetree/bindings/net/
H A Drenesas,ether.yaml4 $id: http://devicetree.org/schemas/net/renesas,ether.yaml#
22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC
23 - renesas,ether-r7s9210 # device is a part of R7S9210 SoC
26 - renesas,ether-r8a7778 # device is a part of R8A7778 SoC
27 - renesas,ether-r8a7779 # device is a part of R8A7779 SoC
29 - renesas,rcar-gen1-ether # a generic R-Car Gen1 device
32 - renesas,ether-r8a7742 # device is a part of R8A7742 SoC
33 - renesas,ether-r8a7743 # device is a part of R8A7743 SoC
34 - renesas,ether-r8a7745 # device is a part of R8A7745 SoC
35 - renesas,ether-r8a7790 # device is a part of R8A7790 SoC
[all …]
H A Dsocionext,uniphier-ave4.yaml85 - const: ether
86 - const: ether-gb
87 - const: ether-phy
94 - const: ether
100 const: ether
104 const: ether
122 ether: ethernet@65000000 {
128 clock-names = "ether";
130 reset-names = "ether";
H A Drenesas,r8a779f0-ether-switch.yaml4 $id: http://devicetree.org/schemas/net/renesas,r8a779f0-ether-switch.yaml#
14 const: renesas,r8a779f0-ether-switch
149 compatible = "renesas,r8a779f0-ether-switch";
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c53 /* ETHER */
377 /* Ether Stats */
379 .area = ETHER,
386 .area = ETHER,
393 .area = ETHER,
400 .area = ETHER,
407 .area = ETHER,
414 .area = ETHER,
421 .area = ETHER,
428 .area = ETHER,
[all …]
/linux/net/netfilter/ipset/
H A Dip_set_bitmap_ipmac.c59 unsigned char ether[ETH_ALEN] __aligned(2); member
65 unsigned char ether[ETH_ALEN]; member
93 return ether_addr_equal(e->ether, elem->ether); in bitmap_ipmac_do_test()
154 !ether_addr_equal(e->ether, elem->ether)) { in bitmap_ipmac_do_add()
158 ether_addr_copy(elem->ether, e->ether); in bitmap_ipmac_do_add()
167 ether_addr_copy(elem->ether, e->ether); in bitmap_ipmac_do_add()
172 ether_addr_copy(elem->ether, e->ether); in bitmap_ipmac_do_add()
198 nla_put(skb, IPSET_ATTR_ETHER, ETH_ALEN, elem->ether)); in bitmap_ipmac_do_list()
231 ether_addr_copy(e.ether, eth_hdr(skb)->h_source); in bitmap_ipmac_kadt()
233 ether_addr_copy(e.ether, eth_hdr(skb)->h_dest); in bitmap_ipmac_kadt()
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Drenesas,r8a779f0-ether-serdes.yaml4 $id: http://devicetree.org/schemas/phy/renesas,r8a779f0-ether-serdes.yaml#
14 const: renesas,r8a779f0-ether-serdes
48 compatible = "renesas,r8a779f0-ether-serdes";
/linux/tools/testing/selftests/net/
H A Dnetdev-l2addr.sh37 get_addr address "$nsim" "$NS" >/dev/null || fail "Couldn't get ether addr"
44 [[ "$(get_addr address "$nsim" "$NS")" == "$TEST_ADDR" ]] || fail "Couldn't set ether addr"
53 get_addr address "$nsim_port" "$NS" >/dev/null || fail "Couldn't get ether addr"
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh4 # Test bond device ether type changing
71 log_test "Change ether type of an enslaved bond device with unsuccessful enslave"
79 log_test "Change ether type of an enslaved bond device with successful enslave"
/linux/Documentation/networking/
H A Dvrf.rst189 link/ether 72:b3:ba:91:e2:24 brd ff:ff:ff:ff:ff:ff promiscuity 0
192 link/ether b6:6f:6e:f6:da:73 brd ff:ff:ff:ff:ff:ff promiscuity 0
195 link/ether 36:62:e8:7d:bb:8c brd ff:ff:ff:ff:ff:ff promiscuity 0
198 link/ether e6:28:b8:63:70:bb brd ff:ff:ff:ff:ff:ff promiscuity 0
238 link/ether 02:00:00:00:02:02 brd ff:ff:ff:ff:ff:ff
240 link/ether 02:00:00:00:02:03 brd ff:ff:ff:ff:ff:ff
242 link/ether 02:00:00:00:02:06 brd ff:ff:ff:ff:ff:ff
283 link/ether 02:00:00:00:02:02 brd ff:ff:ff:ff:ff:ff
291 link/ether 02:00:00:00:02:03 brd ff:ff:ff:ff:ff:ff
299 link/ether 02:00:00:00:02:06 brd ff:ff:ff:ff:ff:ff
H A Dnet_failover.rst77 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
83 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
85 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
/linux/drivers/net/wan/
H A Dhdlc_fr.c115 struct net_device *ether; /* bridged Ethernet interface */ member
211 return pvc->main || pvc->ether; in pvc_is_used()
220 if (pvc->ether) in pvc_carrier()
221 if (!netif_carrier_ok(pvc->ether)) in pvc_carrier()
222 netif_carrier_on(pvc->ether); in pvc_carrier()
227 if (pvc->ether) in pvc_carrier()
228 if (netif_carrier_ok(pvc->ether)) in pvc_carrier()
229 netif_carrier_off(pvc->ether); in pvc_carrier()
255 return &pvc->ether; in get_dev_p()
443 pvc->main && pvc->ether ? " " : "", in fr_log_dlci_active()
[all …]
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-pinctrl.dtsi59 pinctrl_ether_mii: ether-mii {
64 pinctrl_ether_rgmii: ether-rgmii {
69 pinctrl_ether_rmii: ether-rmii {
/linux/drivers/clk/uniphier/
H A Dclk-uniphier-sys.c81 UNIPHIER_CLK_GATE("ether", (idx), NULL, 0x2104, 12)
84 UNIPHIER_CLK_GATE("ether", (idx), NULL, 0x210c, 6)
98 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* Ether, HSC, MIO */
116 UNIPHIER_CLK_GATE("ether-gb", 7, "gpll", 0x2104, 5),
118 UNIPHIER_CLK_GATE("ether-phy", 10, "ref", 0x2260, 0),
119 UNIPHIER_PRO4_SYS_CLK_GIO(12), /* Ether, SATA, USB3 */
142 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* Ether, HSC, MIO */
317 UNIPHIER_CLK_GATE("ether", 6, NULL, 0x210c, 0),
/linux/drivers/reset/
H A Dreset-uniphier.c45 UNIPHIER_RESETX(8, 0x2000, 10), /* STDMAC (Ether, HSC, MIO) */
51 UNIPHIER_RESETX(6, 0x2000, 12), /* Ether */
53 UNIPHIER_RESETX(12, 0x2000, 6), /* GIO (Ether, SATA, USB3) */
76 UNIPHIER_RESETX(6, 0x2000, 12), /* Ether */
94 UNIPHIER_RESETX(6, 0x200c, 6), /* Ether */
106 UNIPHIER_RESETX(6, 0x200c, 6), /* Ether */
145 UNIPHIER_RESETX(6, 0x200c, 0), /* Ether */
/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A Dscapy-example.json29 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()"
77 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()"
/linux/lib/tests/
H A Dblackhole_dev_kunit.c22 #define HEAD_SIZE (14+40+8) /* Ether + IPv6 + UDP */
59 /* Ether */ in test_blackholedev()
/linux/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c65 * SH-Ether
67 * SH Ether of SH7763 has multi IRQ handling.
194 /* SH-Ether */ in sh7763rdp_setup()
/linux/drivers/net/usb/
H A Dcdc_ether.c170 info->ether = header.usb_cdc_ether_desc; in usbnet_generic_cdc_bind()
241 if (header.usb_cdc_ether_desc && info->ether->wMaxSegmentSize) { in usbnet_generic_cdc_bind()
242 dev->hard_mtu = le16_to_cpu(info->ether->wMaxSegmentSize); in usbnet_generic_cdc_bind()
282 } else if (!info->header || (!rndis && !info->ether)) { in usbnet_generic_cdc_bind()
286 info->ether ? "" : "ether "); in usbnet_generic_cdc_bind()
461 status = usbnet_get_ethernet_addr(dev, info->ether->iMACAddress); in usbnet_cdc_bind()
851 * CDC Ether uses two interfaces, not necessarily consecutive.
854 * CDC ether.
/linux/Documentation/translations/zh_CN/networking/
H A Dgeneric-hdlc.rst131 * create ether n | delete ether n - 添加/删除用于以太网
/linux/arch/arm/boot/dts/renesas/
H A Dr7s72100-rskrza1.dts206 ether_pins: ether {
245 &ether {
249 renesas,no-ether-link;
H A Dr7s72100-genmai.dts154 &ether {
160 renesas,no-ether-link;
212 ether_pins: ether {
/linux/arch/sh/include/mach-se/mach/
H A Dse.h99 /* SH Ether support (SH7710/SH7712) */
110 /* Ether IRQ */
/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c1879 "gio", "ether", "ether-gb", "ether-phy",
1882 "gio", "ether",
1890 "ether",
1893 "ether",
1901 "ether",
1904 "ether",
1912 "ether",
1915 "ether",
1923 "ether",
1926 "ether",
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dmirred.json1218 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1270 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1323 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1377 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1479 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1532 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1585 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1636 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
1733 "packet": "Ether()/IP(dst='10.10.10.1', src='10.10.10.10')/ICMP()"
/linux/tools/testing/selftests/net/hsr/
H A Dhsr_prp_redbox.sh81 "ether proto 0x88fb and ether src $rb_mac" 2>/dev/null || true)

1234567