Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/ti/
Dcpts.h135 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp() function
181 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp() function
Dcpsw.c915 priv->tx_ts_enabled && cpts_can_timestamp(cpts, skb)) in cpsw_ndo_start_xmit()
Dcpsw_new.c930 priv->tx_ts_enabled && cpts_can_timestamp(cpts, skb)) in cpsw_ndo_start_xmit()
Dnetcp_ethss.c2547 return cpts_can_timestamp(gbe_intf->gbe_dev->cpts, skb); in gbe_need_txtstamp()