Lines Matching defs:cpts
100 struct cpts { struct
102 struct cpsw_cpts __iomem *reg; argument
115 struct cpts_event pool_data[CPTS_MAX_EVENTS]; argument
126 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
135 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp()
145 static inline void cpts_set_irqpoll(struct cpts *cpts, bool en) in cpts_set_irqpoll()
153 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
156 static inline void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
167 static inline void cpts_release(struct cpts *cpts) in cpts_release()
172 cpts_register(struct cpts *cpts) in cpts_register()
177 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister()
181 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp()
186 static inline void cpts_misc_interrupt(struct cpts *cpts) in cpts_misc_interrupt()
190 static inline void cpts_set_irqpoll(struct cpts *cpts, bool en) in cpts_set_irqpoll()