Home
last modified time | relevance | path

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

/linux-3.4.99/net/core/
Dtimestamping.c60 if (likely(phydev->drv->txtstamp)) { in skb_clone_tx_timestamp()
69 phydev->drv->txtstamp(phydev, clone, type); in skb_clone_tx_timestamp()
/linux-3.4.99/include/linux/
Dphy.h433 void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); member
/linux-3.4.99/drivers/net/phy/
Ddp83640.c1230 .txtstamp = dp83640_txtstamp,