Lines Matching defs:cpts
99 struct cpts { struct
101 struct cpsw_cpts __iomem *reg; argument
114 struct cpts_event pool_data[CPTS_MAX_EVENTS]; argument
119 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
127 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp()
140 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
143 static inline void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
154 static inline void cpts_release(struct cpts *cpts) in cpts_release()
159 cpts_register(struct cpts *cpts) in cpts_register()
164 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister()
168 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp()