Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev_ioctl.c337 bool phy_ts; in dev_set_hwtstamp_phylib() local
344 phy_ts = true; in dev_set_hwtstamp_phylib()
347 phy_ts = false; in dev_set_hwtstamp_phylib()
354 phy_ts = phy_is_default_hwtstamp(dev->phydev); in dev_set_hwtstamp_phylib()
355 if (phy_ts) in dev_set_hwtstamp_phylib()
359 cfg->source = phy_ts ? HWTSTAMP_SOURCE_PHYLIB : HWTSTAMP_SOURCE_NETDEV; in dev_set_hwtstamp_phylib()
361 if (phy_ts && dev->see_all_hwtstamp_requests) { in dev_set_hwtstamp_phylib()
367 if (!phy_ts || dev->see_all_hwtstamp_requests) { in dev_set_hwtstamp_phylib()
376 if (phy_ts && dev->see_all_hwtstamp_requests) in dev_set_hwtstamp_phylib()
379 if (phy_ts) { in dev_set_hwtstamp_phylib()