Home
last modified time | relevance | path

Searched refs:phy_has_hwtstamp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_net.c628 if (!phy_has_hwtstamp(dev->phydev) && ocelot->ptp) { in ocelot_ioctl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h1238 static inline bool phy_has_hwtstamp(struct phy_device *phydev) in phy_has_hwtstamp() function
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtimestamping.rst675 - Checking, in ``.ndo_do_ioctl``, whether ``phy_has_hwtstamp(netdev->phydev)``
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_main.c2796 bool use_fec_hwts = !phy_has_hwtstamp(phydev); in fec_enet_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c2828 if (!phy_has_hwtstamp(phy)) { in gbe_ioctl()