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

/linux-master/net/core/
H A Ddev_ioctl.c322 * frames and not forward them), it must set IFF_SEE_ALL_HWTSTAMP_REQUESTS in
337 if (phy_ts && (dev->priv_flags & IFF_SEE_ALL_HWTSTAMP_REQUESTS)) {
343 if (!phy_ts || (dev->priv_flags & IFF_SEE_ALL_HWTSTAMP_REQUESTS)) {
352 if (phy_ts && (dev->priv_flags & IFF_SEE_ALL_HWTSTAMP_REQUESTS))
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c819 dev->priv_flags |= IFF_SEE_ALL_HWTSTAMP_REQUESTS;
/linux-master/include/linux/
H A Dnetdevice.h1648 * @IFF_SEE_ALL_HWTSTAMP_REQUESTS: device wants to see calls to
1686 IFF_SEE_ALL_HWTSTAMP_REQUESTS = BIT_ULL(33), enumerator in enum:netdev_priv_flags

Completed in 246 milliseconds