Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/ocelot/
H A Docelot_ext.c71 struct felix *felix; in ocelot_ext_probe() local
74 felix = kzalloc(sizeof(*felix), GFP_KERNEL); in ocelot_ext_probe()
75 if (!felix) in ocelot_ext_probe()
100 felix->ds = ds; in ocelot_ext_probe()
114 kfree(felix); in ocelot_ext_probe()
120 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_remove() local
122 if (!felix) in ocelot_ext_remove()
127 kfree(felix->ds); in ocelot_ext_remove()
128 kfree(felix); in ocelot_ext_remove()
135 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_shutdown() local
[all …]
H A Dfelix.c309 struct felix *felix = ocelot_to_felix(ocelot); in felix_update_trapping_destinations() local
608 struct felix *felix = ocelot_to_felix(ocelot); in felix_migrate_host_flood() local
670 struct felix *felix = ocelot_to_felix(ocelot); in felix_change_tag_protocol() local
717 struct felix *felix = ocelot_to_felix(ocelot); in felix_get_tag_protocol() local
726 struct felix *felix = ocelot_to_felix(ocelot); in felix_port_set_host_flood() local
749 struct felix *felix = ocelot_to_felix(ocelot); in felix_port_change_master() local
1058 struct felix *felix = ocelot_to_felix(ocelot); in felix_phylink_mac_config() local
1069 struct felix *felix = ocelot_to_felix(ocelot); in felix_phylink_mac_select_pcs() local
1072 if (felix->pcs && felix->pcs[port]) in felix_phylink_mac_select_pcs()
1083 struct felix *felix; in felix_phylink_mac_link_down() local
[all …]
H A Dseville_vsc9953.c881 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_alloc() local
887 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9953_mdio_bus_alloc()
938 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_free() local
977 struct felix *felix; in seville_probe() local
980 felix = kzalloc(sizeof(struct felix), GFP_KERNEL); in seville_probe()
981 if (!felix) { in seville_probe()
1028 kfree(felix); in seville_probe()
1034 struct felix *felix = platform_get_drvdata(pdev); in seville_remove() local
1036 if (!felix) in seville_remove()
1049 struct felix *felix = platform_get_drvdata(pdev); in seville_shutdown() local
[all …]
H A Dfelix_vsc9959.c959 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local
970 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc()
1046 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_free() local
2530 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_cut_through_fwd() local
2665 struct felix *felix; in felix_pci_probe() local
2679 felix = kzalloc(sizeof(struct felix), GFP_KERNEL); in felix_pci_probe()
2680 if (!felix) { in felix_pci_probe()
2742 struct felix *felix = pci_get_drvdata(pdev); in felix_pci_remove() local
2744 if (!felix) in felix_pci_remove()
2757 struct felix *felix = pci_get_drvdata(pdev); in felix_pci_shutdown() local
[all …]
H A Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
88 struct felix { struct
H A DMakefile7 mscc_felix_dsa_lib-objs := felix.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch2 From: Felix Janda <felix.janda@posteo.de>
H A D0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch2 From: Felix Janda <felix.janda@posteo.de>
/openbmc/linux/
H A D.mailmap177 Felix Moeller <felix@derklecks.de>