Searched defs:cpts (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.h | 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() [all …]
|
| H A 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_adjfine() local 232 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local 245 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettimeex() local [all …]
|
| H A D | am65-cpsw-qos.c | 769 struct am65_cpts *cpts = common->cpts; in am65_cpsw_timer_set() local 781 struct am65_cpts *cpts = port->common->cpts; in am65_cpsw_timer_stop() local 791 struct am65_cpts *cpts = port->common->cpts; in am65_cpsw_timer_act() local 862 struct am65_cpts *cpts = common->cpts; in am65_cpsw_taprio_replace() local
|
| H A D | am65-cpsw-nuss.h | 180 struct am65_cpts *cpts; member
|
| H A D | am65-cpsw-nuss.c | 2560 struct am65_cpts *cpts; in am65_cpsw_init_cpts() local
|