Searched full:stmmac (Results 1 – 25 of 103) sorted by relevance
12345
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | Kconfig | 20 bool "Support for STMMAC Selftests" 25 This adds support for STMMAC Selftests using ethtool. Enable this 30 tristate "STMMAC Platform bus support" 35 This selects the platform specific bus support for the stmmac driver. 68 This selects the Anarion SoC glue layer support for the stmmac driver. 78 This selects Ingenic SoCs glue layer support for the stmmac 90 This selects the IPQ806x SoC glue layer support for the stmmac 112 This selects the MT2712 SoC support for the stmmac driver. 122 the stmmac device driver. This driver is used for Meson6, 133 stmmac devic [all...] |
H A D | Makefile | 2 obj-$(CONFIG_STMMAC_ETH) += stmmac.o 3 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o \ 10 $(stmmac-y) 12 stmmac-$(CONFIG_STMMAC_SELFTESTS) += stmmac_selftests.o 15 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o 42 stmmac-platform-objs:= stmmac_platform.o 45 obj-$(CONFIG_STMMAC_PCI) += stmmac-pci.o 48 stmmac-pci-objs:= stmmac_pci.o
|
H A D | dwmac-socfpga.c | 16 #include <linux/stmmac.h> 18 #include "stmmac.h" 486 /* The socfpga driver needs to control the stmmac reset to set the phy in socfpga_dwmac_probe() 516 { .compatible = "altr,socfpga-stmmac", .data = &socfpga_gen5_ops }, 517 { .compatible = "altr,socfpga-stmmac-a10-s10", .data = &socfpga_gen10_ops }, 518 { .compatible = "altr,socfpga-stmmac-agilex5", .data = &socfpga_gen10_ops },
|
H A D | stmmac_pci.c | 16 #include "stmmac.h" 278 { PCI_DEVICE_DATA(STMMAC, STMMAC, &stmmac_pci_info) }, 298 MODULE_DESCRIPTION("STMMAC 10/100/1000 Ethernet PCI driver");
|
H A D | stmmac_ptp.c | 3 PTP 1588 clock using the STMMAC. 10 #include "stmmac.h" 269 .name = "stmmac ptp", 287 .name = "stmmac ptp",
|
H A D | dwmac-anarion.c | 12 #include <linux/stmmac.h> 14 #include "stmmac.h"
|
H A D | stmmac_est.c | 4 * stmmac EST(802.3 Qbv) handling 8 #include "stmmac.h"
|
H A D | stmmac_fpe.h | 4 * stmmac FPE(802.3 Qbu) handling
|
H A D | stmmac_est.h | 4 * stmmac EST(802.3 Qbv) handling
|
H A D | stmmac_vlan.h | 4 * stmmac VLAN(802.1Q) handling
|
H A D | dwmac-rzn1.c | 14 #include "stmmac.h"
|
H A D | stmmac_vlan.c | 4 * stmmac VLAN (802.1Q) handling 7 #include "stmmac.h"
|
H A D | dwmac-lpc18xx.c | 18 #include <linux/stmmac.h>
|
H A D | dwmac-generic.c | 16 #include "stmmac.h"
|
H A D | dwmac-meson.c | 14 #include <linux/stmmac.h>
|
H A D | stmmac_fpe.c | 4 * stmmac FPE(802.3 Qbu) handling 6 #include "stmmac.h"
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | altr,socfpga-stmmac.yaml | 4 $id: http://devicetree.org/schemas/net/altr,socfpga-stmmac.yaml# 24 - altr,socfpga-stmmac 25 - altr,socfpga-stmmac-a10-s10 26 - altr,socfpga-stmmac-agilex5 35 - const: altr,socfpga-stmmac 39 - const: altr,socfpga-stmmac-a10-s10 43 - const: altr,socfpga-stmmac-a10-s10 47 - const: altr,socfpga-stmmac-agilex5 160 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a",
|
H A D | ipq806x-dwmac.txt | 3 The device inherits all the properties of the dwmac/stmmac devices 4 described in the file net/stmmac.txt with the following changes. 10 described in net/stmmac.txt
|
H A D | anarion-gmac.txt | 3 This device is a platform glue layer for stmmac. 4 Please see stmmac.txt for the other unchanged properties.
|
H A D | sti-dwmac.txt | 4 Documentation/devicetree/bindings/net/stmmac.txt 5 and what is needed on STi platforms to program the stmmac glue logic.
|
/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 4 Linux Driver for the Synopsys(R) Ethernet Controllers "stmmac" 24 This file describes the stmmac Linux Driver for all the Synopsys(R) Ethernet 235 stmmac supports DMA descriptor to operate both in dual buffer (RING) and 278 that the SKB provided to the low level driver (stmmac in our case) matches 286 and provide SKB packet to stmmac as it is. The GMAC IP will have to perform 327 that the stmmac can manage auto-negotiation and link status w/o using the
|
/linux/drivers/net/ethernet/stmicro/ |
H A D | Makefile | 6 obj-$(CONFIG_STMMAC_ETH) += stmmac/
|
H A D | Kconfig | 21 source "drivers/net/ethernet/stmicro/stmmac/Kconfig"
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | spear_smi.txt | 8 - interrupts: Should contain the STMMAC interrupts
|
/linux/arch/arm64/boot/dts/st/ |
H A D | stm32mp233.dtsi | 88 stmmac_axi_config_2: stmmac-axi-config {
|
12345