Home
last modified time | relevance | path

Searched refs:cpts_rx_timestamp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dcpts.h126 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb);
153 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() function
H A Dcpts.c493 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() function
521 EXPORT_SYMBOL_GPL(cpts_rx_timestamp);
H A Dnetcp_ethss.c2587 cpts_rx_timestamp(gbe_dev->cpts, p_info->skb); in gbe_rxtstamp()