Home
last modified time | relevance | path

Searched refs:cpts_tx_timestamp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpts.h132 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb);
175 static inline void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp() function
Dcpts.c424 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp() function
438 EXPORT_SYMBOL_GPL(cpts_tx_timestamp);
Dcpsw.c734 cpts_tx_timestamp(cpsw->cpts, skb); in cpsw_tx_handler()
Dnetcp_ethss.c2549 cpts_tx_timestamp(gbe_dev->cpts, skb); in gbe_txtstamp()