Home
last modified time | relevance | path

Searched full:prestera (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.12.1/drivers/net/ethernet/marvell/prestera/
DKconfig3 # 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
DMakefile2 obj-$(CONFIG_PRESTERA) += prestera.o
3 prestera-objs := prestera_main.o prestera_hw.o prestera_dsa.o \
Dprestera_matchall.c7 #include "prestera.h"
81 "Only Marvell Prestera port is supported"); in prestera_mall_replace()
Dprestera_pci.c13 #include "prestera.h"
23 #define PRESTERA_FW_PATH_FMT "mrvl/prestera/mvsw_prestera_fw-v%u.%u.img"
24 #define PRESTERA_FW_ARM64_PATH_FMT "mrvl/prestera/mvsw_prestera_fw_arm64-v%u.%u.img"
899 dev_info(fw->dev.dev, "Prestera FW is ready\n"); in prestera_pci_probe()
973 .name = "Prestera DX",
981 MODULE_DESCRIPTION("Marvell Prestera switch PCI interface");
Dprestera_devlink.h7 #include "prestera.h"
Dprestera_span.c7 #include "prestera.h"
Dprestera_acl.c9 #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()
Dprestera_main.c14 #include "prestera.h"
386 err = of_property_read_u32(node, "prestera,port-num", &num); in prestera_port_sfp_bind()
1503 prestera_wq = alloc_workqueue("prestera", 0, 0); in prestera_module_init()
1526 MODULE_DESCRIPTION("Marvell Prestera switch driver");
Dprestera_flow.c7 #include "prestera.h"
Dprestera.h14 #define PRESTERA_DRV_NAME "prestera"
Dprestera_ethtool.c9 #include "prestera.h"
19 static const char driver_kind[] = "prestera";
Dprestera_counter.c4 #include "prestera.h"
Dprestera_devlink.c10 * Documentation/networking/devlink/prestera.rst
Dprestera_flower.c4 #include "prestera.h"
Dprestera_router_hw.c6 #include "prestera.h"
Dprestera_rxtx.c11 #include "prestera.h"
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dmarvell,prestera.yaml4 $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";
Dmarvell,dfx-server.yaml7 title: Marvell Prestera DFX server
/linux-6.12.1/Documentation/networking/devlink/
Dprestera.rst4 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``
Dindex.rst96 prestera
/linux-6.12.1/arch/arm/boot/dts/marvell/
Darmada-xp-98dx3336.dtsi38 compatible = "marvell,prestera-98dx3336", "marvell,prestera";
Darmada-xp-98dx4251.dtsi52 compatible = "marvell,prestera-98dx4251", "marvell,prestera";
Darmada-xp-98dx3236.dtsi256 compatible = "marvell,prestera-98dx3236", "marvell,prestera";
/linux-6.12.1/drivers/net/ethernet/marvell/
DMakefile17 obj-y += prestera/
DKconfig184 source "drivers/net/ethernet/marvell/prestera/Kconfig"

12