Lines Matching refs:cpts
99 struct cpts { struct
119 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
120 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb);
121 int cpts_register(struct cpts *cpts);
122 void cpts_unregister(struct cpts *cpts);
123 struct cpts *cpts_create(struct device *dev, void __iomem *regs,
125 void cpts_release(struct cpts *cpts);
127 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp() argument
138 struct cpts;
140 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() argument
143 static inline void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp() argument
148 struct cpts *cpts_create(struct device *dev, void __iomem *regs, in cpts_create()
154 static inline void cpts_release(struct cpts *cpts) in cpts_release() argument
159 cpts_register(struct cpts *cpts) in cpts_register() argument
164 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister() argument
168 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp() argument