Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_ptp.c521 int ocelot_hwstamp_set(struct ocelot *ocelot, int port, struct ifreq *ifr) in ocelot_hwstamp_set() function
580 EXPORT_SYMBOL(ocelot_hwstamp_set);
Docelot_net.c882 return ocelot_hwstamp_set(ocelot, port, ifr); in ocelot_ioctl()
/linux-6.6.21/include/soc/mscc/
Docelot.h1058 int ocelot_hwstamp_set(struct ocelot *ocelot, int port, struct ifreq *ifr);
/linux-6.6.21/drivers/net/dsa/ocelot/
Dfelix.c1654 err = ocelot_hwstamp_set(ocelot, port, ifr); in felix_hwtstamp_set()