Home
last modified time | relevance | path

Searched refs:felix (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/dsa/ocelot/
H A Dfelix.c384 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 Docelot_ext.c73 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 Dfelix_vsc9959.c960 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 DMakefile7 mscc_felix_dsa_lib-objs := felix.o
/linux/
H A D.mailmap269 Felix Moeller <felix@derklecks.de>