Home
last modified time | relevance | path

Searched refs:ocelot_port_disable (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot.c505 void ocelot_port_disable(struct ocelot *ocelot, int port) in ocelot_port_disable() function
512 EXPORT_SYMBOL(ocelot_port_disable);
Docelot_net.c297 ocelot_port_disable(ocelot, port); in ocelot_port_stop()
/kernel/linux/linux-5.10/include/soc/mscc/
Docelot.h728 void ocelot_port_disable(struct ocelot *ocelot, int port);
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
Dfelix.c185 return ocelot_port_disable(ocelot, port); in felix_port_disable()