Home
last modified time | relevance | path

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

12345

/linux/drivers/net/dsa/ocelot/
H A Dfelix.c26 #include "felix.h"
384 struct felix *felix = ocelot_to_felix(ocelot); in felix_update_trapping_destinations() local
392 if (!felix->info->quirk_no_xtr_irq) in felix_update_trapping_destinations()
697 struct felix *felix = ocelot_to_felix(ocelot); in felix_migrate_host_flood() local
706 felix_set_host_flood(ds, mask, !!felix->host_flood_uc_mask, in felix_migrate_host_flood()
707 !!felix->host_flood_mc_mask, true); in felix_migrate_host_flood()
759 struct felix *felix = ocelot_to_felix(ocelot); in felix_change_tag_protocol() local
774 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
790 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
791 felix->tag_proto = proto; in felix_change_tag_protocol()
[all …]
H A Docelot_ext.c11 #include "felix.h"
73 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_remove() local
75 if (!felix) in ocelot_ext_remove()
78 dsa_unregister_switch(felix->ds); in ocelot_ext_remove()
83 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_shutdown() local
85 if (!felix) in ocelot_ext_shutdown()
88 dsa_switch_shutdown(felix->ds); in ocelot_ext_shutdown()
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_vsc9959.c22 #include "felix.h"
861 .name = "felix ptp",
960 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local
971 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc()
974 if (!felix->pcs) { in vsc9959_mdio_bus_alloc()
1021 felix->imdio = bus; in vsc9959_mdio_bus_alloc()
1023 for (port = 0; port < felix->info->num_ports; port++) { in vsc9959_mdio_bus_alloc()
1027 if (dsa_is_unused_port(felix->ds, port)) in vsc9959_mdio_bus_alloc()
1033 phylink_pcs = lynx_pcs_create_mdiodev(felix->imdio, port); in vsc9959_mdio_bus_alloc()
1037 felix->pcs[port] = phylink_pcs; in vsc9959_mdio_bus_alloc()
[all …]
H A DMakefile7 mscc_felix_dsa_lib-objs := felix.o
/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> *
H A Dcphy.h20 * Felix Marti <felix@chelsio.com> *
H A Dmv88x201x.c21 * Felix Marti <felix@chelsio.com> *
/linux/drivers/usb/storage/
H A Dunusual_datafab.h71 * Reported by Felix Moeller <felix@derklecks.de>
/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)
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_ops.c2 /* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.c3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
H A Dutil.c3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
/linux/arch/mips/ath25/
H A DMakefile8 # Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>
H A Dprom.c10 * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
/linux/Documentation/devicetree/bindings/arm/
H A Dairoha.yaml10 - Felix Fietkau <nbd@nbd.name>
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dmcu.h3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
H A Deeprom.h3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
/linux/Documentation/devicetree/bindings/arm/mediatek/
H A Dmediatek,mt7622-pcie-mirror.yaml11 - Felix Fietkau <nbd@nbd.name>
H A Dmediatek,mt7986-wed-pcie.yaml11 - Felix Fietkau <nbd@nbd.name>
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800pci.h5 Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org>
/linux/drivers/video/backlight/
H A Dotm3225a.c3 * Copyright (C) 2017, EETS GmbH, Felix Brack <fb@ltec.ch>
248 MODULE_AUTHOR("Felix Brack <fb@ltec.ch>");

12345