| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_ethtool.c | 53 /* 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/Documentation/devicetree/bindings/net/ |
| H A D | socionext,uniphier-ave4.yaml | 85 - 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 D | renesas,r8a779f0-ether-switch.yaml | 4 $id: http://devicetree.org/schemas/net/renesas,r8a779f0-ether-switch.yaml# 14 const: renesas,r8a779f0-ether-switch 149 compatible = "renesas,r8a779f0-ether-switch";
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | renesas,r8a779f0-ether-serdes.yaml | 4 $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 D | netdev-l2addr.sh | 37 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/drivers/net/wan/ |
| H A D | hdlc_fr.c | 115 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/Documentation/networking/ |
| H A D | vrf.rst | 189 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 D | net_failover.rst | 77 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
|
| H A D | generic-hdlc.rst | 125 * create ether n | delete ether n - adds a device for Ethernet-bridged
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond-eth-type-change.sh | 4 # 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/arch/arm/boot/dts/socionext/ |
| H A D | uniphier-pinctrl.dtsi | 59 pinctrl_ether_mii: ether-mii { 64 pinctrl_ether_rgmii: ether-rgmii { 69 pinctrl_ether_rmii: ether-rmii {
|
| /linux/drivers/clk/uniphier/ |
| H A D | clk-uniphier-sys.c | 81 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 D | reset-uniphier.c | 45 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 D | scapy-example.json | 29 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()" 77 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()"
|
| /linux/arch/sh/boards/mach-sh7763rdp/ |
| H A D | setup.c | 65 * SH-Ether 67 * SH Ether of SH7763 has multi IRQ handling. 194 /* SH-Ether */ in sh7763rdp_setup()
|
| /linux/lib/tests/ |
| H A D | blackhole_dev_kunit.c | 22 #define HEAD_SIZE (14+40+8) /* Ether + IPv6 + UDP */ 59 /* Ether */ in test_blackholedev()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | generic-hdlc.rst | 131 * create ether n | delete ether n - 添加/删除用于以太网
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | sni_ave.c | 1879 "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/arch/sh/include/mach-se/mach/ |
| H A D | se.h | 99 /* SH Ether support (SH7710/SH7712) */ 110 /* Ether IRQ */
|
| /linux/arch/sh/boards/mach-se/770x/ |
| H A D | setup.c | 143 .name = "sh771x-ether", 171 .name = "sh771x-ether",
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | amd5536udc_pci.c | 18 * UDC DMA requires 32-bit aligned buffers so DMA with gadget ether does not 20 * can be used with gadget ether.
|
| /linux/drivers/phy/renesas/ |
| H A D | Makefile | 2 obj-$(CONFIG_PHY_R8A779F0_ETHERNET_SERDES) += r8a779f0-ether-serdes.o
|
| /linux/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | tlan.rst | 98 ether=0,0,0x1,0x7,eth0 115 ether=0,0,0x12,0,eth0 will force link to 100Mbps Half-Duplex.
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | sh_eth.c | 3223 of_property_read_bool(np, "renesas,no-ether-link"); in sh_eth_parse_dt() 3225 of_property_read_bool(np, "renesas,ether-link-active-low"); in sh_eth_parse_dt() 3232 { .compatible = "renesas,ether-r8a7743", .data = &rcar_gen2_data }, 3233 { .compatible = "renesas,ether-r8a7745", .data = &rcar_gen2_data }, 3234 { .compatible = "renesas,ether-r8a7778", .data = &rcar_gen1_data }, 3235 { .compatible = "renesas,ether-r8a7779", .data = &rcar_gen1_data }, 3236 { .compatible = "renesas,ether-r8a7790", .data = &rcar_gen2_data }, 3237 { .compatible = "renesas,ether-r8a7791", .data = &rcar_gen2_data }, 3238 { .compatible = "renesas,ether-r8a7793", .data = &rcar_gen2_data }, 3239 { .compatible = "renesas,ether-r8a7794", .data = &rcar_gen2_data }, [all …]
|
| H A D | sh_eth.h | 58 /* Ether registers */ 408 /* The sh ether Tx buffer descriptors. 436 /* The sh ether Rx buffer descriptors.
|