Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dcpts.h131 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb);
134 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() function
Dcpts.c323 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() function
Dcpsw.c740 cpts_rx_timestamp(priv->cpts, skb); in cpsw_rx_handler()