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

/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c70 #define NTB_HB_TIMEOUT 1 /* second */ macro
1927 timo = NTB_HB_TIMEOUT * hz;
2097 callout_reset(&ntb->heartbeat_timer, NTB_HB_TIMEOUT * hz, atom_link_hb,
2102 callout_reset(&ntb->lr_timer, NTB_HB_TIMEOUT * hz, recover_atom_link,

Completed in 49 milliseconds