Searched full:stmmac (Results 1 – 25 of 81) sorted by relevance
1234
/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | Kconfig | 19 bool "Support for STMMAC Selftests" 24 This adds support for STMMAC Selftests using ethtool. Enable this 29 tristate "STMMAC Platform bus support" 34 This selects the platform specific bus support for the stmmac driver. 67 This selects the Anarion SoC glue layer support for the stmmac driver. 77 This selects the IPQ806x SoC glue layer support for the stmmac 96 This selects the MT2712 SoC support for the stmmac driver. 106 the stmmac device driver. This driver is used for Meson6, 118 the stmmac device driver. This driver is used for OX820. 128 stmmac device driver. [all …]
|
D | Makefile | 2 obj-$(CONFIG_STMMAC_ETH) += stmmac.o 3 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o \ 9 $(stmmac-y) 11 stmmac-$(CONFIG_STMMAC_SELFTESTS) += stmmac_selftests.o 14 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o 32 stmmac-platform-objs:= stmmac_platform.o 35 obj-$(CONFIG_STMMAC_PCI) += stmmac-pci.o 37 stmmac-pci-objs:= stmmac_pci.o
|
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");
|
D | dwmac-socfpga.c | 14 #include <linux/stmmac.h> 16 #include "stmmac.h" 437 /* The socfpga driver needs to control the stmmac reset to set the phy in socfpga_dwmac_probe() 500 { .compatible = "altr,socfpga-stmmac", .data = &socfpga_gen5_ops }, 501 { .compatible = "altr,socfpga-stmmac-a10-s10", .data = &socfpga_gen10_ops },
|
D | stmmac_ptp.c | 3 PTP 1588 clock using the STMMAC. 10 #include "stmmac.h" 171 .name = "stmmac ptp",
|
D | dwmac-anarion.c | 12 #include <linux/stmmac.h> 14 #include "stmmac.h"
|
D | dwmac-intel-plat.c | 12 #include <linux/stmmac.h> 15 #include "stmmac.h"
|
D | altr_tse_pcs.c | 14 #include <linux/stmmac.h> 16 #include "stmmac.h"
|
D | stmmac_platform.h | 12 #include "stmmac.h"
|
D | dwmac-meson.c | 14 #include <linux/stmmac.h>
|
D | dwmac-lpc18xx.c | 18 #include <linux/stmmac.h>
|
/linux-5.10/Documentation/devicetree/bindings/net/ |
D | socfpga-dwmac.txt | 3 This is a variant of the dwmac/stmmac driver an inherits all descriptions 4 present in Documentation/devicetree/bindings/net/stmmac.txt. 10 "altr,socfpga-stmmac". For Arria10/Agilex/Stratix10 SoCs 11 "altr,socfpga-stmmac-a10-s10". 13 designware version numbers documented in stmmac.txt 47 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
|
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
|
D | oxnas-dwmac.txt | 3 The device inherits all the properties of the dwmac/stmmac devices 4 described in the file stmmac.txt in the current directory with the 15 - "stmmaceth" for the host clock - see stmmac.txt
|
D | nxp,lpc1850-dwmac.txt | 3 This device is a platform glue layer for stmmac. 4 Please see stmmac.txt for the other unchanged properties.
|
D | anarion-gmac.txt | 3 This device is a platform glue layer for stmmac. 4 Please see stmmac.txt for the other unchanged properties.
|
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.
|
D | mediatek-dwmac.txt | 3 This file documents platform glue layer for stmmac. 4 Please see stmmac.txt for the other unchanged properties.
|
D | qcom,ethqos.txt | 25 Rest of the properties are defined in stmmac.txt file in same directory
|
D | imx-dwmac.txt | 4 Please see stmmac.txt for the other unchanged properties.
|
/linux-5.10/drivers/net/ethernet/stmicro/ |
D | Makefile | 6 obj-$(CONFIG_STMMAC_ETH) += stmmac/
|
D | Kconfig | 21 source "drivers/net/ethernet/stmicro/stmmac/Kconfig"
|
/linux-5.10/Documentation/networking/device_drivers/ethernet/stmicro/ |
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-5.10/Documentation/devicetree/bindings/mtd/ |
D | spear_smi.txt | 8 - interrupts: Should contain the STMMAC interrupts
|
/linux-5.10/Documentation/networking/device_drivers/ethernet/ |
D | index.rst | 49 stmicro/stmmac
|
1234