Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_ptp.c484 int ocelot_hwstamp_set(struct ocelot *ocelot, int port, struct ifreq *ifr) in ocelot_hwstamp_set() function
559 EXPORT_SYMBOL(ocelot_hwstamp_set);
Docelot_net.c891 return ocelot_hwstamp_set(ocelot, port, ifr); in ocelot_ioctl()
/linux-6.1.9/include/soc/mscc/
Docelot.h1205 int ocelot_hwstamp_set(struct ocelot *ocelot, int port, struct ifreq *ifr);
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c1639 err = ocelot_hwstamp_set(ocelot, port, ifr); in felix_hwtstamp_set()