Searched refs:phy_ts (Results 1 – 1 of 1) sorted by relevance
336 bool phy_ts; in dev_set_hwtstamp_phylib() local343 phy_ts = true; in dev_set_hwtstamp_phylib()346 phy_ts = false; in dev_set_hwtstamp_phylib()353 phy_ts = phy_is_default_hwtstamp(dev->phydev); in dev_set_hwtstamp_phylib()354 if (phy_ts) in dev_set_hwtstamp_phylib()358 cfg->source = phy_ts ? HWTSTAMP_SOURCE_PHYLIB : HWTSTAMP_SOURCE_NETDEV; in dev_set_hwtstamp_phylib()360 if (phy_ts && dev->see_all_hwtstamp_requests) { in dev_set_hwtstamp_phylib()366 if (!phy_ts || dev->see_all_hwtstamp_requests) { in dev_set_hwtstamp_phylib()375 if (phy_ts && dev->see_all_hwtstamp_requests) in dev_set_hwtstamp_phylib()378 if (phy_ts) { in dev_set_hwtstamp_phylib()
Completed in 4 milliseconds