Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c230 struct callout lr_timer; member
737 callout_init(&ntb->lr_timer, 1); in intel_ntb_attach()
801 callout_drain(&ntb->lr_timer); in intel_ntb_detach()
2514 callout_reset(&ntb->lr_timer, 0, recover_atom_link, ntb); in atom_link_hb()
2791 callout_reset(&ntb->lr_timer, NTB_HB_TIMEOUT * hz, recover_atom_link, in recover_atom_link()