Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_native_tap_priv.h17 int eth_clock_gettime(uint64_t *second, uint32_t *nanosecond);
Deth_native_tap_adapt.c120 int eth_clock_gettime(uint64_t *second, uint32_t *nanosecond) in eth_clock_gettime() function
Deth_native_tap.c155 ret = eth_clock_gettime(&timestamp.second, &timestamp.nanosecond); in update_gptp()
570 return eth_clock_gettime(&tm->second, &tm->nanosecond); in ptp_clock_get_native_tap()