Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A 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()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c820 dev->priv_flags |= IFF_SEE_ALL_HWTSTAMP_REQUESTS; in lan966x_probe_port()
/openbmc/linux/include/linux/
H A Dnetdevice.h1736 IFF_SEE_ALL_HWTSTAMP_REQUESTS = BIT_ULL(33), enumerator