Directory Files
.. 20
File Size
Kconfig 1.1 kB
Makefile 697 B
dpaa2-eth-dcb.c 3.9 kB
dpaa2-eth-debugfs.c 5.4 kB
dpaa2-eth-debugfs.h 774 B
dpaa2-eth-devlink.c 9.3 kB
dpaa2-eth-trace.h 5.4 kB
dpaa2-eth.c 135 kB
dpaa2-eth.h 24 kB
dpaa2-ethtool.c 25 kB
dpaa2-mac.c 15 kB
dpaa2-mac.h 1.4 kB
dpaa2-ptp.c 5.6 kB
dpaa2-ptp.h 273 B
dpaa2-switch-ethtool.c 6.2 kB
dpaa2-switch-flower.c 24 kB
dpaa2-switch.c 91 kB
dpaa2-switch.h 7.3 kB
dpaa2-xsk.c 12 kB
dpkg.h 14 kB
dpmac-cmd.h 2.0 kB
dpmac.c 6.8 kB
dpmac.h 7.1 kB
dpni-cmd.h 15 kB
dpni.c 65 kB
dpni.h 35 kB
dprtc-cmd.h 1.5 kB
dprtc.c 8.2 kB
dprtc.h 1.4 kB
dpsw-cmd.h 12 kB
dpsw.c 53 kB
dpsw.h 24 kB
fsl-dpaa2-eth.mod.c 0 B
fsl-dpaa2-ptp.mod.c 0 B
fsl-dpaa2-switch.mod.c 0 B

Linux v6.6.1 - dpaa2

# SPDX-License-Identifier: GPL-2.0-only
config FSL_DPAA2_ETH
	tristate "Freescale DPAA2 Ethernet"
	depends on FSL_MC_BUS && FSL_MC_DPIO
	select PHYLINK
	select PCS_LYNX
	select FSL_XGMAC_MDIO
	select NET_DEVLINK
	help
	  This is the DPAA2 Ethernet driver supporting Freescale SoCs
	  with DPAA2 (DataPath Acceleration Architecture v2).
	  The driver manages network objects discovered on the Freescale
	  MC bus.

if FSL_DPAA2_ETH
config FSL_DPAA2_ETH_DCB
	bool "Data Center Bridging (DCB) Support"
	default n
	depends on DCB
	help
	  Enable Priority-Based Flow Control (PFC) support for DPAA2 Ethernet
	  devices.
endif

config FSL_DPAA2_PTP_CLOCK
	tristate "Freescale DPAA2 PTP Clock"
	depends on FSL_DPAA2_ETH && PTP_1588_CLOCK_QORIQ
	default y
	help
	  This driver adds support for using the DPAA2 1588 timer module
	  as a PTP clock.

config FSL_DPAA2_SWITCH
	tristate "Freescale DPAA2 Ethernet Switch"
	depends on BRIDGE || BRIDGE=n
	depends on NET_SWITCHDEV
	help
	  Driver for Freescale DPAA2 Ethernet Switch. This driver manages
	  switch objects discovered on the Freeescale MC bus.