Home
last modified time | relevance | path

Searched refs:dprtc_dev (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ptp.c31 static struct dpaa2_dprtc_dev *dprtc_dev; variable
51 ret = dprtc_get_time(&dprtc_dev->dprtc, CMD_PRI_LOW, in dpaa2_timesync_read_time()
52 dprtc_dev->token, &ns); in dpaa2_timesync_read_time()
74 dprtc_dev->token, ns); in dpaa2_timesync_write_time()
91 dprtc_dev->token, &ns); in dpaa2_timesync_adjust_time()
100 dprtc_dev->token, ns); in dpaa2_timesync_adjust_time()
147 if (!dprtc_dev) { in dpaa2_create_dprtc_device()
155 &dprtc_dev->token); in dpaa2_create_dprtc_device()
162 dprtc_dev->token, &attr); in dpaa2_create_dprtc_device()
168 dprtc_dev->dprtc_id = dprtc_id; in dpaa2_create_dprtc_device()
[all …]