Home
last modified time | relevance | path

Searched full:felix (Results 1 – 25 of 224) sorted by relevance

123456789

/openbmc/linux/drivers/net/dsa/ocelot/
H A Docelot_ext.c11 #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 …]
H A Dfelix.c26 #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()
610 struct felix *felix = ocelot_to_felix(ocelot); in felix_migrate_host_flood() local
619 felix_set_host_flood(ds, mask, !!felix->host_flood_uc_mask, in felix_migrate_host_flood()
620 !!felix->host_flood_mc_mask, true); in felix_migrate_host_flood()
672 struct felix *felix = ocelot_to_felix(ocelot); in felix_change_tag_protocol() local
687 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
703 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
704 felix->tag_proto = proto; in felix_change_tag_protocol()
[all …]
H A Dseville_vsc9953.c16 #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 …]
H A Dfelix_vsc9959.c22 #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 …]
H A DKconfig9 (VSC9959), code named Felix.
33 tristate "Ocelot / Felix Ethernet switch support"
47 This driver supports the VSC9959 (Felix) switch, which is embedded as
H A Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
88 struct felix { struct
H A DMakefile7 mscc_felix_dsa_lib-objs := felix.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch2 From: Felix Janda <felix.janda@posteo.de>
H A D0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch2 From: Felix Janda <felix.janda@posteo.de>
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h20 * Felix Marti <felix@chelsio.com> *
H A Dsge.h20 * Felix Marti <felix@chelsio.com> *
H A Dgmac.h21 * Felix Marti <felix@chelsio.com> *
H A Delmer0.h20 * Felix Marti <felix@chelsio.com> *
/openbmc/linux/drivers/usb/storage/
H A Dunusual_datafab.h71 * Reported by Felix Moeller <felix@derklecks.de>
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmscc,ocelot.yaml36 VSC9959 (Felix):
46 port 2 and not to Felix.
93 # Felix VSC9959 (NXP LS1028A)
/openbmc/linux/drivers/mtd/nand/spi/
H A Dxtx.c4 * Felix Matouschek <felix@matouschek.org>
/openbmc/linux/drivers/mtd/parsers/
H A Dar7part.c6 * Based on ar7 map by Felix Fietkau <nbd@openwrt.org>
127 MODULE_AUTHOR( "Felix Fietkau <nbd@openwrt.org>, "
/openbmc/u-boot/board/eets/pdu001/
H A DMAINTAINERS2 M: Felix Brack <fb@ltec.ch>
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_trace.c3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
H A Dtrace.c3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_ops.c2 /* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.c3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.h3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
/openbmc/linux/arch/arm/mach-airoha/
H A Dairoha.c5 * Copyright (c) 2022 Felix Fietkau <nbd@nbd.name>
/openbmc/linux/arch/mips/ath25/
H A DMakefile8 # Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>

123456789