Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Ddp8393x.h42 int64_t wt_last_update; member
/openbmc/qemu/hw/net/
H A Ddp8393x.c341 s->wt_last_update = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in dp8393x_set_next_tick()
343 timer_mod(s->watchdog, s->wt_last_update + delay); in dp8393x_set_next_tick()
356 elapsed = s->wt_last_update - qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in dp8393x_update_wt_regs()