Searched refs:felix (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 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() 806 struct felix *felix = ocelot_to_felix(ocelot); in felix_get_tag_protocol() local [all …]
|
| H A D | ocelot_ext.c | 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 D | seville_vsc9953.c | 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 942 struct phylink_pcs *phylink_pcs = felix->pcs[port]; in vsc9953_mdio_bus_free() [all …]
|
| H A D | felix_vsc9959.c | 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() 1047 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_free() local 1051 struct phylink_pcs *phylink_pcs = felix->pcs[port]; in vsc9959_mdio_bus_free() [all …]
|
| H A D | felix.h | 7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot) 87 struct felix { struct
|
| H A D | Makefile | 7 mscc_felix_dsa_lib-objs := felix.o
|
| /linux/ |
| H A D | .mailmap | 269 Felix Moeller <felix@derklecks.de>
|