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

/linux-master/drivers/net/dsa/ocelot/
H A Docelot_ext.c11 #include "felix.h"
71 struct felix *felix; local
74 felix = kzalloc(sizeof(*felix), GFP_KERNEL);
75 if (!felix)
78 dev_set_drvdata(dev, felix);
80 ocelot = &felix->ocelot;
85 felix->info = &vsc7512_info;
95 ds->num_ports = felix
120 struct felix *felix = dev_get_drvdata(&pdev->dev); local
133 struct felix *felix = dev_get_drvdata(&pdev->dev); local
[all...]
H A DMakefile7 mscc_felix_dsa_lib-objs := felix.o
H A Dfelix.c26 #include "felix.h"
309 struct felix *felix = ocelot_to_felix(ocelot); local
317 if (!felix->info->quirk_no_xtr_irq)
608 struct felix *felix = ocelot_to_felix(ocelot); local
617 felix_set_host_flood(ds, mask, !!felix->host_flood_uc_mask,
618 !!felix->host_flood_mc_mask, true);
670 struct felix *felix local
717 struct felix *felix = ocelot_to_felix(ocelot); local
726 struct felix *felix = ocelot_to_felix(ocelot); local
749 struct felix *felix = ocelot_to_felix(ocelot); local
1058 struct felix *felix = ocelot_to_felix(ocelot); local
1069 struct felix *felix = ocelot_to_felix(ocelot); local
1083 struct felix *felix; local
1099 struct felix *felix = ocelot_to_felix(ocelot); local
1239 felix_validate_phy_mode(struct felix *felix, int port, phy_interface_t phy_mode) argument
1249 felix_parse_ports_node(struct felix *felix, struct device_node *ports_node, phy_interface_t *port_phy_modes) argument
1297 felix_parse_dt(struct felix *felix, phy_interface_t *port_phy_modes) argument
1320 felix_request_regmap_by_name(struct felix *felix, const char *resource_name) argument
1348 felix_request_regmap(struct felix *felix, enum ocelot_target target) argument
1362 felix_request_port_regmap(struct felix *felix, int port) argument
1371 felix_init_structs(struct felix *felix, int num_phys_ports) argument
1549 struct felix *felix = ocelot_to_felix(ocelot); local
1619 struct felix *felix = ocelot_to_felix(ocelot); local
1650 struct felix *felix = ocelot_to_felix(ocelot); local
1665 struct felix *felix = ocelot_to_felix(ocelot); local
1808 struct felix *felix = ocelot_to_felix(ocelot); local
1879 struct felix *felix = ocelot_to_felix(ocelot); local
2173 struct felix *felix = ocelot_to_felix(ocelot); local
[all...]
H A Dseville_vsc9953.c16 #include "felix.h"
881 struct felix *felix = ocelot_to_felix(ocelot); local
887 felix->pcs = devm_kcalloc(dev, felix->info->num_ports,
890 if (!felix->pcs) {
911 felix->imdio = bus;
913 for (port = 0; port < felix->info->num_ports; port++) {
918 if (dsa_is_unused_port(felix->ds, port))
924 phylink_pcs = lynx_pcs_create_mdiodev(felix
938 struct felix *felix = ocelot_to_felix(ocelot); local
977 struct felix *felix; local
1034 struct felix *felix = platform_get_drvdata(pdev); local
1047 struct felix *felix = platform_get_drvdata(pdev); local
[all...]
H A Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
88 struct felix { struct
H A Dfelix_vsc9959.c22 #include "felix.h"
860 .name = "felix ptp",
959 struct felix *felix = ocelot_to_felix(ocelot); local
970 felix->pcs = devm_kcalloc(dev, felix->info->num_ports,
973 if (!felix->pcs) {
1020 felix->imdio = bus;
1022 for (port = 0; port < felix->info->num_ports; port++) {
1026 if (dsa_is_unused_port(felix
1046 struct felix *felix = ocelot_to_felix(ocelot); local
2530 struct felix *felix = ocelot_to_felix(ocelot); local
2665 struct felix *felix; local
2742 struct felix *felix = pci_get_drvdata(pdev); local
2757 struct felix *felix = pci_get_drvdata(pdev); local
[all...]

Completed in 130 milliseconds