Directory | Files | |
---|---|---|
.. | 18 | |
File | Size | |
Kconfig | 775 B | |
Makefile | 431 B | |
prestera.h | 9.7 kB | |
prestera.mod.c | 0 B | |
prestera_acl.c | 23 kB | |
prestera_acl.h | 6.5 kB | |
prestera_counter.c | 11 kB | |
prestera_counter.h | 926 B | |
prestera_devlink.c | 16 kB | |
prestera_devlink.h | 876 B | |
prestera_dsa.c | 3.4 kB | |
prestera_dsa.h | 742 B | |
prestera_ethtool.c | 23 kB | |
prestera_ethtool.h | 363 B | |
prestera_flow.c | 7.3 kB | |
prestera_flow.h | 826 B | |
prestera_flower.c | 16 kB | |
prestera_flower.h | 977 B | |
prestera_hw.c | 64 kB | |
prestera_hw.h | 12 kB | |
prestera_main.c | 36 kB | |
prestera_matchall.c | 3.3 kB | |
prestera_matchall.h | 545 B | |
prestera_pci.c | 25 kB | |
prestera_pci.mod.c | 0 B | |
prestera_router.c | 43 kB | |
prestera_router_hw.c | 17 kB | |
prestera_router_hw.h | 4.9 kB | |
prestera_rxtx.c | 19 kB | |
prestera_rxtx.h | 555 B | |
prestera_span.c | 3.9 kB | |
prestera_span.h | 694 B | |
prestera_switchdev.c | 47 kB | |
prestera_switchdev.h | 579 B |
# SPDX-License-Identifier: GPL-2.0-only # # Marvell Prestera drivers configuration # config PRESTERA tristate "Marvell Prestera Switch ASICs support" depends on NET_SWITCHDEV && VLAN_8021Q depends on BRIDGE || BRIDGE=n select NET_DEVLINK select PHYLINK help This driver supports Marvell Prestera Switch ASICs family. To compile this driver as a module, choose M here: the module will be called prestera. config PRESTERA_PCI tristate "PCI interface driver for Marvell Prestera Switch ASICs family" depends on PCI && HAS_IOMEM && PRESTERA default PRESTERA help This is implementation of PCI interface support for Marvell Prestera Switch ASICs family. To compile this driver as a module, choose M here: the module will be called prestera_pci.