Searched refs:rxtstamp (Results 1 – 7 of 7) sorted by relevance
79 if (likely(phydev->drv->rxtstamp)) in skb_defer_rx_timestamp()80 return phydev->drv->rxtstamp(phydev, skb, type); in skb_defer_rx_timestamp()
538 bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); member
458 bool rxtstamp; /* Enable TS */ member
1869 if (pi->rxtstamp) in do_gro()1939 if (pi->rxtstamp) in t4_ethrx_handler()
3000 pi->rxtstamp = false; in cxgb_ioctl()3003 pi->rxtstamp = true; in cxgb_ioctl()
271 rxtstamp: Requests a receive timestamp at the PHY level for a 'skb'
1508 .rxtstamp = dp83640_rxtstamp,