Home
last modified time | relevance | path

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

/linux/net/core/
A Ddev_ioctl.c327 bool phy_ts = phy_is_default_hwtstamp(dev->phydev); in dev_set_hwtstamp_phylib() local
332 cfg->source = phy_ts ? HWTSTAMP_SOURCE_PHYLIB : HWTSTAMP_SOURCE_NETDEV; in dev_set_hwtstamp_phylib()
334 if (phy_ts && dev->see_all_hwtstamp_requests) { in dev_set_hwtstamp_phylib()
340 if (!phy_ts || dev->see_all_hwtstamp_requests) { in dev_set_hwtstamp_phylib()
349 if (phy_ts && dev->see_all_hwtstamp_requests) in dev_set_hwtstamp_phylib()
352 if (phy_ts) { in dev_set_hwtstamp_phylib()

Completed in 5 milliseconds