Searched full:prestera (Results 1 – 25 of 25) sorted by relevance
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | Kconfig | 3 # Marvell Prestera drivers configuration 6 config PRESTERA config 7 tristate "Marvell Prestera Switch ASICs support" 13 This driver supports Marvell Prestera Switch ASICs family. 16 module will be called prestera. 19 tristate "PCI interface driver for Marvell Prestera Switch ASICs family" 20 depends on PCI && HAS_IOMEM && PRESTERA 21 default PRESTERA 23 This is implementation of PCI interface support for Marvell Prestera
|
| H A D | Makefile | 2 obj-$(CONFIG_PRESTERA) += prestera.o 3 prestera-objs := prestera_main.o prestera_hw.o prestera_dsa.o \
|
| H A D | prestera_matchall.c | 7 #include "prestera.h" 81 "Only Marvell Prestera port is supported"); in prestera_mall_replace()
|
| H A D | prestera_devlink.h | 7 #include "prestera.h"
|
| H A D | prestera_span.c | 7 #include "prestera.h"
|
| H A D | prestera_acl.c | 9 #include "prestera.h" 111 /* prestera supports only one chain on egress */ in prestera_acl_chain_to_client() 129 /* prestera supports only one chain on egress */ in prestera_acl_chain_is_supported()
|
| H A D | prestera_main.c | 14 #include "prestera.h" 387 err = of_property_read_u32(node, "prestera,port-num", &num); in prestera_port_sfp_bind() 1503 prestera_wq = alloc_workqueue("prestera", WQ_PERCPU, 0); in prestera_module_init() 1526 MODULE_DESCRIPTION("Marvell Prestera switch driver");
|
| H A D | prestera_flow.c | 7 #include "prestera.h"
|
| H A D | prestera.h | 14 #define PRESTERA_DRV_NAME "prestera"
|
| H A D | prestera_counter.c | 4 #include "prestera.h"
|
| H A D | prestera_devlink.c | 10 * Documentation/networking/devlink/prestera.rst
|
| H A D | prestera_flower.c | 4 #include "prestera.h"
|
| H A D | prestera_router_hw.c | 6 #include "prestera.h"
|
| H A D | prestera_rxtx.c | 11 #include "prestera.h"
|
| H A D | prestera_switchdev.c | 12 #include "prestera.h"
|
| H A D | prestera_router.c | 16 #include "prestera.h"
|
| H A D | prestera_hw.c | 9 #include "prestera.h"
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | marvell,prestera.yaml | 4 $id: http://devicetree.org/schemas/net/marvell,prestera.yaml# 7 title: Marvell Prestera switch family 17 - marvell,prestera-98dx3236 18 - marvell,prestera-98dx3336 19 - marvell,prestera-98dx4251 20 - const: marvell,prestera 44 const: marvell,prestera 71 compatible = "marvell,prestera-98dx3236", "marvell,prestera";
|
| H A D | marvell,dfx-server.yaml | 7 title: Marvell Prestera DFX server
|
| /linux/Documentation/networking/devlink/ |
| H A D | prestera.rst | 4 prestera devlink support 7 This document describes the devlink features implemented by the ``prestera`` 13 .. list-table:: List of Driver-specific Traps Registered by ``prestera`` 19 .. list-table:: List of Driver-specific Traps Registered by ``prestera``
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-98dx3336.dtsi | 38 compatible = "marvell,prestera-98dx3336", "marvell,prestera";
|
| H A D | armada-xp-98dx4251.dtsi | 52 compatible = "marvell,prestera-98dx4251", "marvell,prestera";
|
| H A D | armada-xp-98dx3236.dtsi | 256 compatible = "marvell,prestera-98dx3236", "marvell,prestera";
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | Makefile | 17 obj-y += prestera/
|
| /linux/ |
| H A D | MAINTAINERS | 15495 MARVELL PRESTERA ETHERNET SWITCH DRIVER 15498 W: https://github.com/Marvell-switching/switchdev-prestera 15499 F: drivers/net/ethernet/marvell/prestera/
|