Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A 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);
H A Docelot_net.c882 return ocelot_hwstamp_set(ocelot, port, ifr); in ocelot_ioctl()
/openbmc/linux/include/soc/mscc/
H A Docelot.h1058 int ocelot_hwstamp_set(struct ocelot *ocelot, int port, struct ifreq *ifr);
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1654 err = ocelot_hwstamp_set(ocelot, port, ifr); in felix_hwtstamp_set()