Searched refs:heartbeat_timer (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_intel.c | 229 struct callout heartbeat_timer; member 736 callout_init(&ntb->heartbeat_timer, 1); in intel_ntb_attach() 800 callout_drain(&ntb->heartbeat_timer); in intel_ntb_detach() 2108 callout_reset(&ntb->heartbeat_timer, 0, atom_link_hb, ntb); in intel_ntb_atom_init_dev() 2519 callout_reset(&ntb->heartbeat_timer, timo, atom_link_hb, ntb); in atom_link_hb() 2786 callout_reset(&ntb->heartbeat_timer, NTB_HB_TIMEOUT * hz, atom_link_hb, in recover_atom_link()
|