Searched refs:atom_link_hb (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c369 static void atom_link_hb(void *arg);
1621 callout_reset(&ntb->heartbeat_timer, 0, atom_link_hb, ntb);
1913 atom_link_hb(void *arg) function
1940 callout_reset(&ntb->heartbeat_timer, timo, atom_link_hb, ntb);
2088 callout_reset(&ntb->heartbeat_timer, NTB_HB_TIMEOUT * hz, atom_link_hb,

Completed in 168 milliseconds