Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dtimestamping.c75 if (likely(phydev->drv->rxtstamp)) in skb_defer_rx_timestamp()
76 return phydev->drv->rxtstamp(phydev, skb, type); in skb_defer_rx_timestamp()
/linux-4.1.27/include/linux/
Dphy.h526 bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); member
/linux-4.1.27/Documentation/networking/
Dphy.txt271 rxtstamp: Requests a receive timestamp at the PHY level for a 'skb'
/linux-4.1.27/drivers/net/phy/
Ddp83640.c1498 .rxtstamp = dp83640_rxtstamp,