Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.c309 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()
608 struct felix *felix = ocelot_to_felix(ocelot); in felix_migrate_host_flood() local
617 felix_set_host_flood(ds, mask, !!felix->host_flood_uc_mask, in felix_migrate_host_flood()
618 !!felix->host_flood_mc_mask, true); in felix_migrate_host_flood()
670 struct felix *felix = ocelot_to_felix(ocelot); in felix_change_tag_protocol() local
685 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
701 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
702 felix->tag_proto = proto; in felix_change_tag_protocol()
717 struct felix *felix = ocelot_to_felix(ocelot); in felix_get_tag_protocol() local
[all …]
Dseville_vsc9953.c910 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_alloc() local
916 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9953_mdio_bus_alloc()
919 if (!felix->pcs) { in vsc9953_mdio_bus_alloc()
940 felix->imdio = bus; in vsc9953_mdio_bus_alloc()
942 for (port = 0; port < felix->info->num_ports; port++) { in vsc9953_mdio_bus_alloc()
948 if (dsa_is_unused_port(felix->ds, port)) in vsc9953_mdio_bus_alloc()
954 mdio_device = mdio_device_create(felix->imdio, addr); in vsc9953_mdio_bus_alloc()
964 felix->pcs[port] = phylink_pcs; in vsc9953_mdio_bus_alloc()
974 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_free() local
978 struct phylink_pcs *phylink_pcs = felix->pcs[port]; in vsc9953_mdio_bus_free()
[all …]
Dfelix_vsc9959.c950 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local
961 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc()
964 if (!felix->pcs) { in vsc9959_mdio_bus_alloc()
1009 felix->imdio = bus; in vsc9959_mdio_bus_alloc()
1011 for (port = 0; port < felix->info->num_ports; port++) { in vsc9959_mdio_bus_alloc()
1016 if (dsa_is_unused_port(felix->ds, port)) in vsc9959_mdio_bus_alloc()
1022 mdio_device = mdio_device_create(felix->imdio, port); in vsc9959_mdio_bus_alloc()
1032 felix->pcs[port] = phylink_pcs; in vsc9959_mdio_bus_alloc()
1042 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_free() local
1046 struct phylink_pcs *phylink_pcs = felix->pcs[port]; in vsc9959_mdio_bus_free()
[all …]
DMakefile6 felix.o \
10 felix.o \
Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
84 struct felix { struct
/Linux-v6.1/
D.mailmap137 Felix Moeller <felix@derklecks.de>