Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dtimestamping.c79 if (likely(phydev->drv->rxtstamp)) in skb_defer_rx_timestamp()
80 return phydev->drv->rxtstamp(phydev, skb, type); in skb_defer_rx_timestamp()
/linux-4.4.14/include/linux/
Dphy.h538 bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h458 bool rxtstamp; /* Enable TS */ member
Dsge.c1869 if (pi->rxtstamp) in do_gro()
1939 if (pi->rxtstamp) in t4_ethrx_handler()
Dcxgb4_main.c3000 pi->rxtstamp = false; in cxgb_ioctl()
3003 pi->rxtstamp = true; in cxgb_ioctl()
/linux-4.4.14/Documentation/networking/
Dphy.txt271 rxtstamp: Requests a receive timestamp at the PHY level for a 'skb'
/linux-4.4.14/drivers/net/phy/
Ddp83640.c1508 .rxtstamp = dp83640_rxtstamp,