Searched defs:cpts (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/ti/ |
D | cpts.h | 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() [all …]
|
D | cpts.c | 45 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low) in cpts_fifo_pop() 58 static int cpts_purge_events(struct cpts *cpts) in cpts_purge_events() 78 static void cpts_purge_txq(struct cpts *cpts) in cpts_purge_txq() 97 static bool cpts_match_tx_ts(struct cpts *cpts, struct cpts_event *event) in cpts_match_tx_ts() 142 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read() 195 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local 222 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local 247 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local 260 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettime() local 276 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local [all …]
|
D | cpsw_priv.h | 346 struct cpts *cpts; member
|
D | netcp_ethss.c | 757 struct cpts *cpts; member 2606 struct cpts *cpts = gbe_dev->cpts; in gbe_hwtstamp_get() local 2652 struct cpts *cpts = gbe_dev->cpts; in gbe_hwtstamp_set() local
|
D | cpsw.c | 1800 struct cpts *cpts = cpsw->cpts; in cpsw_ndo_start_xmit() local
|