Searched defs:cpts (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/ti/ | 
| D | cpts.h | 100 struct cpts {  struct102 	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()
 [all …]
 
 | 
| D | cpts.c | 50 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low)  in cpts_fifo_pop()63 static int cpts_purge_events(struct cpts *cpts)  in cpts_purge_events()
 83 static void cpts_purge_txq(struct cpts *cpts)  in cpts_purge_txq()
 105 static int cpts_fifo_read(struct cpts *cpts, int match)  in cpts_fifo_read()
 178 void cpts_misc_interrupt(struct cpts *cpts)  in cpts_misc_interrupt()
 186 	struct cpts *cpts = container_of(cc, struct cpts, cc);  in cpts_systim_read()  local
 191 static void cpts_update_cur_time(struct cpts *cpts, int match,  in cpts_update_cur_time()
 218 	struct cpts *cpts = container_of(ptp, struct cpts, info);  in cpts_ptp_adjfreq()  local
 244 	struct cpts *cpts = container_of(ptp, struct cpts, info);  in cpts_ptp_adjtime()  local
 257 	struct cpts *cpts = container_of(ptp, struct cpts, info);  in cpts_ptp_gettimeex()  local
 [all …]
 
 | 
| D | am65-cpts.h | 39 static inline int am65_cpts_phc_index(struct am65_cpts *cpts)  in am65_cpts_phc_index()44 static inline void am65_cpts_tx_timestamp(struct am65_cpts *cpts,  in am65_cpts_tx_timestamp()
 49 static inline void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts,  in am65_cpts_prep_tx_timestamp()
 54 static inline void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en)  in am65_cpts_rx_enable()
 58 static inline s64 am65_cpts_ns_gettime(struct am65_cpts *cpts)  in am65_cpts_ns_gettime()
 63 static inline int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx,  in am65_cpts_estf_enable()
 69 static inline void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx)  in am65_cpts_estf_disable()
 
 | 
| D | am65-cpts.c | 189 static void am65_cpts_settime(struct am65_cpts *cpts, u64 start_tstamp)  in am65_cpts_settime()201 static void am65_cpts_set_add_val(struct am65_cpts *cpts)  in am65_cpts_set_add_val()
 209 static void am65_cpts_disable(struct am65_cpts *cpts)  in am65_cpts_disable()
 227 static int am65_cpts_cpts_purge_events(struct am65_cpts *cpts)  in am65_cpts_cpts_purge_events()
 247 static bool am65_cpts_fifo_pop_event(struct am65_cpts *cpts,  in am65_cpts_fifo_pop_event()
 263 static int am65_cpts_fifo_read(struct am65_cpts *cpts)  in am65_cpts_fifo_read()
 345 static u64 am65_cpts_gettime(struct am65_cpts *cpts,  in am65_cpts_gettime()
 375 	struct am65_cpts *cpts = dev_id;  in am65_cpts_interrupt()  local
 386 	struct am65_cpts *cpts = container_of(ptp, struct am65_cpts, ptp_info);  in am65_cpts_ptp_adjfreq()  local
 428 	struct am65_cpts *cpts = container_of(ptp, struct am65_cpts, ptp_info);  in am65_cpts_ptp_adjtime()  local
 [all …]
 
 | 
| D | am65-cpsw-qos.c | 367 	struct am65_cpts *cpts = common->cpts;  in am65_cpsw_timer_set()  local379 	struct am65_cpts *cpts = port->common->cpts;  in am65_cpsw_timer_stop()  local
 389 	struct am65_cpts *cpts = port->common->cpts;  in am65_cpsw_timer_act()  local
 449 	struct am65_cpts *cpts = common->cpts;  in am65_cpsw_configure_taprio()  local
 
 | 
| D | am65-cpsw-nuss.h | 135 	struct am65_cpts	*cpts;  member
 | 
| D | cpsw.c | 903 	struct cpts *cpts = cpsw->cpts;  in cpsw_ndo_start_xmit()  local
 | 
| D | cpsw_new.c | 919 	struct cpts *cpts = cpsw->cpts;  in cpsw_ndo_start_xmit()  local
 | 
| D | cpsw_priv.h | 353 	struct cpts			*cpts;  member
 | 
| D | netcp_ethss.c | 754 	struct cpts                     *cpts;  member2602 	struct cpts *cpts = gbe_dev->cpts;  in gbe_hwtstamp_get()  local
 2648 	struct cpts *cpts = gbe_dev->cpts;  in gbe_hwtstamp_set()  local
 
 | 
| D | am65-cpsw-nuss.c | 1788 	struct am65_cpts *cpts;  in am65_cpsw_init_cpts()  local
 |