Home
last modified time | relevance | path

Searched full:stmmac (Results 1 – 25 of 124) sorted by relevance

12345

/OK3568_Linux_fs/external/dpdk/gmac/
HDstmmac.rk.tar.bz2 ... stmmac/meson.build stmmac/stmmac.h stmmac/stmmac_uio.c stmmac/stmmac_ethdev.h stmmac
H A DREADME.txt6 stmmac.rk.tar.bz2 //补丁基于21.11版本,放到DPDK源码包的driver/net/目录下
12 + 'stmmac',
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A DKconfig19 bool "Support for STMMAC Selftests"
24 This adds support for STMMAC Selftests using ethtool. Enable this
36 bool "Ethtool feature for STMMAC"
42 bool "Support full driver for STMMAC"
49 tristate "STMMAC Platform bus support"
54 This selects the platform specific bus support for the stmmac driver.
87 This selects the Anarion SoC glue layer support for the stmmac driver.
97 This selects the IPQ806x SoC glue layer support for the stmmac
116 This selects the MT2712 SoC support for the stmmac driver.
126 the stmmac device driver. This driver is used for Meson6,
[all …]
H A DMakefile2 obj-$(CONFIG_STMMAC_ETH) += stmmac.o
4 stmmac-objs:= stmmac_main.o stmmac_mdio.o dwmac_lib.o \
8 $(stmmac-y)
10 stmmac-$(CONFIG_STMMAC_FULL) += ring_mode.o chain_mode.o dwmac1000_core.o \
15 stmmac-$(CONFIG_STMMAC_SELFTESTS) += stmmac_selftests.o
16 stmmac-$(CONFIG_STMMAC_ETHTOOL) += stmmac_ethtool.o
19 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o
40 stmmac-platform-objs:= stmmac_platform.o
43 obj-$(CONFIG_STMMAC_PCI) += stmmac-pci.o
45 stmmac-pci-objs:= stmmac_pci.o
H A Dstmmac_pci.c16 #include "stmmac.h"
276 { PCI_DEVICE_DATA(STMMAC, STMMAC, &stmmac_pci_info) },
296 MODULE_DESCRIPTION("STMMAC 10/100/1000 Ethernet PCI driver");
H A Ddwmac-socfpga.c14 #include <linux/stmmac.h>
16 #include "stmmac.h"
436 /* The socfpga driver needs to control the stmmac reset to set the phy in socfpga_dwmac_probe()
519 { .compatible = "altr,socfpga-stmmac", .data = &socfpga_gen5_ops },
520 { .compatible = "altr,socfpga-stmmac-a10-s10", .data = &socfpga_gen10_ops },
H A Dstmmac_ptp.c3 PTP 1588 clock using the STMMAC.
10 #include "stmmac.h"
171 .name = "stmmac ptp",
H A Ddwmac-anarion.c12 #include <linux/stmmac.h>
14 #include "stmmac.h"
H A Ddwmac-intel-plat.c12 #include <linux/stmmac.h>
15 #include "stmmac.h"
H A Daltr_tse_pcs.c14 #include <linux/stmmac.h>
16 #include "stmmac.h"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsocfpga-dwmac.txt3 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";
H A Dipq806x-dwmac.txt3 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 Doxnas-dwmac.txt3 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
H A Dnxp,lpc1850-dwmac.txt3 This device is a platform glue layer for stmmac.
4 Please see stmmac.txt for the other unchanged properties.
H A Danarion-gmac.txt3 This device is a platform glue layer for stmmac.
4 Please see stmmac.txt for the other unchanged properties.
H A Dsti-dwmac.txt4 Documentation/devicetree/bindings/net/stmmac.txt
5 and what is needed on STi platforms to program the stmmac glue logic.
H A Dmediatek-dwmac.txt3 This file documents platform glue layer for stmmac.
4 Please see stmmac.txt for the other unchanged properties.
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff4 Subject: [PATCH] net: ethernet: stmmac: Add uio support for stmmac
13 diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kcon…
15 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig
16 +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig
29 bool "Ethtool feature for STMMAC"
31 diff --git a/drivers/net/ethernet/stmicro/stmmac/Makefile b/drivers/net/ethernet/stmicro/stmmac/Mak…
33 --- a/drivers/net/ethernet/stmicro/stmmac/Makefile
34 +++ b/drivers/net/ethernet/stmicro/stmmac/Makefile
43 diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/com…
45 --- a/drivers/net/ethernet/stmicro/stmmac/common.h
[all …]
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff4 Subject: [PATCH] net: ethernet: stmmac: Add uio support for stmmac
13 diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kcon…
15 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig
16 +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig
31 diff --git a/drivers/net/ethernet/stmicro/stmmac/Makefile b/drivers/net/ethernet/stmicro/stmmac/Mak…
33 --- a/drivers/net/ethernet/stmicro/stmmac/Makefile
34 +++ b/drivers/net/ethernet/stmicro/stmmac/Makefile
43 diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/com…
45 --- a/drivers/net/ethernet/stmicro/stmmac/common.h
46 +++ b/drivers/net/ethernet/stmicro/stmmac/common.h
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dallwinner,sun7i-a20-gmac.txt3 This device is a platform glue layer for stmmac.
4 Please see stmmac.txt for the other unchanged properties.
H A Dstmmac.txt9 - interrupts: Should contain the STMMAC interrupts
34 - resets: Should contain a phandle to the STMMAC reset signal, if any
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst4 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
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/
H A DMakefile6 obj-$(CONFIG_STMMAC_ETH) += stmmac/
/OK3568_Linux_fs/u-boot/board/intel/galileo/
H A DKconfig31 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c) make use of

12345