/linux-6.8/drivers/net/dsa/ocelot/ |
D | ocelot_ext.c | 11 #include "felix.h" 71 struct felix *felix; in ocelot_ext_probe() local 74 felix = kzalloc(sizeof(*felix), GFP_KERNEL); in ocelot_ext_probe() 75 if (!felix) in ocelot_ext_probe() 78 dev_set_drvdata(dev, felix); in ocelot_ext_probe() 80 ocelot = &felix->ocelot; in ocelot_ext_probe() 85 felix->info = &vsc7512_info; in ocelot_ext_probe() 95 ds->num_ports = felix->info->num_ports; in ocelot_ext_probe() 96 ds->num_tx_queues = felix->info->num_tx_queues; in ocelot_ext_probe() 100 felix->ds = ds; in ocelot_ext_probe() [all …]
|
D | felix.c | 26 #include "felix.h" 309 struct felix *felix = ocelot_to_felix(ocelot); in felix_update_trapping_destinations() local 317 if (!felix->info->quirk_no_xtr_irq) in felix_update_trapping_destinations() 608 struct felix *felix = ocelot_to_felix(ocelot); in felix_migrate_host_flood() local 617 felix_set_host_flood(ds, mask, !!felix->host_flood_uc_mask, in felix_migrate_host_flood() 618 !!felix->host_flood_mc_mask, true); in felix_migrate_host_flood() 670 struct felix *felix = ocelot_to_felix(ocelot); in felix_change_tag_protocol() local 685 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol() 701 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol() 702 felix->tag_proto = proto; in felix_change_tag_protocol() [all …]
|
D | seville_vsc9953.c | 16 #include "felix.h" 881 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_alloc() local 887 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9953_mdio_bus_alloc() 890 if (!felix->pcs) { in vsc9953_mdio_bus_alloc() 911 felix->imdio = bus; in vsc9953_mdio_bus_alloc() 913 for (port = 0; port < felix->info->num_ports; port++) { in vsc9953_mdio_bus_alloc() 918 if (dsa_is_unused_port(felix->ds, port)) in vsc9953_mdio_bus_alloc() 924 phylink_pcs = lynx_pcs_create_mdiodev(felix->imdio, addr); in vsc9953_mdio_bus_alloc() 928 felix->pcs[port] = phylink_pcs; in vsc9953_mdio_bus_alloc() 938 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_free() local [all …]
|
D | felix_vsc9959.c | 22 #include "felix.h" 860 .name = "felix ptp", 959 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local 970 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc() 973 if (!felix->pcs) { in vsc9959_mdio_bus_alloc() 1020 felix->imdio = bus; in vsc9959_mdio_bus_alloc() 1022 for (port = 0; port < felix->info->num_ports; port++) { in vsc9959_mdio_bus_alloc() 1026 if (dsa_is_unused_port(felix->ds, port)) in vsc9959_mdio_bus_alloc() 1032 phylink_pcs = lynx_pcs_create_mdiodev(felix->imdio, port); in vsc9959_mdio_bus_alloc() 1036 felix->pcs[port] = phylink_pcs; in vsc9959_mdio_bus_alloc() [all …]
|
D | Kconfig | 9 (VSC9959), code named Felix. 33 tristate "Ocelot / Felix Ethernet switch support" 47 This driver supports the VSC9959 (Felix) switch, which is embedded as
|
D | felix.h | 7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot) 88 struct felix { struct
|
D | Makefile | 7 mscc_felix_dsa_lib-objs := felix.o
|
/linux-6.8/drivers/net/ethernet/chelsio/cxgb/ |
D | espi.h | 20 * Felix Marti <felix@chelsio.com> *
|
D | gmac.h | 21 * Felix Marti <felix@chelsio.com> *
|
D | sge.h | 20 * Felix Marti <felix@chelsio.com> *
|
D | elmer0.h | 20 * Felix Marti <felix@chelsio.com> *
|
D | cphy.h | 20 * Felix Marti <felix@chelsio.com> *
|
/linux-6.8/drivers/usb/storage/ |
D | unusual_datafab.h | 71 * Reported by Felix Moeller <felix@derklecks.de>
|
/linux-6.8/Documentation/devicetree/bindings/net/dsa/ |
D | mscc,ocelot.yaml | 36 VSC9959 (Felix): 46 port 2 and not to Felix. 93 # Felix VSC9959 (NXP LS1028A)
|
/linux-6.8/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_trace.c | 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
|
D | trace.c | 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
|
/linux-6.8/drivers/net/ethernet/mediatek/ |
D | mtk_wed_ops.c | 2 /* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */
|
/linux-6.8/drivers/net/wireless/mediatek/mt7601u/ |
D | trace.c | 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
|
D | util.c | 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
|
/linux-6.8/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | mac.h | 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
|
/linux-6.8/arch/mips/ath25/ |
D | Makefile | 8 # Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>
|
D | prom.c | 10 * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
|
/linux-6.8/Documentation/devicetree/bindings/arm/ |
D | airoha.yaml | 10 - Felix Fietkau <nbd@nbd.name>
|
/linux-6.8/drivers/mtd/nand/spi/ |
D | xtx.c | 4 * Felix Matouschek <felix@matouschek.org>
|
/linux-6.8/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | mcu.h | 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
|