Searched defs:cpts (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
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 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() 167 static inline void cpts_release(struct cpts *cpts) in cpts_release() 172 cpts_register(struct cpts *cpts) in cpts_register() 177 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister() 186 static inline void cpts_misc_interrupt(struct cpts *cpts) in cpts_misc_interrupt() [all …]
|
A D | cpts.c | 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 365 static void cpts_process_events(struct cpts *cpts) in cpts_process_events() 549 int cpts_register(struct cpts *cpts) in cpts_register() 585 void cpts_unregister(struct cpts *cpts) in cpts_unregister() 604 static void cpts_calc_mult_shift(struct cpts *cpts) in cpts_calc_mult_shift() 742 struct cpts *cpts; in cpts_create() local [all …]
|
A D | am65-cpts.h | 35 static inline void am65_cpts_release(struct am65_cpts *cpts) in am65_cpts_release() 46 static inline int am65_cpts_phc_index(struct am65_cpts *cpts) in am65_cpts_phc_index() 51 static inline void am65_cpts_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_tx_timestamp() 56 static inline void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_prep_tx_timestamp() 61 static inline void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en) in am65_cpts_rx_enable() 65 static inline s64 am65_cpts_ns_gettime(struct am65_cpts *cpts) in am65_cpts_ns_gettime() 70 static inline int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx, in am65_cpts_estf_enable() 76 static inline void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx) in am65_cpts_estf_disable() 80 static inline void am65_cpts_suspend(struct am65_cpts *cpts) in am65_cpts_suspend() 84 static inline void am65_cpts_resume(struct am65_cpts *cpts) in am65_cpts_resume()
|
A D | am65-cpts.c | 223 static void am65_cpts_disable(struct am65_cpts *cpts) in am65_cpts_disable() 366 static u64 am65_cpts_gettime(struct am65_cpts *cpts, in am65_cpts_gettime() 396 struct am65_cpts *cpts = dev_id; in am65_cpts_interrupt() local 516 u64 am65_cpts_ns_gettime(struct am65_cpts *cpts) in am65_cpts_ns_gettime() 944 int am65_cpts_phc_index(struct am65_cpts *cpts) in am65_cpts_phc_index() 952 struct am65_cpts *cpts = data; in cpts_free_clk_mux() local 1055 void am65_cpts_release(struct am65_cpts *cpts) in am65_cpts_release() 1066 struct am65_cpts *cpts; in am65_cpts_create() local 1163 void am65_cpts_suspend(struct am65_cpts *cpts) in am65_cpts_suspend() 1184 void am65_cpts_resume(struct am65_cpts *cpts) in am65_cpts_resume() [all …]
|
A D | am65-cpsw-qos.c | 368 struct am65_cpts *cpts = common->cpts; in am65_cpsw_timer_set() local 380 struct am65_cpts *cpts = port->common->cpts; in am65_cpsw_timer_stop() local 390 struct am65_cpts *cpts = port->common->cpts; in am65_cpsw_timer_act() local 447 struct am65_cpts *cpts = common->cpts; in am65_cpsw_configure_taprio() local
|
A D | am65-cpsw-nuss.h | 144 struct am65_cpts *cpts; member
|
A D | cpsw.c | 903 struct cpts *cpts = cpsw->cpts; in cpsw_ndo_start_xmit() local
|
A D | cpsw_new.c | 917 struct cpts *cpts = cpsw->cpts; in cpsw_ndo_start_xmit() local
|
A D | cpsw_priv.h | 354 struct cpts *cpts; member
|
A D | netcp_ethss.c | 754 struct cpts *cpts; member 2602 struct cpts *cpts = gbe_dev->cpts; in gbe_hwtstamp_get() local 2648 struct cpts *cpts = gbe_dev->cpts; in gbe_hwtstamp_set() local
|
A D | am65-cpsw-nuss.c | 1932 struct am65_cpts *cpts; in am65_cpsw_init_cpts() local
|
Completed in 42 milliseconds