Searched refs:txtstamp (Results 1 – 6 of 6) sorted by relevance
49 if (likely(phydev->drv->txtstamp)) { in skb_clone_tx_timestamp()53 phydev->drv->txtstamp(phydev, clone, type); in skb_clone_tx_timestamp()
147 void (*txtstamp)(void *ctx, struct sk_buff *skb); member
105 void (*txtstamp)(void *context, struct sk_buff *skb); member1050 if (tx_cb->txtstamp) in netcp_process_tx_compl_packets()1051 tx_cb->txtstamp(tx_cb->ts_context, skb); in netcp_process_tx_compl_packets()1202 p_info.txtstamp = NULL; in netcp_tx_submit_skb()1229 tx_cb->txtstamp = p_info.txtstamp; in netcp_tx_submit_skb()
2541 #define HAS_PHY_TXTSTAMP(p) ((p)->drv && (p)->drv->txtstamp)2580 p_info->txtstamp = gbe_txtstamp; in gbe_txtstamp_mark_pkt()
593 void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); member
1532 .txtstamp = dp83640_txtstamp,