Searched defs:cpts (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/ti/ |
D | cpts.h | 110 struct cpts { struct 111 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 134 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() 137 static inline void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
|
D | cpts.c | 49 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low) in cpts_fifo_pop() 65 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read() 109 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local 136 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local 161 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local 174 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettime() local 190 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local 224 struct cpts *cpts = container_of(work, struct cpts, overflow_work.work); in cpts_overflow_check() local 233 static void cpts_clk_init(struct device *dev, struct cpts *cpts) in cpts_clk_init() 244 static void cpts_clk_release(struct cpts *cpts) in cpts_clk_release() [all …]
|
D | cpsw.c | 402 struct cpts *cpts; member 1518 struct cpts *cpts = priv->cpts; in cpsw_hwtstamp_set() local 1581 struct cpts *cpts = priv->cpts; in cpsw_hwtstamp_get() local
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | ptlrpcd.c | 679 __u32 *cpts = NULL; in ptlrpcd_init() local
|
D | service.c | 547 __u32 *cpts = NULL; in ptlrpc_register_service() local
|
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 1970 static int kiblnd_net_init_pools(kib_net_t *net, __u32 *cpts, int ncpts) in kiblnd_net_init_pools() 2689 static int kiblnd_dev_start_threads(kib_dev_t *dev, int newdev, __u32 *cpts, in kiblnd_dev_start_threads()
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2727 ksocknal_net_start_threads(ksock_net_t *net, __u32 *cpts, int ncpts) in ksocknal_net_start_threads()
|