Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h464 uint32_t time_sync; /* next time to sync with firmware */ member
H A Daac.c6633 ASSERT(softs->time_sync <= softs->timebase); in aac_sync_tick()
6634 softs->time_sync = 0; in aac_sync_tick()
6647 softs->time_sync = softs->timebase; in aac_sync_tick()
6650 softs->time_sync += aac_tick << 1; in aac_sync_tick()
6652 softs->time_sync += AAC_SYNC_TICK; in aac_sync_tick()
6778 if (softs->time_sync && softs->time_sync <= softs->timebase) in aac_timer()