Searched refs:felix (Results 1 – 3 of 3) sorted by relevance
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