Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Ddev_ioctl.c337 if (phy_ts && (dev->priv_flags & IFF_SEE_ALL_HWTSTAMP_REQUESTS)) { in dev_set_hwtstamp_phylib()
343 if (!phy_ts || (dev->priv_flags & IFF_SEE_ALL_HWTSTAMP_REQUESTS)) { in dev_set_hwtstamp_phylib()
352 if (phy_ts && (dev->priv_flags & IFF_SEE_ALL_HWTSTAMP_REQUESTS)) in dev_set_hwtstamp_phylib()
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_main.c820 dev->priv_flags |= IFF_SEE_ALL_HWTSTAMP_REQUESTS; in lan966x_probe_port()
/Linux-v6.6/include/linux/
Dnetdevice.h1736 IFF_SEE_ALL_HWTSTAMP_REQUESTS = BIT_ULL(33), enumerator