Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c799 callout_reset(&ntb->hb_timer, AMD_LINK_HB_TIMEOUT, in amd_link_hb()
802 callout_reset(&ntb->hb_timer, (AMD_LINK_HB_TIMEOUT * 10), in amd_link_hb()
1070 callout_init(&ntb->hb_timer, 1); in amd_ntb_init_dev()
1071 callout_reset(&ntb->hb_timer, AMD_LINK_HB_TIMEOUT, in amd_ntb_init_dev()
1258 callout_drain(&ntb->hb_timer); in amd_ntb_detach()
H A Dntb_hw_amd.h238 struct callout hb_timer; member
/freebsd/sys/netinet/
H A Dsctp_structs.h269 struct sctp_timer hb_timer; member
H A Dsctp_pcb.c2633 if (net->hb_timer.ep == old_inp) { in sctp_move_pcb_and_assoc()
2635 net->hb_timer.ep = new_inp; in sctp_move_pcb_and_assoc()
3786 SCTP_OS_TIMER_INIT(&net->hb_timer.timer); in sctp_add_remote_addr()
H A Dsctputil.c2286 tmr = &net->hb_timer; in sctp_timer_start()
2685 tmr = &net->hb_timer; in sctp_timer_stop()