Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2495 sbintime_t timo, poll_ts; in atom_link_hb() local
2498 poll_ts = ntb->last_ts + timo; in atom_link_hb()
2504 if ((sbintime_t)ticks - poll_ts < 0 && link_is_up(ntb)) { in atom_link_hb()
2505 timo = poll_ts - ticks; in atom_link_hb()