Searched refs:ocelot_get_strings (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_stats.c | 395 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data) in ocelot_get_strings() function 413 EXPORT_SYMBOL(ocelot_get_strings); variable
|
H A D | ocelot_net.c | 959 ocelot_get_strings(ocelot, port, sset, data); in ocelot_port_get_strings()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 838 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data) in ocelot_get_strings() function 849 EXPORT_SYMBOL(ocelot_get_strings); variable
|
H A D | ocelot_net.c | 697 ocelot_get_strings(ocelot, port, sset, data); in ocelot_port_get_strings()
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 729 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data);
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 343 return ocelot_get_strings(ocelot, port, stringset, data); in felix_get_strings()
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 1000 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data);
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1205 return ocelot_get_strings(ocelot, port, stringset, data); in felix_get_strings()
|
Completed in 19 milliseconds