Home
last modified time | relevance | path

Searched defs:cpts (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpts.h111 struct cpts { struct
113 struct cpsw_cpts __iomem *reg; argument
126 struct cpts_event pool_data[CPTS_MAX_EVENTS]; argument
131 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
139 static inline void cpts_rx_enable(struct cpts *cpts, int enable) in cpts_rx_enable()
144 static inline bool cpts_is_rx_enabled(struct cpts *cpts) in cpts_is_rx_enabled()
149 static inline void cpts_tx_enable(struct cpts *cpts, int enable) in cpts_tx_enable()
154 static inline bool cpts_is_tx_enabled(struct cpts *cpts) in cpts_is_tx_enabled()
159 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp()
172 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
[all …]
Dcpts.c56 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low) in cpts_fifo_pop()
69 static int cpts_purge_events(struct cpts *cpts) in cpts_purge_events()
89 static bool cpts_match_tx_ts(struct cpts *cpts, struct cpts_event *event) in cpts_match_tx_ts()
136 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read()
189 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
216 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
241 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
254 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettime() local
270 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
289 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
[all …]
Dcpsw.c453 struct cpts *cpts; member
1985 struct cpts *cpts = cpsw->cpts; in cpsw_ndo_start_xmit() local
2108 struct cpts *cpts = cpsw->cpts; in cpsw_hwtstamp_set() local
2174 struct cpts *cpts = cpsw->cpts; in cpsw_hwtstamp_get() local
Dnetcp_ethss.c765 struct cpts *cpts; member
2610 struct cpts *cpts = gbe_dev->cpts; in gbe_hwtstamp_get() local
2658 struct cpts *cpts = gbe_dev->cpts; in gbe_hwtstamp_set() local