txtstamp          139 drivers/net/ethernet/ti/netcp.h 	void (*txtstamp)(void *ctx, struct sk_buff *skb);
txtstamp           97 drivers/net/ethernet/ti/netcp_core.c 	void	(*txtstamp)(void *context, struct sk_buff *skb);
txtstamp         1036 drivers/net/ethernet/ti/netcp_core.c 		if (tx_cb->txtstamp)
txtstamp         1037 drivers/net/ethernet/ti/netcp_core.c 			tx_cb->txtstamp(tx_cb->ts_context, skb);
txtstamp         1188 drivers/net/ethernet/ti/netcp_core.c 	p_info.txtstamp = NULL;
txtstamp         1215 drivers/net/ethernet/ti/netcp_core.c 	tx_cb->txtstamp = p_info.txtstamp;
txtstamp         2535 drivers/net/ethernet/ti/netcp_ethss.c #define HAS_PHY_TXTSTAMP(p) ((p)->drv && (p)->drv->txtstamp)
txtstamp         2574 drivers/net/ethernet/ti/netcp_ethss.c 		p_info->txtstamp = gbe_txtstamp;
txtstamp         1543 drivers/net/phy/dp83640.c 	.txtstamp	= dp83640_txtstamp,
txtstamp          566 include/linux/phy.h 	void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
txtstamp           36 net/core/timestamping.c 	if (likely(phydev->drv->txtstamp)) {
txtstamp           40 net/core/timestamping.c 		phydev->drv->txtstamp(phydev, clone, type);