Searched full:stmmac (Results 1 – 25 of 124) sorted by relevance
12345
... stmmac/meson.build stmmac/stmmac.h stmmac/stmmac_uio.c stmmac/stmmac_ethdev.h stmmac
6 stmmac.rk.tar.bz2 //补丁基于21.11版本,放到DPDK源码包的driver/net/目录下12 + 'stmmac',
19 bool "Support for STMMAC Selftests"24 This adds support for STMMAC Selftests using ethtool. Enable this36 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 stmmac116 This selects the MT2712 SoC support for the stmmac driver.126 the stmmac device driver. This driver is used for Meson6,[all …]
2 obj-$(CONFIG_STMMAC_ETH) += stmmac.o4 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.o16 stmmac-$(CONFIG_STMMAC_ETHTOOL) += stmmac_ethtool.o19 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o40 stmmac-platform-objs:= stmmac_platform.o43 obj-$(CONFIG_STMMAC_PCI) += stmmac-pci.o45 stmmac-pci-objs:= stmmac_pci.o
16 #include "stmmac.h"276 { PCI_DEVICE_DATA(STMMAC, STMMAC, &stmmac_pci_info) },296 MODULE_DESCRIPTION("STMMAC 10/100/1000 Ethernet PCI driver");
14 #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 },
3 PTP 1588 clock using the STMMAC.10 #include "stmmac.h"171 .name = "stmmac ptp",
12 #include <linux/stmmac.h>14 #include "stmmac.h"
12 #include <linux/stmmac.h>15 #include "stmmac.h"
14 #include <linux/stmmac.h>16 #include "stmmac.h"
3 This is a variant of the dwmac/stmmac driver an inherits all descriptions4 present in Documentation/devicetree/bindings/net/stmmac.txt.10 "altr,socfpga-stmmac". For Arria10/Agilex/Stratix10 SoCs11 "altr,socfpga-stmmac-a10-s10".13 designware version numbers documented in stmmac.txt47 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
3 The device inherits all the properties of the dwmac/stmmac devices4 described in the file net/stmmac.txt with the following changes.10 described in net/stmmac.txt
3 The device inherits all the properties of the dwmac/stmmac devices4 described in the file stmmac.txt in the current directory with the15 - "stmmaceth" for the host clock - see stmmac.txt
3 This device is a platform glue layer for stmmac.4 Please see stmmac.txt for the other unchanged properties.
4 Documentation/devicetree/bindings/net/stmmac.txt5 and what is needed on STi platforms to program the stmmac glue logic.
3 This file documents platform glue layer for stmmac.4 Please see stmmac.txt for the other unchanged properties.
4 Subject: [PATCH] net: ethernet: stmmac: Add uio support for stmmac13 diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kcon…15 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig16 +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig29 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/Makefile34 +++ b/drivers/net/ethernet/stmicro/stmmac/Makefile43 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 …]
4 Subject: [PATCH] net: ethernet: stmmac: Add uio support for stmmac13 diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kcon…15 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig16 +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig31 diff --git a/drivers/net/ethernet/stmicro/stmmac/Makefile b/drivers/net/ethernet/stmicro/stmmac/Mak…33 --- a/drivers/net/ethernet/stmicro/stmmac/Makefile34 +++ b/drivers/net/ethernet/stmicro/stmmac/Makefile43 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.h46 +++ b/drivers/net/ethernet/stmicro/stmmac/common.h[all …]
9 - interrupts: Should contain the STMMAC interrupts34 - resets: Should contain a phandle to the STMMAC reset signal, if any
4 Linux Driver for the Synopsys(R) Ethernet Controllers "stmmac"24 This file describes the stmmac Linux Driver for all the Synopsys(R) Ethernet235 stmmac supports DMA descriptor to operate both in dual buffer (RING) and278 that the SKB provided to the low level driver (stmmac in our case) matches286 and provide SKB packet to stmmac as it is. The GMAC IP will have to perform327 that the stmmac can manage auto-negotiation and link status w/o using the
6 obj-$(CONFIG_STMMAC_ETH) += stmmac/
31 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c) make use of