Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dtimestamping.c49 if (likely(phydev->drv->txtstamp)) { in skb_clone_tx_timestamp()
53 phydev->drv->txtstamp(phydev, clone, type); in skb_clone_tx_timestamp()
/linux-4.4.14/include/linux/
Dphy.h546 void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); member
/linux-4.4.14/drivers/net/phy/
Ddp83640.c1509 .txtstamp = dp83640_txtstamp,