Searched refs:felix (Results 1 – 5 of 5) sorted by relevance
384 struct felix *felix = ocelot_to_felix(ocelot); in felix_update_trapping_destinations() local392 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() local706 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() local774 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 …]
73 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_remove() local75 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() local85 if (!felix) in ocelot_ext_shutdown()88 dsa_switch_shutdown(felix->ds); in ocelot_ext_shutdown()
960 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local971 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() local1051 struct phylink_pcs *phylink_pcs = felix->pcs[port]; in vsc9959_mdio_bus_free()[all …]
7 mscc_felix_dsa_lib-objs := felix.o
269 Felix Moeller <felix@derklecks.de>